Release date:
2026-05-27 13:41:48 UTC
Description:
- CVE-2026-7210 + CVE-2026-41080 (paired): backport libexpat 16-byte
salt API (XML_SetHashSalt16Bytes) into bundled expat 2.4.1 and wire
pyexpat/_elementtree to use it. Together these restore proper
hash-flood mitigation for xml.parsers.expat and
xml.etree.ElementTree.
CVE-2026-7210 (cpython 24b8f12): xml.parsers.expat and
xml.etree.ElementTree used insufficient entropy (a single Py_hash_t)
for Expat hash-flooding protection. The cpython half of the fix
seeds the parser with the full 16-byte
_Py_HashSecret.expat.hashsalt16 via XML_SetHashSalt16Bytes when the
libexpat being linked exposes that API.
CVE-2026-41080 (libexpat PR #1183): libexpat's hash-flood
protection itself only used 4-8 bytes of entropy for the SipHash
salt. The libexpat half adds the new XML_SetHashSalt16Bytes API
(and widens the parser's internal salt storage to a full
struct sipkey) so the 16-byte path is available. Backported into
the bundled libexpat 2.4.1 tree in Modules/expat/; the bundled
expat.h now also defines XML_HAS_HASHSALT16BYTES_BACKPORT so the
cpython 20800 gate activates against the patched bundle without
bumping the advertised libexpat version. Alpine builds use
--with-system-expat and are unaffected by the libexpat backport.
Updated packages:
-
alt-python36-3.6.15-25.el8.x86_64.rpm
sha:bdbc2c9237ecb7450ceae4d87d613387746f0ca8c4c3bdaadd98a472977ca20e
-
alt-python36-debug-3.6.15-25.el8.x86_64.rpm
sha:74bd834a63dd7977bcd7eb974b094218f16f51723e7cbc35c1b649690cc53514
-
alt-python36-devel-3.6.15-25.el8.x86_64.rpm
sha:6467ce8b5bdd9f2f653c4ca5c08462b597cae7179aa2496c8b1f96754e86b8b8
-
alt-python36-libs-3.6.15-25.el8.x86_64.rpm
sha:f5aa0b843f8795a61821ea56c65540a7eab86d5df6f52e0f9c6cc3b35ebeb978
-
alt-python36-test-3.6.15-25.el8.x86_64.rpm
sha:223873fd3f3632c7c1294db57522bc98ff5193e193276b23afc83f754a6ba136
-
alt-python36-tkinter-3.6.15-25.el8.x86_64.rpm
sha:cb7b6532e2661dcd0f4d96402ab983f155b59779fc391668ec38eba9a4d13241
-
alt-python36-tools-3.6.15-25.el8.x86_64.rpm
sha:786a35a417da113f24a6120e3362dbf3babd3116a2240f183b9fcb125b84056a
Notes:
This page is generated automatically and has not been checked for errors. For clarification or
corrections please contact the
CloudLinux Packaging Team.