47 lines
1.6 KiB
JSON
Raw Normal View History

{
"id": "CVE-2023-30571",
"sourceIdentifier": "cve@mitre.org",
"published": "2023-05-29T20:15:09.513",
"lastModified": "2023-05-29T20:15:09.513",
"vulnStatus": "Received",
"descriptions": [
{
"lang": "en",
"value": "Libarchive through 3.6.2 can cause directories to have world-writable permissions. The umask() call inside archive_write_disk_posix.c changes the umask of the whole process for a very short period of time; a race condition with another thread can lead to a permanent umask 0 setting. Such a race condition could lead to implicit directory creation with permissions 0777 (without the sticky bit), which means that any low-privileged local user can delete and rename files inside those directories."
}
],
"metrics": {
"cvssMetricV31": [
{
"source": "cve@mitre.org",
"type": "Secondary",
"cvssData": {
"version": "3.1",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:L/I:L/A:N",
"attackVector": "LOCAL",
"attackComplexity": "HIGH",
"privilegesRequired": "LOW",
"userInteraction": "REQUIRED",
"scope": "CHANGED",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"availabilityImpact": "NONE",
"baseScore": 3.9,
"baseSeverity": "LOW"
},
"exploitabilityScore": 0.8,
"impactScore": 2.7
}
]
},
"references": [
{
"url": "https://github.com/libarchive/libarchive/issues/1876",
"source": "cve@mitre.org"
},
{
"url": "https://groups.google.com/g/libarchive-announce",
"source": "cve@mitre.org"
}
]
}