OESA-2025-1151

Source
https://www.openeuler.org/en/security/security-bulletins/detail/?id=openEuler-SA-2025-1151
Import Source
https://repo.openeuler.org/security/data/osv/OESA-2025-1151.json
JSON Data
https://api.test.osv.dev/v1/vulns/OESA-2025-1151
Upstream
Published
2025-02-21T13:35:39Z
Modified
2025-08-12T05:48:42.596672Z
Summary
python3 security update
Details

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)

Database specific
{
    "severity": "Medium"
}
References

Affected packages

openEuler:24.03-LTS-SP1 / python3

Package

Name
python3
Purl
pkg:rpm/openEuler/python3&distro=openEuler-24.03-LTS-SP1

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
3.11.6-11.oe2403sp1

Ecosystem specific

{
    "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"
    ]
}