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 email module of Python through 3.11.3 incorrectly parses e-mail addresses that contain a special character. The wrong portion of an RFC2822 header is identified as the value of the addr-spec. In some applications, an attacker can bypass a protection mechanism in which application access is granted only after verifying receipt of e-mail to a specific domain (e.g., only @company.example.com addresses may be used for signup). This occurs in email/_parseaddr.py in recent versions of Python.(CVE-2023-27043)
{ "severity": "Medium" }
{ "aarch64": [ "python3-3.11.6-7.oe2403.aarch64.rpm", "python3-debug-3.11.6-7.oe2403.aarch64.rpm", "python3-debuginfo-3.11.6-7.oe2403.aarch64.rpm", "python3-debugsource-3.11.6-7.oe2403.aarch64.rpm", "python3-devel-3.11.6-7.oe2403.aarch64.rpm", "python3-tkinter-3.11.6-7.oe2403.aarch64.rpm", "python3-unversioned-command-3.11.6-7.oe2403.aarch64.rpm" ], "x86_64": [ "python3-3.11.6-7.oe2403.x86_64.rpm", "python3-debug-3.11.6-7.oe2403.x86_64.rpm", "python3-debuginfo-3.11.6-7.oe2403.x86_64.rpm", "python3-debugsource-3.11.6-7.oe2403.x86_64.rpm", "python3-devel-3.11.6-7.oe2403.x86_64.rpm", "python3-tkinter-3.11.6-7.oe2403.x86_64.rpm", "python3-unversioned-command-3.11.6-7.oe2403.x86_64.rpm" ], "noarch": [ "python3-help-3.11.6-7.oe2403.noarch.rpm" ], "src": [ "python3-3.11.6-7.oe2403.src.rpm" ] }