Skip to content

Commit 390d904

Browse files
committed
Update OSV records from CVE
1 parent 3a86e3e commit 390d904

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"schema_version": "1.5.0",
3+
"id": "PSF-0000-CVE-2025-12084",
4+
"aliases": [
5+
"CVE-2025-12084"
6+
],
7+
"published": "2025-12-03T18:55:32.222Z",
8+
"modified": "2025-12-03T19:14:59.450Z",
9+
"details": "When building nested elements using xml.dom.minidom methods such as appendChild() that have a dependency on _clear_id_cache() the algorithm is quadratic. Availability can be impacted when building excessively nested documents.",
10+
"affected": [
11+
{
12+
"ranges": [
13+
{
14+
"type": "GIT",
15+
"events": [
16+
{
17+
"introduced": "0"
18+
},
19+
{
20+
"fixed": "08d8e18ad81cd45bc4a27d6da478b51ea49486e4"
21+
}
22+
],
23+
"repo": "https://github.com/python/cpython"
24+
}
25+
]
26+
}
27+
],
28+
"references": [
29+
{
30+
"type": "WEB",
31+
"url": "https://github.com/python/cpython/pull/142146"
32+
},
33+
{
34+
"type": "REPORT",
35+
"url": "https://github.com/python/cpython/issues/142145"
36+
},
37+
{
38+
"type": "FIX",
39+
"url": "https://github.com/python/cpython/commit/08d8e18ad81cd45bc4a27d6da478b51ea49486e4"
40+
}
41+
],
42+
"database_specific": {
43+
"cwe_ids": []
44+
}
45+
}

0 commit comments

Comments
 (0)