Skip to content

Commit 7e40a3d

Browse files
Update OSV records from CVE
1 parent c0160dc commit 7e40a3d

File tree

2 files changed

+91
-3
lines changed

2 files changed

+91
-3
lines changed
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
{
2+
"schema_version": "1.5.0",
3+
"id": "PSF-0000-CVE-2025-6075",
4+
"aliases": [
5+
"CVE-2025-6075"
6+
],
7+
"published": "2025-10-31T16:41:34.983Z",
8+
"modified": "2025-10-31T17:55:40.240Z",
9+
"details": "If the value passed to os.path.expandvars() is user-controlled a \nperformance degradation is possible when expanding environment \nvariables.",
10+
"affected": [
11+
{
12+
"ranges": [
13+
{
14+
"type": "GIT",
15+
"events": [
16+
{
17+
"introduced": "0"
18+
},
19+
{
20+
"fixed": "2e6150adccaaf5bd95d4c19dfd04a36e0b325d8c"
21+
},
22+
{
23+
"fixed": "631ba3407e3348ccd56ce5160c4fb2c5dc5f4d84"
24+
},
25+
{
26+
"fixed": "892747b4cf0f95ba8beb51c0d0658bfaa381ebca"
27+
},
28+
{
29+
"fixed": "9ab89c026aa9611c4b0b67c288b8303a480fe742"
30+
},
31+
{
32+
"fixed": "c8a5f3435c342964e0a432cc9fb448b7dbecd1ba"
33+
},
34+
{
35+
"fixed": "f029e8db626ddc6e3a3beea4eff511a71aaceb5c"
36+
}
37+
],
38+
"repo": "https://github.com/python/cpython"
39+
}
40+
]
41+
}
42+
],
43+
"references": [
44+
{
45+
"type": "REPORT",
46+
"url": "https://github.com/python/cpython/issues/136065"
47+
},
48+
{
49+
"type": "ADVISORY",
50+
"url": "https://mail.python.org/archives/list/[email protected]/thread/IUP5QJ6D4KK6ULHOMPC7DPNKRYQTQNLA/"
51+
},
52+
{
53+
"type": "FIX",
54+
"url": "https://github.com/python/cpython/commit/2e6150adccaaf5bd95d4c19dfd04a36e0b325d8c"
55+
},
56+
{
57+
"type": "FIX",
58+
"url": "https://github.com/python/cpython/commit/631ba3407e3348ccd56ce5160c4fb2c5dc5f4d84"
59+
},
60+
{
61+
"type": "FIX",
62+
"url": "https://github.com/python/cpython/commit/892747b4cf0f95ba8beb51c0d0658bfaa381ebca"
63+
},
64+
{
65+
"type": "FIX",
66+
"url": "https://github.com/python/cpython/commit/9ab89c026aa9611c4b0b67c288b8303a480fe742"
67+
},
68+
{
69+
"type": "FIX",
70+
"url": "https://github.com/python/cpython/commit/c8a5f3435c342964e0a432cc9fb448b7dbecd1ba"
71+
},
72+
{
73+
"type": "FIX",
74+
"url": "https://github.com/python/cpython/commit/f029e8db626ddc6e3a3beea4eff511a71aaceb5c"
75+
}
76+
],
77+
"database_specific": {
78+
"cwe_ids": []
79+
}
80+
}

advisories/python/PSF-2025-3.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"modified": "2025-02-28T20:32:56Z",
3-
"published": "2025-02-28T18:59:31Z",
2+
"modified": "2025-11-03T15:40:14.922Z",
3+
"published": "2025-02-28T18:59:31.784Z",
44
"schema_version": "1.5.0",
55
"id": "PSF-2025-3",
66
"aliases": [
@@ -65,9 +65,17 @@
6565
{
6666
"type": "ADVISORY",
6767
"url": "https://mail.python.org/archives/list/[email protected]/thread/MB62IZMEC3UM6SGHP5LET5JX2Y7H4ZUR/"
68+
},
69+
{
70+
"type": "FIX",
71+
"url": "https://github.com/python/cpython/commit/a4ef689ce670684ec132204b1cd03720c8e0a03d"
72+
},
73+
{
74+
"type": "FIX",
75+
"url": "https://github.com/python/cpython/commit/d4df3c55e4c5513947f907f24766b34d2ae8c090"
6876
}
6977
],
7078
"database_specific": {
7179
"cwe_ids": []
7280
}
73-
}
81+
}

0 commit comments

Comments
 (0)