Release date:
2026-07-23 09:39:26 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.el7.x86_64.rpm
sha:9117c4aea6b56a44fdcc86dbce664f8b9bf20e23de55ce27e431db56667e763a
-
alt-python27-debug-2.7.18-38.el7.x86_64.rpm
sha:62beb97bace31217273af3d23a9063ecede165e23f95023a9e1c73e34fc8fca8
-
alt-python27-devel-2.7.18-38.el7.x86_64.rpm
sha:9a595438875817a8a30e31107c70dae27f0f2a1e53925bdac2dbdc9e497d4c3a
-
alt-python27-libs-2.7.18-38.el7.x86_64.rpm
sha:b83369c64e0789f7bdeac5343475e286ea4c77a006c6e2054d7b2ca06509ddca
-
alt-python27-test-2.7.18-38.el7.x86_64.rpm
sha:a5eb45856a0259d06300170e672359bb45a522b7ad0b4201ecdb347ebcdc29e0
-
alt-python27-tkinter-2.7.18-38.el7.x86_64.rpm
sha:36147a841ee4351f9060aefca1be65722f8e9a72d7d2c1fd42622ca3b001415f
-
alt-python27-tools-2.7.18-38.el7.x86_64.rpm
sha:25c41e7e8532f62fbf52d707f578a98714a4bf53b488f91b7e04024db6d644de
Notes:
This page is generated automatically and has not been checked for errors. For clarification or
corrections please contact the
CloudLinux Packaging Team.