Release date:
2026-07-23 09:32:03 UTC
Description:
- CVE-2026-15308: fix quadratic-complexity CPU denial-of-service in incremental
HTML parsing (Lib/HTMLParser.py). feed() previously concatenated new data onto
the unparsed buffer and re-scanned it from the start on every call, so feeding
an unterminated construct in many small chunks was quadratic. New data is now
accumulated in a list and only joined and parsed once enough has piled up, with
close() flushing the pending buffer. Port of gh-153030 (GH-153031).
Updated packages:
-
alt-python27-2.7.18-38.el10.x86_64.rpm
sha:a39e9fbb2261a0800a176980635928ee1487a9d0d27d62b6017626c0b38b64d7
-
alt-python27-debug-2.7.18-38.el10.x86_64.rpm
sha:fa3cdb0cd9a9446f9d7e8615ae562298e6b3287d73a5a6463a6292d5f1b5e92d
-
alt-python27-devel-2.7.18-38.el10.x86_64.rpm
sha:6bdf8d911ac4c07df2f61ea257b6b02f5367f612b4cd7d8e14e8c9e5511d274d
-
alt-python27-libs-2.7.18-38.el10.x86_64.rpm
sha:4c5df36db8483b74c3e9d3e5396145698f9700f79aeeb9ede2bfbc970f673157
-
alt-python27-test-2.7.18-38.el10.x86_64.rpm
sha:1467d0789bd7bd0508e1cb1e91f58d10dd10a91731c2ff9257c014e5f3f62510
-
alt-python27-tkinter-2.7.18-38.el10.x86_64.rpm
sha:c8fa8c6a595b0451467286440b4e3eca6bb161f4b92dac15a4e7ac18e3aec5ae
-
alt-python27-tools-2.7.18-38.el10.x86_64.rpm
sha:f835d909b02c2c77193246b65c04678d52d458c2f968f582fa07defe3c2979d9
Notes:
This page is generated automatically and has not been checked for errors. For clarification or
corrections please contact the
CloudLinux Packaging Team.