The urllib.parse.urlsplit() and urlparse() functions...
Moderate severity
Unreviewed
Published
Nov 13, 2024
to the GitHub Advisory Database
•
Updated Nov 13, 2024
Description
Published by the National Vulnerability Database
Nov 12, 2024
Published to the GitHub Advisory Database
Nov 13, 2024
Last updated
Nov 13, 2024
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.References