This update for python313 fixes the following issues:
CVE-2025-15366: user-controlled command can allow additional commands injected using newlines (bsc#1257044).
CVE-2025-15367: control characters may allow the injection of additional commands (bsc#1257041).
CVE-2026-0864: improper handling of line-ending characters can lead to configuration file injection when the
configparser module is used (bsc#1269066).
CVE-2026-4360: in the Tarfile.extract() function, the filter parameter is not passed properly when extracting
hardlinks (bsc#1269959).
CVE-2026-8328: ftpcp() does not use actual peer address and trusts server-supplied PASV host address (bsc#1265268).
CVE-2026-11940: tarfile extraction filter bypass via a crafted archive allows escaping the destination directory and
enables arbitrary file reads and writes (bsc#1268977).
CVE-2026-11972: infinite loop due to improper EOF handling in the tarfile module streaming mode can lead to DoS
(bsc#1269788).
CVE-2026-15308: Incremental HTMLParser allows CPU-exhaustion DoS via repeated unterminated markup declarations
(bsc#1271192).