Python combines remarkable power with very clear syntax. It has modules, classes, exceptions, very high level dynamic data types, and dynamic typing. There are interfaces to many system calls and libraries, as well as to various windowing systems. New built-in modules are easily written in C or C++ (or other languages, depending on the chosen implementation). Python is also usable as an extension language for applications written in other languages that need easy-to-use scripting or automation interfaces.
Security Fix(es):
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.(CVE-2025-0938)
{ "severity": "Medium" }
{ "aarch64": [ "python3-3.11.6-11.oe2403sp1.aarch64.rpm", "python3-debug-3.11.6-11.oe2403sp1.aarch64.rpm", "python3-debuginfo-3.11.6-11.oe2403sp1.aarch64.rpm", "python3-debugsource-3.11.6-11.oe2403sp1.aarch64.rpm", "python3-devel-3.11.6-11.oe2403sp1.aarch64.rpm", "python3-tkinter-3.11.6-11.oe2403sp1.aarch64.rpm", "python3-unversioned-command-3.11.6-11.oe2403sp1.aarch64.rpm" ], "noarch": [ "python3-help-3.11.6-11.oe2403sp1.noarch.rpm" ], "x86_64": [ "python3-3.11.6-11.oe2403sp1.x86_64.rpm", "python3-debug-3.11.6-11.oe2403sp1.x86_64.rpm", "python3-debuginfo-3.11.6-11.oe2403sp1.x86_64.rpm", "python3-debugsource-3.11.6-11.oe2403sp1.x86_64.rpm", "python3-devel-3.11.6-11.oe2403sp1.x86_64.rpm", "python3-tkinter-3.11.6-11.oe2403sp1.x86_64.rpm", "python3-unversioned-command-3.11.6-11.oe2403sp1.x86_64.rpm" ], "src": [ "python3-3.11.6-11.oe2403sp1.src.rpm" ] }