Security Advisory

CVE-2025-0938

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-01-31 17:51:35
Last updated 2026-04-21 20:14:13
Assigner PSF
State PUBLISHED

Description

The Python standard library functions `urllib.parse.urlsplit` and `urlparse` accepted domain names that included square brackets which isnt valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in differential parsing across the Python URL parser and other specification-compliant URL parsers.