Release date:
2026-07-23 15:53:59 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.el9.x86_64.rpm
sha:e631d335a62deab1ff88e5ebcf56df6b210e721ac513eaad470afd968472e9b2
-
alt-python36-debug-3.6.15-31.el9.x86_64.rpm
sha:fdd1bfd807bd4d2cb03bc955323cc0a6d3eb2b8d21748a4c4fff12f9ac4a21e4
-
alt-python36-devel-3.6.15-31.el9.x86_64.rpm
sha:b03dfba35b9b973e6ede3d13139021ab9380d3dfec9a31647d4106795cd05e6a
-
alt-python36-libs-3.6.15-31.el9.x86_64.rpm
sha:e493530aebac19f911555554bdb490663aadbd3592fdda3216e587e0d330ef88
-
alt-python36-test-3.6.15-31.el9.x86_64.rpm
sha:6d8ae1d59e8b4da2cc5e4cc856e2ee9eb3635d55e9a153cd00d728ca624ef588
-
alt-python36-tkinter-3.6.15-31.el9.x86_64.rpm
sha:6d70083b6dfc23b9f74b0e9d8d5e1a412fb8cf883d51094047183ce9524a245e
-
alt-python36-tools-3.6.15-31.el9.x86_64.rpm
sha:5d62261867987480544ef74702cf08b9e05c74524d0ac01e3b00a989f5f9c176
Notes:
This page is generated automatically and has not been checked for errors. For clarification or
corrections please contact the
CloudLinux Packaging Team.