Release date:
2026-07-24 14:00:36 UTC
Description:
* SECURITY UPDATE: html.parser.HTMLParser incremental parsing could be
driven into quadratic-time CPU consumption. Each feed() concatenated new
data onto the unparsed buffer and re-scanned it from the start, so feeding
a long unterminated construct (tag, comment, declaration, PI, CDATA) in
many small chunks was quadratic in the input size — a denial of service
(CWE-407).
- debian/patches/CVE-2026-15308.patch: backport of cpython bcf98ddbc4
(gh-153030, PR gh-153031; adapted from the 3.13 backport 7933f4bf71).
feed() now accumulates incoming data in a list and only joins and
parses it once the buffer has doubled, and close() flushes any pending
data before the final scan.
- CVE-2026-15308
Updated packages:
-
alt-python39_3.9.23-22_amd64.deb
sha:17f7dd987f424e30271bcfa347aaad2368c7abd6
-
alt-python39-debug_3.9.23-22_amd64.deb
sha:c4c2beb00957d83d5fa97aa9dc98bb86589fd8df
-
alt-python39-devel_3.9.23-22_amd64.deb
sha:389cf88985ff2a913c780ca3ce976d2ff5865053
-
alt-python39-idle_3.9.23-22_amd64.deb
sha:8e66f2eb6e116ca839867451db960c77b8c30892
-
alt-python39-libs_3.9.23-22_amd64.deb
sha:3c03c770b9a1d4544478a64e300032f3be8059df
-
alt-python39-test_3.9.23-22_amd64.deb
sha:639ce45fa6dbd22bb95e9e1605bb5eb1fe99dc66
-
alt-python39-tkinter_3.9.23-22_amd64.deb
sha:87ebfa07dfc06e54d82dadc13bd2bdcc785f48d4
Notes:
This page is generated automatically and has not been checked for errors. For clarification or
corrections please contact the
CloudLinux Packaging Team.