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):
A defect was discovered in the Python “ssl” module where there is a memory race condition with the ssl.SSLContext methods “certstorestats()” and “getcacerts()”. The race condition can be triggered if the methods are called at the same time as certificates are loaded into the SSLContext, such as during the TLS handshake with a certificate directory configured. This issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.(CVE-2024-0397)
The “ipaddress” module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as “globally reachable” or “private”. This affected the isprivate and isglobal properties of the ipaddress.IPv4Address, ipaddress.IPv4Network, ipaddress.IPv6Address, and ipaddress.IPv6Network classes, where values wouldn’t be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.
CPython 3.12.4 and 3.13.0a6 contain updated information from these registries and thus have the intended behavior.(CVE-2024-4032)
{ "severity": "High" }
{ "src": [ "python3-3.11.6-4.oe2403.src.rpm" ], "aarch64": [ "python3-devel-3.11.6-4.oe2403.aarch64.rpm", "python3-debuginfo-3.11.6-4.oe2403.aarch64.rpm", "python3-unversioned-command-3.11.6-4.oe2403.aarch64.rpm", "python3-debugsource-3.11.6-4.oe2403.aarch64.rpm", "python3-tkinter-3.11.6-4.oe2403.aarch64.rpm", "python3-debug-3.11.6-4.oe2403.aarch64.rpm", "python3-3.11.6-4.oe2403.aarch64.rpm" ], "x86_64": [ "python3-unversioned-command-3.11.6-4.oe2403.x86_64.rpm", "python3-debuginfo-3.11.6-4.oe2403.x86_64.rpm", "python3-debugsource-3.11.6-4.oe2403.x86_64.rpm", "python3-tkinter-3.11.6-4.oe2403.x86_64.rpm", "python3-devel-3.11.6-4.oe2403.x86_64.rpm", "python3-debug-3.11.6-4.oe2403.x86_64.rpm", "python3-3.11.6-4.oe2403.x86_64.rpm" ], "noarch": [ "python3-help-3.11.6-4.oe2403.noarch.rpm" ] }