decompress before 4.2.2 contains an improper path containment check that enables directory traversal and arbitrary file write. The safeMakeDir function (index.js line 29) and the extraction path validation (index.js line 106) use String.indexOf() to verify the resolved path is within the output directory: realDestinationDir.indexOf(realOutputPath) !== 0. This check is flawed because it does not enforce a path separator boundary. For example, "/tmp/app_config".indexOf("/tmp/app") returns 0, incorrectly passing the check even though /tmp/app_config is outside /tmp/app. Combined with the unvalidated symlink creation in the same package, an attacker can write arbitrary files to directories adjacent to the extraction target. This is a bypass of the fix for CVE-2020-12265. The correct check requires appending a path separator: realParentPath.indexOf(realOutputPath + path.sep) !== 0.
CVE-2026-39245
Score 6.2 from GitHub Security Advisory published 2026-07-10. CISA-ADP (Vulnrichment) CVSS v3.1 baseline 6.2; sources differ by 0.0.
- Lower severity and no public exploit yet
A fix is available — apply it.
- CVSS v3
- 6.2
- EG Score
- 6.2(high)
- EPSS
- 18.5%
- KEV
- Not listed
Published
July 9, 2026
Last Modified
July 13, 2026
Advisory Details (2)
Auto-updated Jul 10, 2026[CVE-2026-39245] Path traversal via indexOf containment bypass → arbitrary file write (CVE-2020-12265 bypass) · Issue #115 · kevva/decompress · GitHub
https://github.com/kevva/decompress/issues/115GitHub - kevva/decompress: Extracting archives made easy · GitHub
https://github.com/kevva/decompressVendor Advisories for CVE-2026-39245(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Patch Availability(1)
| Vendor / Ecosystem | Fixed in / Patch | Released | Source |
|---|---|---|---|
| redhat | dotnet8-0-main-8.0.128-1.1.hum1 | 2026-07-10 | redhat |
Patches are aggregated from vendor advisories (Red Hat, Microsoft, Cisco, GitHub) and package ecosystems (OSV, GHSA). Multiple rows for the same upstream release have been deduplicated.
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
All Vendor Advisories
(1)
Every vendor that published an advisory referencing this CVE — pulled from our cve_vendor_advisories aggregation. Click any row for the vendor's original advisory page.
Data Freshness Timeline
(refreshed 21× in last 7d / 21× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-07-15 19:12 UTCEG score recompute
- 2026-07-15 19:12 UTCVendor advisory
- 2026-07-15 19:12 UTCGHSA enrichment
- 2026-07-15 16:57 UTCEPSS rescore
- 2026-07-15 16:57 UTCEPSS rescore
- 2026-07-15 02:00 UTCEPSS rescore
- 2026-07-14 18:58 UTCEG score recompute
- 2026-07-14 18:58 UTCGHSA enrichment
- 2026-07-13 22:30 UTCEPSS rescore
- 2026-07-13 18:42 UTCEG score recompute
- 2026-07-13 18:42 UTCGHSA enrichment
- 2026-07-13 06:13 UTCEPSS rescore
- 2026-07-13 06:13 UTCEPSS rescore
- 2026-07-12 18:27 UTCEG score recompute▲ 6.20
- 2026-07-12 18:27 UTCGHSA enrichment
- 2026-07-12 05:46 UTCEPSS rescore
- 2026-07-11 08:27 UTCEPSS rescore
- 2026-07-10 15:37 UTCMITRE cvelistV5CVSS v3 → 6.2 · severity → MEDIUM
- 2026-07-09 23:47 UTCNVD update
- 2026-07-09 21:42 UTCEG score recompute
- 2026-07-09 21:40 UTCMITRE cvelistV5first tracked
Related CVEs(same vendor + same CWE)
Same vendor
10 shownredhat
Frequently asked(5)
What is CVE-2026-39245?
When was CVE-2026-39245 disclosed?
Is CVE-2026-39245 actively exploited?
What is the CVSS score of CVE-2026-39245?
How do I remediate CVE-2026-39245?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-39245
Is Your Infrastructure Affected by CVE-2026-39245?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.