Skip to content

Commit 7dd1860

Browse files
1 parent 8cbe008 commit 7dd1860

1 file changed

Lines changed: 30 additions & 5 deletions

File tree

advisories/unreviewed/2026/04/GHSA-58qw-9mgm-455v/GHSA-58qw-9mgm-455v.json renamed to advisories/github-reviewed/2026/04/GHSA-58qw-9mgm-455v/GHSA-58qw-9mgm-455v.json

Lines changed: 30 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,40 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-58qw-9mgm-455v",
4-
"modified": "2026-04-20T21:31:43Z",
4+
"modified": "2026-04-24T15:48:17Z",
55
"published": "2026-04-20T18:31:48Z",
66
"aliases": [
77
"CVE-2026-3219"
88
],
9+
"summary": "pip has an interpretation conflict due to handling both concatenated tar and ZIP files as ZIP files",
910
"details": "pip handles concatenated tar and ZIP files as ZIP files regardless of filename or whether a file is both a tar and ZIP file. This behavior could result in confusing installation behavior, such as installing \"incorrect\" files according to the filename of the archive. New behavior only proceeds with installation if the file identifies uniquely as a ZIP or tar archive, not as both.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V4",
13-
"score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/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:L/AC:L/AT:N/PR:N/UI:A/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "PyPI",
21+
"name": "pip"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"last_affected": "26.0.1"
32+
}
33+
]
34+
}
35+
]
1436
}
1537
],
16-
"affected": [],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
@@ -23,6 +44,10 @@
2344
"type": "WEB",
2445
"url": "https://github.com/pypa/pip/pull/13870"
2546
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/pypa/pip"
50+
},
2651
{
2752
"type": "WEB",
2853
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/QAJ5JIVWWCAJ4EZL2FP5MOOW35JS7LRJ"
@@ -37,8 +62,8 @@
3762
"CWE-434"
3863
],
3964
"severity": "MODERATE",
40-
"github_reviewed": false,
41-
"github_reviewed_at": null,
65+
"github_reviewed": true,
66+
"github_reviewed_at": "2026-04-24T15:48:17Z",
4267
"nvd_published_at": "2026-04-20T16:16:45Z"
4368
}
4469
}

0 commit comments

Comments
 (0)