diff --git a/2022/41xxx/CVE-2022-41958.json b/2022/41xxx/CVE-2022-41958.json index ad8f61cee4d..a2ecf0ab7d9 100644 --- a/2022/41xxx/CVE-2022-41958.json +++ b/2022/41xxx/CVE-2022-41958.json @@ -1,18 +1,88 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2022-41958", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Deserialization Vulnerability by yaml config input in super-xray" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "super-xray", + "version": { + "version_data": [ + { + "version_value": "< 0.7" + } + ] + } + } + ] + }, + "vendor_name": "4ra1n" + } + ] + } + }, + "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": "super-xray is a web vulnerability scanning tool. Versions prior to 0.7 assumed trusted input for the program config which is stored in a yaml file. An attacker with local access to the file could exploit this and compromise the program. This issue has been addressed in commit `4d0d5966` and will be included in future releases. Users are advised to upgrade. There are no known workarounds for this issue." } ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "LOCAL", + "availabilityImpact": "HIGH", + "baseScore": 7.3, + "baseSeverity": "HIGH", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "LOW", + "scope": "UNCHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-502: Deserialization of Untrusted Data" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://github.com/4ra1n/super-xray/security/advisories/GHSA-39pv-4vmj-c4fr", + "refsource": "CONFIRM", + "url": "https://github.com/4ra1n/super-xray/security/advisories/GHSA-39pv-4vmj-c4fr" + }, + { + "name": "https://github.com/4ra1n/super-xray/commit/4d0d59663596db03f39d7edd2be251d48b52dcfc", + "refsource": "MISC", + "url": "https://github.com/4ra1n/super-xray/commit/4d0d59663596db03f39d7edd2be251d48b52dcfc" + } + ] + }, + "source": { + "advisory": "GHSA-39pv-4vmj-c4fr", + "discovery": "UNKNOWN" } } \ No newline at end of file