{ "id": "CVE-2023-23039", "sourceIdentifier": "cve@mitre.org", "published": "2023-02-22T17:15:11.997", "lastModified": "2023-03-06T17:05:51.983", "vulnStatus": "Analyzed", "descriptions": [ { "lang": "en", "value": "An issue was discovered in the Linux kernel through 6.2.0-rc2. drivers/tty/vcc.c has a race condition and resultant use-after-free if a physically proximate attacker removes a VCC device while calling open(), aka a race condition between vcc_open() and vcc_remove()." } ], "metrics": { "cvssMetricV31": [ { "source": "nvd@nist.gov", "type": "Primary", "cvssData": { "version": "3.1", "vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:H", "attackVector": "PHYSICAL", "attackComplexity": "HIGH", "privilegesRequired": "NONE", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "availabilityImpact": "HIGH", "baseScore": 5.7, "baseSeverity": "MEDIUM" }, "exploitabilityScore": 0.5, "impactScore": 5.2 } ] }, "weaknesses": [ { "source": "nvd@nist.gov", "type": "Primary", "description": [ { "lang": "en", "value": "CWE-362" } ] } ], "configurations": [ { "nodes": [ { "operator": "OR", "negate": false, "cpeMatch": [ { "vulnerable": true, "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionEndExcluding": "6.2.0", "matchCriteriaId": "2538208F-B820-4423-9F94-E95AF713227F" }, { "vulnerable": true, "criteria": "cpe:2.3:o:linux:linux_kernel:6.2.0:rc1:*:*:*:*:*:*", "matchCriteriaId": "5283F553-3742-412C-8FBF-5C48E60E7F73" }, { "vulnerable": true, "criteria": "cpe:2.3:o:linux:linux_kernel:6.2.0:rc2:*:*:*:*:*:*", "matchCriteriaId": "BDDE77B0-4959-484D-B7B5-815682FA0EA0" } ] } ] } ], "references": [ { "url": "https://lkml.org/lkml/2023/1/1/169", "source": "cve@mitre.org", "tags": [ "Mailing List", "Patch" ] } ] }