Skip to content

Commit b1a1830

Browse files
committed
1 parent 8bd3199 commit b1a1830

File tree

1 file changed

+82
-0
lines changed

1 file changed

+82
-0
lines changed
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-vc2m-m665-8xm2",
4+
"modified": "2025-10-31T18:31:26Z",
5+
"published": "2025-10-31T18:31:15Z",
6+
"aliases": [
7+
"CVE-2025-6075"
8+
],
9+
"summary": "Python: os.path.expandvars performance degradation with user-controlled input",
10+
"details": "If the value passed to os.path.expandvars() is user-controlled a \nperformance degradation is possible when expanding environment \nvariables.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:L/AC:L/AT:P/PR:H/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "PyPI",
21+
"name": "python"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
}
30+
]
31+
}
32+
]
33+
}
34+
],
35+
"references": [
36+
{
37+
"type": "ADVISORY",
38+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6075"
39+
},
40+
{
41+
"type": "WEB",
42+
"url": "https://github.com/python/cpython/issues/136065"
43+
},
44+
{
45+
"type": "WEB",
46+
"url": "https://github.com/python/cpython/commit/2e6150adccaaf5bd95d4c19dfd04a36e0b325d8c"
47+
},
48+
{
49+
"type": "WEB",
50+
"url": "https://github.com/python/cpython/commit/631ba3407e3348ccd56ce5160c4fb2c5dc5f4d84"
51+
},
52+
{
53+
"type": "WEB",
54+
"url": "https://github.com/python/cpython/commit/892747b4cf0f95ba8beb51c0d0658bfaa381ebca"
55+
},
56+
{
57+
"type": "WEB",
58+
"url": "https://github.com/python/cpython/commit/9ab89c026aa9611c4b0b67c288b8303a480fe742"
59+
},
60+
{
61+
"type": "WEB",
62+
"url": "https://github.com/python/cpython/commit/c8a5f3435c342964e0a432cc9fb448b7dbecd1ba"
63+
},
64+
{
65+
"type": "WEB",
66+
"url": "https://github.com/python/cpython/commit/f029e8db626ddc6e3a3beea4eff511a71aaceb5c"
67+
},
68+
{
69+
"type": "WEB",
70+
"url": "https://mail.python.org/archives/list/[email protected]/thread/IUP5QJ6D4KK6ULHOMPC7DPNKRYQTQNLA"
71+
}
72+
],
73+
"database_specific": {
74+
"cwe_ids": [
75+
"CWE-400"
76+
],
77+
"severity": "LOW",
78+
"github_reviewed": false,
79+
"github_reviewed_at": null,
80+
"nvd_published_at": "2025-10-31T17:15:48Z"
81+
}
82+
}

0 commit comments

Comments
 (0)