Release date:
2026-07-23 11:01:44 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.el9.x86_64.rpm
sha:e17bfe5d5ba2bf0a68c043f87f029a992a5637c4656789c93d6b51e09edcd5b4
-
alt-python27-debug-2.7.18-38.el9.x86_64.rpm
sha:8da6d25d8e0458205fcb1794660f40f2d428fcec0bc12f423893f892d497af61
-
alt-python27-devel-2.7.18-38.el9.x86_64.rpm
sha:d1650f893cb2bd486da0666d143f7b792fdd4d054a10bb311d4f2d7bdb2cb954
-
alt-python27-libs-2.7.18-38.el9.x86_64.rpm
sha:5000649ed0ba21c73864b98f2282878463ab7fe6fd39e75e6d2e30a6764d8d2e
-
alt-python27-test-2.7.18-38.el9.x86_64.rpm
sha:04951305b16b30167887d74381bf5588628738c895b5b173d4ac01b7a31e4289
-
alt-python27-tkinter-2.7.18-38.el9.x86_64.rpm
sha:f06a3cbee7d5f393e24ae817d178a33833357a966f1d371b7cb3ac58e2b036f1
-
alt-python27-tools-2.7.18-38.el9.x86_64.rpm
sha:6c35642f1d196593d40ee19988775ef9ea758b0d0996bde15384c87cc7ea191c
Notes:
This page is generated automatically and has not been checked for errors. For clarification or
corrections please contact the
CloudLinux Packaging Team.