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):
An issue was found in the CPython zipfile
module affecting versions 3.12.1, 3.11.7, 3.10.13, 3.9.18, and 3.8.18 and prior.
The zipfile module is vulnerable to “quoted-overlap” zip-bombs which exploit the zip format to create a zip-bomb with a high compression ratio. The fixed versions of CPython makes the zipfile module reject zip archives which overlap entries in the archive.
(CVE-2024-0450)
{ "severity": "Medium" }
{ "src": [ "python3-3.9.9-31.oe2203sp1.src.rpm" ], "noarch": [ "python3-help-3.9.9-31.oe2203sp1.noarch.rpm" ], "x86_64": [ "python3-3.9.9-31.oe2203sp1.x86_64.rpm", "python3-debug-3.9.9-31.oe2203sp1.x86_64.rpm", "python3-debuginfo-3.9.9-31.oe2203sp1.x86_64.rpm", "python3-debugsource-3.9.9-31.oe2203sp1.x86_64.rpm", "python3-devel-3.9.9-31.oe2203sp1.x86_64.rpm", "python3-unversioned-command-3.9.9-31.oe2203sp1.x86_64.rpm" ], "aarch64": [ "python3-3.9.9-31.oe2203sp1.aarch64.rpm", "python3-debug-3.9.9-31.oe2203sp1.aarch64.rpm", "python3-debuginfo-3.9.9-31.oe2203sp1.aarch64.rpm", "python3-debugsource-3.9.9-31.oe2203sp1.aarch64.rpm", "python3-devel-3.9.9-31.oe2203sp1.aarch64.rpm", "python3-unversioned-command-3.9.9-31.oe2203sp1.aarch64.rpm" ] }