Release date:
2026-07-23 15:48:40 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).
Updated packages:
-
alt-python36-3.6.15-31.el10.x86_64.rpm
sha:9b89c73352f6c5c97c3481f41c774352c67e198e7b0083c4182cce45ce7cb6b8
-
alt-python36-debug-3.6.15-31.el10.x86_64.rpm
sha:76eaba551ca7b1d5215f304c19bf4321d850c55e87d53e2db2342116ecb18286
-
alt-python36-devel-3.6.15-31.el10.x86_64.rpm
sha:a52e55c2c1af35f4c20c4a56dab7631e7ede082d0eb8525c3fed4d26cfffa387
-
alt-python36-libs-3.6.15-31.el10.x86_64.rpm
sha:5457ffd8e33254583ad9d97abf20658779a954efd5948f5d0bbfe7da223bc92b
-
alt-python36-test-3.6.15-31.el10.x86_64.rpm
sha:0f342cb037ec7c404a328e00becf94e402f9f429dd67daa7f31d4e6fb59073ea
-
alt-python36-tkinter-3.6.15-31.el10.x86_64.rpm
sha:12d7659e3ed9071cbaeaae37553601f09ddfc91e9017ecb805245a51e2866a2e
-
alt-python36-tools-3.6.15-31.el10.x86_64.rpm
sha:19badc9c02e65961123926c0fc784fe343fd78a3ab902d42df7e493c455ba10f
Notes:
This page is generated automatically and has not been checked for errors. For clarification or
corrections please contact the
CloudLinux Packaging Team.