[CLSA-2026:1779886236] alt-python36: Fix of 2 CVEs
Type:
security
Severity:
Critical
Release date:
2026-05-27 12:50:46 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.el10.x86_64.rpm
    sha:db6deb5873c808973cc909f21543c2f98b66cc95253598c33e060734609ad6dc
  • alt-python36-debug-3.6.15-25.el10.x86_64.rpm
    sha:6c7d54db74703c8d084a8bee519a71c00a9c96633b5ce231b2ac76d4d8aee50f
  • alt-python36-devel-3.6.15-25.el10.x86_64.rpm
    sha:eb2d5d913e34d28d046505806ba27e42d20a08560f2039081ff4bf49fc9bb978
  • alt-python36-libs-3.6.15-25.el10.x86_64.rpm
    sha:d0ad051eb69374652b9492b120b0e92dd11d8396120545be44f1768ee787b7f0
  • alt-python36-test-3.6.15-25.el10.x86_64.rpm
    sha:0f6e610f91e16749f31df47a3efe14e0089fa933f2d0f2b16660ea4744445b77
  • alt-python36-tkinter-3.6.15-25.el10.x86_64.rpm
    sha:6ca0a9470301ee43b849674a631c57b5c252c7b31a76177e5cc8e7feba78700a
  • alt-python36-tools-3.6.15-25.el10.x86_64.rpm
    sha:57c2aaa157be38d1272cee963a0cfcaea92cbe23c279b5f197f3e4a1f87af4a7
Notes:
This page is generated automatically and has not been checked for errors. For clarification or corrections please contact the CloudLinux Packaging Team.