diff --git a/2021/31xxx/CVE-2021-31868.json b/2021/31xxx/CVE-2021-31868.json index b6257df9844..c334c55d40c 100644 --- a/2021/31xxx/CVE-2021-31868.json +++ b/2021/31xxx/CVE-2021-31868.json @@ -1,18 +1,94 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "cve@rapid7.com", + "DATE_PUBLIC": "2021-08-04T17:00:00.000Z", "ID": "CVE-2021-31868", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Rapid7 Nexpose Security Console Ticket Access Authentication Vulnerability" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Nexpose", + "version": { + "version_data": [ + { + "version_affected": "<=", + "version_name": "6.6.95", + "version_value": "6.6.95" + } + ] + } + } + ] + }, + "vendor_name": "Rapid7" + } + ] + } + }, + "credit": [ + { + "lang": "eng", + "value": "Reda El Hachloufi" + } + ], + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", - "value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." + "value": "Rapid7 Nexpose version 6.6.95 and earlier allows authenticated users of the Security Console to view and edit any ticket in the legacy ticketing feature, regardless of the assignment of the ticket. This issue was resolved in version 6.6.96, released on August 4, 2021." } ] + }, + "generator": { + "engine": "Vulnogram 0.0.9" + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 4.3, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "LOW", + "integrityImpact": "NONE", + "privilegesRequired": "LOW", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-306 Missing Authentication for Critical Function" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://docs.rapid7.com/release-notes/nexpose/20210804/", + "refsource": "CONFIRM", + "url": "https://docs.rapid7.com/release-notes/nexpose/20210804/" + } + ] + }, + "source": { + "discovery": "EXTERNAL" } -} \ No newline at end of file +}