-
Notifications
You must be signed in to change notification settings - Fork 4
/
PSF-2020-7.json
47 lines (47 loc) · 1.31 KB
/
PSF-2020-7.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"modified": "2020-01-28T18:35:58Z",
"published": "2020-01-28T18:35:58Z",
"schema_version": "1.5.0",
"id": "PSF-2020-7",
"aliases": [
"CVE-2020-8315"
],
"summary": "CVE-2020-8315: Unsafe DLL loading in getpathp.c on Windows 7",
"details": "In Python (CPython) 3.6 through 3.6.10, 3.7 through 3.7.6, and 3.8 through 3.8.1, an insecure dependency load upon launch on Windows 7 may result in an attacker's copy of api-ms-win-core-path-l1-1-0.dll being loaded and used instead of the system's copy. Windows 8 and later are unaffected.",
"affected": [
{
"ranges": [
{
"type": "GIT",
"events": [
{
"introduced": "0"
},
{
"fixed": "51332c467ed2e07a191f903d554d0c54248e4d88"
},
{
"fixed": "561c59777c8426fde0ef48b57cf02eddaeb2a5b8"
},
{
"fixed": "6a65eba44bfd82ccc8bed4b5c6dd6637549955d5"
},
{
"fixed": "ad4a20b87d79a619ffbdea3f26848780899494e5"
}
],
"repo": "https://github.com/python/cpython"
}
]
}
],
"database_specific": {
"cwe_ids": []
},
"references": [
{
"type": "REPORT",
"url": "https://bugs.python.org/issue39401"
}
]
}