[CLSA-2026:1784806673] alt-python27: Fix of CVE-2026-15308
Type:
security
Severity:
Important
Release date:
2026-07-23 11:38:20 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).
CVEs fixed:
Updated packages:
  • alt-python27-2.7.18-38.el8.x86_64.rpm
    sha:3382dbe6299420efeb70d8082846e394569dffb21ea190e03ebd209a21980c66
  • alt-python27-debug-2.7.18-38.el8.x86_64.rpm
    sha:11f3efce1b19d533fa4dea73b82f081393f294ded72a777820821b144c384bd8
  • alt-python27-devel-2.7.18-38.el8.x86_64.rpm
    sha:d175a3a6484f61cd222c6d6623963ceffa4cf294235657037d034cac68b1119f
  • alt-python27-libs-2.7.18-38.el8.x86_64.rpm
    sha:059496ae9b19625a351d1dda69d631141d03b401684d8ad9e644f157e666e3e9
  • alt-python27-test-2.7.18-38.el8.x86_64.rpm
    sha:fb4865b2901ca01324f6356d5d5981347bb05df5f67adf37a60302de8698d161
  • alt-python27-tkinter-2.7.18-38.el8.x86_64.rpm
    sha:8b92896fda6d0bf6032c418b8692448791921dde81f6516d424d4af4b73d6324
  • alt-python27-tools-2.7.18-38.el8.x86_64.rpm
    sha:b64191c962bb895d304818a127165c03f32b059fec10d965923c12d488c5f7af
Notes:
This page is generated automatically and has not been checked for errors. For clarification or corrections please contact the CloudLinux Packaging Team.