[CLSA-2026:1779891674] alt-python27: Fix of 2 CVEs
Type:
security
Severity:
Critical
Release date:
2026-05-27 14:21:18 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.el10.x86_64.rpm
    sha:6d17b349f141df0eb02d2908c5c34861ab713cb54b8834cd4693957bcb341a44
  • alt-python27-debug-2.7.18-33.el10.x86_64.rpm
    sha:412c333fa06b159cb1bea18b53f0704a5156cab3bc6b49fbd39cc142017b8b94
  • alt-python27-devel-2.7.18-33.el10.x86_64.rpm
    sha:5199d69587aaf2b3d37ff2b2871ae748e4639334fba9c31b78099e1ce4af311e
  • alt-python27-libs-2.7.18-33.el10.x86_64.rpm
    sha:ee76d9be84f47caf97beeb59fb91869d78b535634ad8f2dbc0b9dde513857e3e
  • alt-python27-test-2.7.18-33.el10.x86_64.rpm
    sha:0b6aa4732cbd76c96d6c726cfdee7efc6820a33a9a69af165617743cf00988ba
  • alt-python27-tkinter-2.7.18-33.el10.x86_64.rpm
    sha:ce408ae90983988e1a91c27984231a866e238e389ca6106a12e556051fea5723
  • alt-python27-tools-2.7.18-33.el10.x86_64.rpm
    sha:34e35b4e60f32a8cd752de7abfdae65632fd4b2bbbeecb6e85b828f111fc2f28
Notes:
This page is generated automatically and has not been checked for errors. For clarification or corrections please contact the CloudLinux Packaging Team.