[CLSA-2026:1779891956] alt-python27: Fix of 2 CVEs
Type:
security
Severity:
Critical
Release date:
2026-05-27 14:26:02 UTC
Description:
- CVE-2026-7210 + CVE-2026-41080 (paired): backport libexpat 16-byte salt API (XML_SetHashSalt16Bytes) into bundled expat 2.2.8 and wire pyexpat/_elementtree to use it. Together these restore proper hash-flood mitigation. * CVE-2026-7210 (cpython side, gh-149018 / 24b8f12): xml.parsers.expat and xml.etree.ElementTree used the legacy 8-byte XML_SetHashSalt API, which can be brute-forced to trigger hash collisions. Adds a hashsalt16[16] field to _Py_HashSecret_t in Include/object.h (seeded by _PyRandom_Init), exposes a NULL-able SetHashSalt16Bytes function pointer in the pyexpat CAPI struct, and prefers the new 16-byte API whenever XML_COMBINED_VERSION >= 20800. * CVE-2026-41080 (libexpat side, PR #1183): widens m_hash_secret_salt in the bundled libexpat 2.2.8 source tree (Modules/expat/) from `unsigned long` to a `struct sipkey` (128 bits) and adds the new public XML_SetHashSalt16Bytes() entry point. The bundled pyexpat.so / _elementtree.so are statically linked against this tree, so the cpython half can now consume full 16-byte entropy in every build configuration (no external libexpat >= 2.8.0 requirement).
Updated packages:
  • alt-python27-2.7.18-33.el8.x86_64.rpm
    sha:3687e2c4f5377d9a03bb5dcbdb14f824b3fff569c59bd8e53260fa32c5eb5960
  • alt-python27-debug-2.7.18-33.el8.x86_64.rpm
    sha:8524b332cd73607ee75bfdcd65b3db9a5c312bfb0554427883c9c05fc6dc16ad
  • alt-python27-devel-2.7.18-33.el8.x86_64.rpm
    sha:316337ecf7ea9ba6445835d7bcd806251ffab4e19bbc987bd59a939e90880c00
  • alt-python27-libs-2.7.18-33.el8.x86_64.rpm
    sha:4861f92e2d7ea624a95e3f5c53200f9040ee63cf1da709390afe1da6e214a3ff
  • alt-python27-test-2.7.18-33.el8.x86_64.rpm
    sha:c0d1084ccaeb1c072afed97e567cefefa519ac82a50f158c4511f297bdb8c2bc
  • alt-python27-tkinter-2.7.18-33.el8.x86_64.rpm
    sha:df3f8c5794b3cf902e67874ec320a5532e1c7de9dc427e15181fa8f971b579b5
  • alt-python27-tools-2.7.18-33.el8.x86_64.rpm
    sha:eb4abb498cb2a719ff8b402b55319eff8fea293c13ae5f97c7f60d90400b0869
Notes:
This page is generated automatically and has not been checked for errors. For clarification or corrections please contact the CloudLinux Packaging Team.