The Python standard library functions `urllib.parse.urlsplit` and `urlparse` accepted domain names that included square brackets which isn't 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.
CVSS
No CVSS.
References
Configurations
No configuration.
History
14 Mar 2025, 10:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
28 Feb 2025, 20:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
04 Feb 2025, 21:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
|
Summary |
|
31 Jan 2025, 20:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
31 Jan 2025, 18:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-01-31 18:15
Updated : 2025-03-14 10:15
NVD link : CVE-2025-0938
Mitre link : CVE-2025-0938
CVE.ORG link : CVE-2025-0938
JSON object : View
Products Affected
No product.
CWE
CWE-20
Improper Input Validation