[CLSA-2026:1784829619] alt-python36: Fix of CVE-2026-15308
Type:
security
Severity:
Important
Release date:
2026-07-23 18:00:45 UTC
Description:
- CVE-2026-15308: html.parser.HTMLParser had quadratic complexity when an unterminated construct (tag, comment, declaration) was fed across many feed() calls, since each call rescanned the growing buffer and reconcatenated onto it, allowing a CPU denial-of-service on uncontrolled data. feed() now accumulates new data in a list and only joins and parses it once enough has piled up, flushing the buffer in close() (upstream gh-153030 / bcf98ddb, adapted to 3.6: identical feed()/close()/reset() logic, test added with "from test import support", NEWS.d fragment omitted).
CVEs fixed:
Updated packages:
  • alt-python36-3.6.15-31.el8.x86_64.rpm
    sha:b51dbdfd151607b95906876007b0a582928e02160a1da1ddca4ad8475465c5d7
  • alt-python36-debug-3.6.15-31.el8.x86_64.rpm
    sha:dbcd1a0e458cefc30aeff5e849b63dd2050bc31dae60823cacab1f14493cfea8
  • alt-python36-devel-3.6.15-31.el8.x86_64.rpm
    sha:d03fafd9d43573f5ef611156b581fd583dc96f25f74637e58ca364225b22a437
  • alt-python36-libs-3.6.15-31.el8.x86_64.rpm
    sha:c0971bfd556e02cd865ca9b341965c23cc4efc94e395573f4ad9e3b2f4579e40
  • alt-python36-test-3.6.15-31.el8.x86_64.rpm
    sha:0a908f1628a3493a64859504a055369b4ee524e2119740995751217e5142367c
  • alt-python36-tkinter-3.6.15-31.el8.x86_64.rpm
    sha:59bee8faa99c3a96c86f0efd6c7d83487362672322a1861bf5e809b5a63e25c8
  • alt-python36-tools-3.6.15-31.el8.x86_64.rpm
    sha:d11fb3cd1d5f592690785713c7de678128704eb13ac605b40838712df6f911d6
Notes:
This page is generated automatically and has not been checked for errors. For clarification or corrections please contact the CloudLinux Packaging Team.