Release date:
2026-07-02 12:25:37 UTC
Description:
* SECURITY UPDATE: improper validation of bracketed hosts in urlparse
- debian/patches/CVE-2024-11168.patch: backport of cpython
b2171a2fd4 (gh-103848). urlparse.urlsplit() accepted bracketed
hosts that are neither valid IPv6 nor IPvFuture literals. Adds
_check_bracketed_host() to Lib/urlparse.py, called from both the
"http" fast-path and the generic branch. Python 2.7 has no
ipaddress module, so the bracket content is validated with
socket.inet_pton() (IPv4 in brackets rejected; otherwise must
parse as IPv6).
- CVE-2024-11168
* SECURITY UPDATE: NULL deref in bundled libexpat XML_StopParser
- debian/patches/CVE-2024-50602.patch: backport of libexpat PR
#915 (51c7019069b8) into the bundled Modules/expat/ (2.2.8).
XML_StopParser() on a parser in the XML_INITIALIZED state left it
in a state where XML_ResumeParser() crashed via a NULL
dereference. XML_StopParser() now refuses to stop/suspend an
unstarted parser, returning the new XML_ERROR_NOT_STARTED.
- CVE-2024-50602
* SECURITY UPDATE: square brackets allowed in parsed URL domain names
- debian/patches/CVE-2025-0938.patch: backport of cpython
b8b4b713c5 (gh-105704). Completes CVE-2024-11168 by rejecting
square brackets in plain domain names. Adds
_check_bracketed_netloc() to Lib/urlparse.py (mirroring
NetlocResultMixins._hostinfo()) and uses it in both branches of
urlsplit() in place of the inline bracket extraction.
- CVE-2025-0938
Updated packages:
-
alt-python27_2.7.18-22_amd64.deb
sha:15ca51599814b069faff7566ee36aee654f8c7e6
-
alt-python27-debug_2.7.18-22_amd64.deb
sha:cd99a460750d470007194b2e89dcf85dfe538a03
-
alt-python27-devel_2.7.18-22_amd64.deb
sha:42223579894b76f070200ea53bc2f928421b7e38
-
alt-python27-idle_2.7.18-22_amd64.deb
sha:d5e089f9684c0dddd5959fea25c00b798adc437e
-
alt-python27-libs_2.7.18-22_amd64.deb
sha:fa459c02862b6644757cff5c7bd961ab91936bc1
-
alt-python27-test_2.7.18-22_amd64.deb
sha:6b28e7769b7d70effa00e033ed9b2e279e2d5e9f
-
alt-python27-tkinter_2.7.18-22_amd64.deb
sha:98c0e4f4d3511d4e8176ef8e7499a6955db4ed6d
-
alt-python27-tools_2.7.18-22_amd64.deb
sha:0830b8d162f139173d0e32c33e8b6985a92bac4b
Notes:
This page is generated automatically and has not been checked for errors. For clarification or
corrections please contact the
CloudLinux Packaging Team.