Skip to content

Commit a8165c2

Browse files
committed
new vulnerability in adm-zip
1 parent 1a441e9 commit a8165c2

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

input/new.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"package_name": "",
3-
"patch_versions": [],
4-
"vulnerable_ranges": [],
5-
"cwe": [],
6-
"tldr": "",
7-
"doest_this_affect_me": "",
8-
"how_to_fix": "",
2+
"package_name": "adm-zip",
3+
"patch_versions": ["0.5.2"],
4+
"vulnerable_ranges": ["0.1.1", "0.5.1"],
5+
"cwe": ["CWE-22"],
6+
"tldr": "Affected versions of this package are vulnerable to directory traversal attacks during file extraction. By manipulating archive filenames with sequences like `../`, attackers can craft malicious archives that, when extracted, place files outside the intended target directory. This can overwrite critical system files, deploy unauthorized scripts, or expose sensitive data.",
7+
"doest_this_affect_me": "You are affected if you are using a version that falls within the vulnerable range.",
8+
"how_to_fix": "Upgrade the `adm-zip` library to the patch version.",
99
"reporter": "",
10-
"vulnerable_to": "",
10+
"vulnerable_to": "Path Traversal",
1111
"related_cve_id": "",
12-
"language": "",
13-
"severity_class": "",
14-
"aikido_score": 0,
15-
"changelog": "",
12+
"language": "JS",
13+
"severity_class": "HIGH",
14+
"aikido_score": 80,
15+
"changelog": "https://github.com/cthackers/adm-zip/commit/119dcad6599adccc77982feb14a0c7440fa63013",
1616
"package_name_alias": null,
1717
"package_wildcard_ends_in": null,
1818
"package_wildcard_contains": null,

0 commit comments

Comments
 (0)