-
Notifications
You must be signed in to change notification settings - Fork 585
Expand file tree
/
Copy pathGHSA-92fh-27vv-894w.json
More file actions
68 lines (68 loc) · 1.75 KB
/
GHSA-92fh-27vv-894w.json
File metadata and controls
68 lines (68 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"schema_version": "1.4.0",
"id": "GHSA-92fh-27vv-894w",
"modified": "2026-02-11T18:56:24Z",
"published": "2026-02-11T18:31:30Z",
"aliases": [
"CVE-2025-69874"
],
"summary": "nanotar is vulnerable to path traversal in parseTar() and parseTarGzip()",
"details": "nanotar through 0.2.0 has a path traversal vulnerability in parseTar() and parseTarGzip() that allows remote attackers to write arbitrary files outside the intended extraction directory via a crafted tar archive containing path traversal sequence.",
"severity": [
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N"
}
],
"affected": [
{
"package": {
"ecosystem": "npm",
"name": "nanotar"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0.1.1"
},
{
"fixed": "0.2.1"
}
]
}
],
"database_specific": {
"last_known_affected_version_range": "<= 0.2.0"
}
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69874"
},
{
"type": "WEB",
"url": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69874-nanotar-Path-Traversal.md"
},
{
"type": "PACKAGE",
"url": "https://github.com/unjs/nanotar"
},
{
"type": "WEB",
"url": "https://www.npmjs.com/package/nanotar"
}
],
"database_specific": {
"cwe_ids": [
"CWE-22"
],
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2026-02-11T18:56:22Z",
"nvd_published_at": "2026-02-11T18:16:05Z"
}
}