OESA-2026-4011

Source
https://www.openeuler.org/en/security/security-bulletins/detail/?id=openEuler-SA-2026-4011
Import Source
https://repo.openeuler.org/security/data/osv/OESA-2026-4011.json
JSON Data
https://api.osv.dev/v1/vulns/OESA-2026-4011
Upstream
CVE (6)
Published
2026-09-25T01:27:12Z
Modified
2026-09-25T01:45:06Z
Severity
  • 8.4 (High) CVSS_V4 - CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N CVSS Calculator
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 HTTPPasswordMgr class in the urllib.request module, along with its subclasses HTTPPasswordMgrWithDefaultRealm and HTTPPasswordMgrWithPriorAuth, did not take the URL scheme into account when matching stored credentials against a requested URL. Credentials added for an https:// URL were also used for requests to the same host over http://, so an attacker able to redirect or downgrade a client to plain HTTP (for example, via an HTTPS-to-HTTP redirect or an on-path position) could capture credentials in cleartext. Credentials added for http:// URLs could likewise be sent over https://. Credential matching is now scoped by URL scheme. Credentials registered with a URL that includes a scheme are only used for requests with the same scheme. Credentials registered with a bare authority (such as example.com or example.com:8080) continue to match any scheme, preserving compatibility with existing code, including proxy authentication.(CVE-2026-15806)

The "stringprep" module didn't process characters from RFC 3454 tables B.2 or B.3 correctly: the latest Unicode codepoint attributes were used instead of the specified Unicode 3.2.0. This behavior would cause mismatches when processing domain names using IDNA 2003 (the "idna" codec) and the in_table_b2() function of the "stringprep" module. This only affects domain names containing characters that were not previously registered or had their Unicode attributes such as case-folding behavior updated since Unicode 3.2.0.(CVE-2026-17084)

Attacker-controlled CSV samples can trigger super-linear regular-expression work during dialect sniffing and consume significant CPU when applications pass unbounded input to csv.Sniffer.sniff().(CVE-2026-18503)

The tarfile module's tar and data extraction filters created directories outside the destination for members whose name leaves the destination and returns to it, such as ../evil/../dest/sub/file. The containment check used the resolved path, but intermediate directories were created from the name as given. Only empty directories are created outside the destination. Member contents are still extracted inside it. To return to the destination the member's name must contain the destination directory's own final component, so extraction into a secure randomised directory is not affected. This affects POSIX platforms only. On Windows, .. components are collapsed before the path reaches the filesystem, so the directories outside the destination are never created.(CVE-2026-19672)

In CPython 3.13 and earlier, the tarfile module's data and tar extraction filters are vulnerable to crafted archives containing a hard link to a symbolic link. Such archives may cause extraction to modify the permissions or modification time of a file outside the destination directory, or expose the contents of that file within the extracted tree.(CVE-2026-82049)

When tarfile extracts a link on a system that doesn't support links, it falls back to extracting a member from the archive. In this case, the filter function is run twice: once for the extracted member, and once with name set to the location of the link. For one of the calls, the return value was ignored. Instead, the member should be skipped if either call returns None.(CVE-2026-87910)

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

Affected packages

openEuler:24.03-LTS-SP4 / python3

Package

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

Affected ranges

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

Ecosystem specific

{
    "aarch64":  [
        "python3-3.11.6-45.oe2403sp4.aarch64.rpm",
        "python3-debug-3.11.6-45.oe2403sp4.aarch64.rpm",
        "python3-debuginfo-3.11.6-45.oe2403sp4.aarch64.rpm",
        "python3-debugsource-3.11.6-45.oe2403sp4.aarch64.rpm",
        "python3-devel-3.11.6-45.oe2403sp4.aarch64.rpm",
        "python3-tkinter-3.11.6-45.oe2403sp4.aarch64.rpm",
        "python3-unversioned-command-3.11.6-45.oe2403sp4.aarch64.rpm"
    ],
    "noarch":  [
        "python3-help-3.11.6-45.oe2403sp4.noarch.rpm"
    ],
    "src":  [
        "python3-3.11.6-45.oe2403sp4.src.rpm"
    ],
    "x86_64":  [
        "python3-3.11.6-45.oe2403sp4.x86_64.rpm",
        "python3-debug-3.11.6-45.oe2403sp4.x86_64.rpm",
        "python3-debuginfo-3.11.6-45.oe2403sp4.x86_64.rpm",
        "python3-debugsource-3.11.6-45.oe2403sp4.x86_64.rpm",
        "python3-devel-3.11.6-45.oe2403sp4.x86_64.rpm",
        "python3-tkinter-3.11.6-45.oe2403sp4.x86_64.rpm",
        "python3-unversioned-command-3.11.6-45.oe2403sp4.x86_64.rpm"
    ]
}

Database specific

source
"https://repo.openeuler.org/security/data/osv/OESA-2026-4011.json"