Skip to content

Commit 3d0e8d8

Browse files
committed
Update OSV records from CVE
1 parent be4801a commit 3d0e8d8

File tree

3 files changed

+121
-3
lines changed

3 files changed

+121
-3
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"schema_version": "1.5.0",
3+
"id": "PSF-0000-CVE-2025-13836",
4+
"aliases": [
5+
"CVE-2025-13836"
6+
],
7+
"published": "2025-12-01T18:02:38.483Z",
8+
"modified": "2025-12-01T19:00:52.546Z",
9+
"details": "When reading an HTTP response from a server, if no read amount is specified, the default behavior will be to use Content-Length. This allows a malicious server to cause the client to read large amounts of data into memory, potentially causing OOM or other DoS.",
10+
"affected": [
11+
{
12+
"ranges": [
13+
{
14+
"type": "GIT",
15+
"events": [
16+
{
17+
"introduced": "0"
18+
},
19+
{
20+
"fixed": "4ce27904b597c77d74dd93f2c912676021a99155"
21+
},
22+
{
23+
"fixed": "5a4c4a033a4a54481be6870aa1896fad732555b5"
24+
}
25+
],
26+
"repo": "https://github.com/python/cpython"
27+
}
28+
]
29+
}
30+
],
31+
"references": [
32+
{
33+
"type": "REPORT",
34+
"url": "https://github.com/python/cpython/issues/119451"
35+
},
36+
{
37+
"type": "WEB",
38+
"url": "https://github.com/python/cpython/pull/119454"
39+
},
40+
{
41+
"type": "FIX",
42+
"url": "https://github.com/python/cpython/commit/4ce27904b597c77d74dd93f2c912676021a99155"
43+
},
44+
{
45+
"type": "FIX",
46+
"url": "https://github.com/python/cpython/commit/5a4c4a033a4a54481be6870aa1896fad732555b5"
47+
}
48+
],
49+
"database_specific": {
50+
"cwe_ids": []
51+
}
52+
}
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
{
2+
"schema_version": "1.5.0",
3+
"id": "PSF-0000-CVE-2025-13837",
4+
"aliases": [
5+
"CVE-2025-13837"
6+
],
7+
"published": "2025-12-01T18:13:32.739Z",
8+
"modified": "2025-12-01T19:00:58.282Z",
9+
"details": "When loading a plist file, the plistlib module reads data in size specified by the file itself, meaning a malicious file can cause OOM and DoS issues",
10+
"affected": [
11+
{
12+
"ranges": [
13+
{
14+
"type": "GIT",
15+
"events": [
16+
{
17+
"introduced": "0"
18+
},
19+
{
20+
"fixed": "694922cf40aa3a28f898b5f5ee08b71b4922df70"
21+
},
22+
{
23+
"fixed": "71fa8eb8233b37f16c88b6e3e583b461b205d1ba"
24+
},
25+
{
26+
"fixed": "b64441e4852383645af5b435411a6f849dd1b4cb"
27+
}
28+
],
29+
"repo": "https://github.com/python/cpython"
30+
}
31+
]
32+
}
33+
],
34+
"references": [
35+
{
36+
"type": "WEB",
37+
"url": "https://github.com/python/cpython/pull/119343"
38+
},
39+
{
40+
"type": "REPORT",
41+
"url": "https://github.com/python/cpython/issues/119342"
42+
},
43+
{
44+
"type": "FIX",
45+
"url": "https://github.com/python/cpython/commit/694922cf40aa3a28f898b5f5ee08b71b4922df70"
46+
},
47+
{
48+
"type": "FIX",
49+
"url": "https://github.com/python/cpython/commit/71fa8eb8233b37f16c88b6e3e583b461b205d1ba"
50+
},
51+
{
52+
"type": "FIX",
53+
"url": "https://github.com/python/cpython/commit/b64441e4852383645af5b435411a6f849dd1b4cb"
54+
}
55+
],
56+
"database_specific": {
57+
"cwe_ids": []
58+
}
59+
}

advisories/python/PSF-2025-13.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"modified": "2025-10-31T17:55:40Z",
3-
"published": "2025-10-31T16:41:34Z",
2+
"modified": "2025-12-01T19:01:43.132Z",
3+
"published": "2025-10-31T16:41:34.983Z",
44
"schema_version": "1.5.0",
55
"id": "PSF-2025-13",
66
"aliases": [
@@ -33,6 +33,9 @@
3333
},
3434
{
3535
"fixed": "f029e8db626ddc6e3a3beea4eff511a71aaceb5c"
36+
},
37+
{
38+
"fixed": "5dceb93486176e6b4a6d9754491005113eb23427"
3639
}
3740
],
3841
"repo": "https://github.com/python/cpython"
@@ -72,9 +75,13 @@
7275
{
7376
"type": "FIX",
7477
"url": "https://github.com/python/cpython/commit/f029e8db626ddc6e3a3beea4eff511a71aaceb5c"
78+
},
79+
{
80+
"type": "FIX",
81+
"url": "https://github.com/python/cpython/commit/5dceb93486176e6b4a6d9754491005113eb23427"
7582
}
7683
],
7784
"database_specific": {
7885
"cwe_ids": []
7986
}
80-
}
87+
}

0 commit comments

Comments
 (0)