Skip to content

Commit e8a2441

Browse files
committed
1 parent 36224ba commit e8a2441

1 file changed

Lines changed: 29 additions & 11 deletions

File tree

advisories/unreviewed/2026/06/GHSA-h39j-r5qq-r9mm/GHSA-h39j-r5qq-r9mm.json

Lines changed: 29 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,52 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-h39j-r5qq-r9mm",
4-
"modified": "2026-06-05T09:33:46Z",
4+
"modified": "2026-06-05T09:33:53Z",
55
"published": "2026-06-05T09:33:46Z",
66
"aliases": [
77
"CVE-2026-10732"
88
],
9+
"summary": "ZipSlip in decompress",
910
"details": "All versions of the package decompress are vulnerable to Arbitrary File Write via Archive Extraction (Zip Slip) when extracting a ZIP archive containing two entries with the same path - the first being a symlink to an arbitrary target and the second being a regular file - the file content is written through the symlink to the target location outside the output directory. This is due to the microtask processing order that checks readlink for the second file before resolving symlink for the first file. An attacker can write arbitrary file on the host filesystem potentially leading to remote code execution by providing a specially crafted ZIP archive.\n\n**Note:**\n\nThis bypasses all existing path traversal protections including preventWritingThroughSymlink, added as a part of the fix for [CVE-2020-12265](https://security.snyk.io/vuln/SNYK-JS-DECOMPRESS-557358).",
1011
"severity": [
11-
{
12-
"type": "CVSS_V3",
13-
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:H/A:L"
14-
},
1512
{
1613
"type": "CVSS_V4",
17-
"score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:L/VI:H/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X"
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:L/VI:H/VA:L/SC:N/SI:N/SA:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "npm",
21+
"name": "decompress"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"last_affected": "4.2.0"
32+
}
33+
]
34+
}
35+
]
1836
}
1937
],
20-
"affected": [],
2138
"references": [
2239
{
2340
"type": "ADVISORY",
2441
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-10732"
2542
},
2643
{
2744
"type": "WEB",
28-
"url": "https://github.com/kevva/decompress/pull/112"
45+
"url": "https://github.com/Alemmi/cve/tree/main/CVE-2026-10732"
2946
},
3047
{
31-
"type": "WEB",
32-
"url": "https://gist.github.com/Alemmi/409c3cc148c39522c6d6a8538b0e1f9e"
48+
"type": "PACKAGE",
49+
"url": "https://github.com/kevva/decompress/blob/master/index.js"
3350
},
3451
{
3552
"type": "WEB",
@@ -38,7 +55,8 @@
3855
],
3956
"database_specific": {
4057
"cwe_ids": [
41-
"CWE-29"
58+
"CWE-29",
59+
"CWE-59"
4260
],
4361
"severity": "MODERATE",
4462
"github_reviewed": false,

0 commit comments

Comments
 (0)