Skip to content

Commit c938af2

Browse files
committed
Update OSV records from CVE
1 parent 94b4c8d commit c938af2

File tree

3 files changed

+72
-2
lines changed

3 files changed

+72
-2
lines changed
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"schema_version": "1.5.0",
3+
"id": "PSF-0000-CVE-2025-8291",
4+
"aliases": [
5+
"CVE-2025-8291"
6+
],
7+
"published": "2025-10-07T18:10:05.908Z",
8+
"modified": "2025-10-07T18:22:46.912Z",
9+
"details": "The 'zipfile' module would not check the validity of the ZIP64 End of\nCentral Directory (EOCD) Locator record offset value would not be used to\nlocate the ZIP64 EOCD record, instead the ZIP64 EOCD record would be\nassumed to be the previous record in the ZIP archive. This could be abused\nto create ZIP archives that are handled differently by the 'zipfile' module\ncompared to other ZIP implementations.\n\n\nRemediation maintains this behavior, but checks that the offset specified\nin the ZIP64 EOCD Locator record matches the expected value.",
10+
"affected": [
11+
{
12+
"ranges": [
13+
{
14+
"type": "GIT",
15+
"events": [
16+
{
17+
"introduced": "0"
18+
},
19+
{
20+
"fixed": "162997bb70e067668c039700141770687bc8f267"
21+
},
22+
{
23+
"fixed": "333d4a6f4967d3ace91492a39ededbcf3faa76a6"
24+
}
25+
],
26+
"repo": "https://github.com/python/cpython"
27+
}
28+
]
29+
}
30+
],
31+
"references": [
32+
{
33+
"type": "WEB",
34+
"url": "https://github.com/python/cpython/pull/139702"
35+
},
36+
{
37+
"type": "ADVISORY",
38+
"url": "https://mail.python.org/archives/list/[email protected]/thread/QECOPWMTH4VPPJAXAH2BGTA4XADOP62G/"
39+
},
40+
{
41+
"type": "REPORT",
42+
"url": "https://github.com/python/cpython/issues/139700"
43+
},
44+
{
45+
"type": "FIX",
46+
"url": "https://github.com/python/cpython/commit/162997bb70e067668c039700141770687bc8f267"
47+
},
48+
{
49+
"type": "FIX",
50+
"url": "https://github.com/python/cpython/commit/333d4a6f4967d3ace91492a39ededbcf3faa76a6"
51+
}
52+
],
53+
"database_specific": {
54+
"cwe_ids": []
55+
}
56+
}

advisories/python/PSF-2024-10.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"modified": "2024-09-04T22:31:34.780Z",
2+
"modified": "2025-10-07T18:23:00.951Z",
33
"published": "2024-08-22T18:45:31.807Z",
44
"schema_version": "1.5.0",
55
"id": "PSF-2024-10",
@@ -48,6 +48,9 @@
4848
},
4949
{
5050
"fixed": "0aa1ee22ab6e204e9d3d0e9dd63ea648ed691ef1"
51+
},
52+
{
53+
"fixed": "9cd03263100ddb1657826cc4a71470786cab3932"
5154
}
5255
],
5356
"repo": "https://github.com/python/cpython"
@@ -115,6 +118,10 @@
115118
{
116119
"type": "FIX",
117120
"url": "https://github.com/python/cpython/commit/0aa1ee22ab6e204e9d3d0e9dd63ea648ed691ef1"
121+
},
122+
{
123+
"type": "FIX",
124+
"url": "https://github.com/python/cpython/commit/9cd03263100ddb1657826cc4a71470786cab3932"
118125
}
119126
],
120127
"database_specific": {

advisories/python/PSF-2024-6.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"modified": "2024-07-01T13:51:32.404Z",
2+
"modified": "2025-10-07T16:17:14.739Z",
33
"published": "2024-06-27T21:05:31.281Z",
44
"schema_version": "1.5.0",
55
"id": "PSF-2024-6",
@@ -18,6 +18,9 @@
1818
},
1919
{
2020
"fixed": "39258d3595300bc7b952854c915f63ae2d4b9c3e"
21+
},
22+
{
23+
"fixed": "a2cdbb6e8188ba9ba8b356b28d91bff60e86fe31"
2124
}
2225
],
2326
"repo": "https://github.com/python/cpython"
@@ -53,6 +56,10 @@
5356
{
5457
"type": "WEB",
5558
"url": "https://security.netapp.com/advisory/ntap-20240726-0005/"
59+
},
60+
{
61+
"type": "FIX",
62+
"url": "https://github.com/python/cpython/commit/a2cdbb6e8188ba9ba8b356b28d91bff60e86fe31"
5663
}
5764
],
5865
"database_specific": {

0 commit comments

Comments
 (0)