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):
During an address list folding when a separating comma ends up on a folded line and that line is to be unicode-encoded then the separator itself is also unicode-encoded. Expected behavior is that the separating comma remains a plan comma. This can result in the address header being misinterpreted by some mail servers.(CVE-2025-1795)
There is an issue in CPython when using bytes.decode("unicode_escape", error="ignore|replace")
. If you are not using the "unicode_escape" encoding or an error handler your usage is not affected. To work-around this issue you may stop using the error= handler and instead wrap the bytes.decode() call in a try-except catching the DecodeError.(CVE-2025-4516)
There is a defect in the CPython 'tarfile' module affecting the 'TarFile' extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives.(CVE-2025-8194)
{ "severity": "High" }
{ "x86_64": [ "python3-3.11.6-14.oe2403.x86_64.rpm", "python3-debug-3.11.6-14.oe2403.x86_64.rpm", "python3-debuginfo-3.11.6-14.oe2403.x86_64.rpm", "python3-debugsource-3.11.6-14.oe2403.x86_64.rpm", "python3-devel-3.11.6-14.oe2403.x86_64.rpm", "python3-tkinter-3.11.6-14.oe2403.x86_64.rpm", "python3-unversioned-command-3.11.6-14.oe2403.x86_64.rpm" ], "aarch64": [ "python3-3.11.6-14.oe2403.aarch64.rpm", "python3-debug-3.11.6-14.oe2403.aarch64.rpm", "python3-debuginfo-3.11.6-14.oe2403.aarch64.rpm", "python3-debugsource-3.11.6-14.oe2403.aarch64.rpm", "python3-devel-3.11.6-14.oe2403.aarch64.rpm", "python3-tkinter-3.11.6-14.oe2403.aarch64.rpm", "python3-unversioned-command-3.11.6-14.oe2403.aarch64.rpm" ], "noarch": [ "python3-help-3.11.6-14.oe2403.noarch.rpm" ], "src": [ "python3-3.11.6-14.oe2403.src.rpm" ] }