OESA-2026-3070

Source
https://www.openeuler.org/en/security/security-bulletins/detail/?id=openEuler-SA-2026-3070
Import Source
https://repo.openeuler.org/security/data/osv/OESA-2026-3070.json
JSON Data
https://api.osv.dev/v1/vulns/OESA-2026-3070
Upstream
Published
2026-07-19T11:11:57Z
Modified
2026-08-18T01:21:20.242488749Z
Severity
  • 6.3 (Medium) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X 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):

When using the "configparser" module to write configuration files containing multi-line text values with carriage return characters (\r) the resulting file could be injected with unexpected keys and values if the attacker controls the written value.(CVE-2026-0864)

To allow builds of Python to be run from an in-tree layout (rather than an installed file layout), the VPATH variable is defined at build time and used to locate certain landmarks - specifically, Modules/setup.local. When this landmark is found relative to VPATH relative to the executable, Python assumes it is running in a source tree and generates a different default sys.path. This code remains in release builds, so that release-ready builds can be built in-tree.

On Windows, since builds are written to 'PCbuild/', the value of VPATH is set to '....', which results in a landmark of '....\Modules\setup.local'. This path is outside the install directory of Python, and may have different permissions, potentially allowing a low-privilege user to create the landmark and an alternative Lib folder that will be discovered by an otherwise restricted install.

Such a setup occurs with the legacy default install location for all users (in the now superseded EXE installer), due to how Windows allows all users to create folders in the root directory of their OS drive.

Our recommended mitigation on Windows is to migrate away from the legacy installer and use the new Python install manager to install for the current user. Installs where the directory two levels above the Python installation directory have equivalent permissions are unaffected (in general, a per-user install cannot be modified at all by other users, removing any escalation of privilege risk, and could be directly modified by a privileged user, making the potential tampering irrelevant). Alternative mitigations might include preemptively creating and restricting access to a Modules directory. Be aware that only 3.13 and 3.14 will receive updated legacy installers - earlier fixes are only provided as sources.

Platforms other than Windows allow VPATH to be overridden, but as they don't usually use a separated directory in the build for binaries, are unlikely to have a landmark reference outside of the install directory.

The landmark detection involving VPATH is a fallback for when a more specific landmark - .\pybuilddir.txt - is absent, and was included for compatibility. Future releases of Python will no longer include the fallback, and so builds will need to generate or preserve the pybuilddir.txt file in order to work in-tree. This landmark file has been generated on Windows since 3.11, and on other platforms for longer.(CVE-2026-12003)

unicodedata.normalize() can take excessive CPU time when processing specially crafted Unicode input containing long runs of combining characters with alternating Canonical Combining Class values. This affects all normalization forms.(CVE-2026-3276)

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-37.oe2403sp1

Ecosystem specific

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

Database specific

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