Skip to content

Commit

Permalink
Update OSV records from CVE
Browse files Browse the repository at this point in the history
  • Loading branch information
sethmlarson committed Nov 13, 2024
1 parent 33cd8c7 commit 813c648
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions advisories/python/PSF-0000-CVE-2024-11168.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"schema_version": "1.5.0",
"id": "PSF-0000-CVE-2024-11168",
"aliases": [
"CVE-2024-11168"
],
"published": "2024-11-12T21:22:23.438Z",
"modified": "2024-11-12T21:33:36.318Z",
"details": "The urllib.parse.urlsplit() and urlparse() functions improperly validated bracketed hosts (`[]`), allowing hosts that weren't IPv6 or IPvFuture. This behavior was not conformant to RFC 3986 and potentially enabled SSRF if a URL is processed by more than one URL parser.",
"affected": [
{
"ranges": [
{
"type": "GIT",
"events": [
{
"introduced": "0"
},
{
"fixed": "29f348e232e82938ba2165843c448c2b291504c5"
},
{
"fixed": "b2171a2fd41416cf68afd67460578631d755a550"
}
],
"repo": "https://github.com/python/cpython"
}
]
}
],
"references": [
{
"type": "FIX",
"url": "https://github.com/python/cpython/commit/29f348e232e82938ba2165843c448c2b291504c5"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/pull/103849"
},
{
"type": "REPORT",
"url": "https://github.com/python/cpython/issues/103848"
},
{
"type": "ADVISORY",
"url": "https://mail.python.org/archives/list/[email protected]/thread/XPWB6XVZ5G5KGEI63M4AWLIEUF5BPH4T/"
},
{
"type": "FIX",
"url": "https://github.com/python/cpython/commit/b2171a2fd41416cf68afd67460578631d755a550"
}
],
"database_specific": {
"cwe_ids": []
}
}

0 comments on commit 813c648

Please sign in to comment.