Release date:
2026-07-23 16:37:07 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.el7.x86_64.rpm
sha:161c5f86e193c3a5d101f478e72677c379a80787953701866cdee3cd84a43bda
-
alt-python36-debug-3.6.15-31.el7.x86_64.rpm
sha:946a4660c8b6999b41f7e1f320ffdae03f41179e3d23f58f3a5fe6b15bb01cf9
-
alt-python36-devel-3.6.15-31.el7.x86_64.rpm
sha:2667e849f822cfef24eb427f1cdb7c2e7133d44f620bf123c1a986d2f5385bdd
-
alt-python36-libs-3.6.15-31.el7.x86_64.rpm
sha:b3ca663ce4c52f5a4b992032797ad0ab1730dbd4cebf8501252653599a3fe045
-
alt-python36-test-3.6.15-31.el7.x86_64.rpm
sha:b06861ae55f6b8b12f064ca6e3334b608ff0530d2400d3227d55cce45d53604c
-
alt-python36-tkinter-3.6.15-31.el7.x86_64.rpm
sha:deb79b0178880a308cd133018a54e324eae16c6bb0c6dc7a41717ed840367f13
-
alt-python36-tools-3.6.15-31.el7.x86_64.rpm
sha:72e5c6cd4dc0ef19d750fe54897b05ad1ce4bcbacf6ec2a0c702bb1f727c51be
Notes:
This page is generated automatically and has not been checked for errors. For clarification or
corrections please contact the
CloudLinux Packaging Team.