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.
Conclusion & alert: CVE-2023-30571 is rated Low Risk (17.6/100): CVSS Low severity, with low exploitation likelihood (EPSS 0.04%). Mandatory action: Low composite risk—no urgent action required; patch on your normal maintenance cycle and revisit priority if CVSS or EPSS increases.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2023-05-30 | — | 0.04% | — |
Full EPSS history (1 record total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 3.9 | 3.1 | LOW |
|
0.8 | 2.7 | [email protected] |
| 5.3 | 3.1 | MEDIUM |
|
1.0 | 4.2 | [email protected] |
| vendor | priority | summary | link |
|---|---|---|---|
alpine
|
— | CVE-2023-30571: 1 source package rows (libarchive); 32 state rows across 6 repos (3.17-main, 3.19-main, 3.20-main, 3.21-main, 3.22-main, edge-main); fixed 0, open 32. | https://security.alpinelinux.org/vuln/CVE-2023-30571 |
debian
|
unimportant | CVE-2023-30571 unimportant priority: Debian including 1 source packages (libarchive), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): open 5. | https://security-tracker.debian.org/tracker/CVE-2023-30571 |
redhat
|
medium | — | https://access.redhat.com/security/cve/CVE-2023-30571 |
suse
|
low | CVE-2023-30571 severity low: SUSE including 5 source package names (bsdtar, libarchive, libarchive-devel, libarchive13, libarchive13-32bit), 97 product×package rows across 33 product lines (SLES-LTSS-TERADATA 15 SP2, SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS, … (33 product lines)): Will Not Fix 97. | https://www.suse.com/security/cve/CVE-2023-30571/ |
ubuntu
|
negligible | CVE-2023-30571 negligible priority: Ubuntu including 1 source packages (libarchive), 8 status rows across 8 suites (bionic, focal, jammy, kinetic, lunar, trusty, upstream, xenial): ignored 7, needs-triage 1. | https://ubuntu.com/security/CVE-2023-30571 |
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| libarchive | libarchive | <= 3.6.2 | cpe:2.3:a:libarchive:libarchive:*:*:*:*:*:*:*:* |
| URL | Tags |
|---|---|
| https://github.com/libarchive/libarchive/issues/1876 | Issue Tracking |
| https://groups.google.com/g/libarchive-announce | Release Notes |