Release date:
2026-08-11 09:33:04 UTC
Description:
* SECURITY UPDATE: phar circular symlink chain crash (CVE-2026-7260)
- debian/patches/php-5.2-CVE-2026-7260.patch: backport upstream commit
2e0fa0a44441d74bf8cc4e1ce1c8af9cd4209f52 so phar_get_link_source()
walks the symlink chain iteratively with Floyd cycle detection via a
new static phar_follow_one_link() helper instead of recursing into
itself, and resolves a circular chain to NULL. Applied to
ext/phar/util.c from the bundled PECL phar-2.0.0 tarball, which
prep_build unpacks into ext/phar before any patch runs. Also restores
the directory separator in phar_get_link_location() so the helper is
idempotent across the repeated visits the two-cursor walk performs.
The NULL guard in phar_get_entry_data() that this depends on is
already applied via php-5.2.17-bug69720.patch.
- Adds ext/phar/tests/tar/gh21986.phpt, taken from the earlier public
fix b2de3cf170 for the same defect because it needs no binary
fixture; --EXTENSIONS-- becomes --SKIPIF-- and __DIR__ becomes
dirname(__FILE__) for 5.2. The same test segfaults on an unpatched
PHP 5.6.40 build and passes on a patched one.
- CVE-2026-7260
* SECURITY UPDATE: bundled libgd GIF LZW decoder fixes (CVE-2026-9672)
- debian/patches/php-5.2-CVE-2026-9672.patch: backport upstream commit
fcd691b377d02285740744bee17c0f298be227d5 (patch by Pierre Joye) to
ext/gd/libgd/gd_gif_in.c: clear the whole LZW suffix table
(sd->table[1][i] instead of sd->table[1][0]) when resetting,
terminate decoding unconditionally once the LZW end code is read
instead of falling through with a stale code, and zero-initialise the
LZW_STATIC_DATA scratch struct in ReadImage().
- CVE-2026-9672
Updated packages:
-
alt-php52_5.2.17-235_amd64.deb
sha:455acc7ab336bea2399dc18b1af1750659ddd637
-
alt-php52-bcmath_5.2.17-235_amd64.deb
sha:b3b873026ac60de6e5b69971175d0c34f61bc63f
-
alt-php52-cli_5.2.17-235_amd64.deb
sha:39b658ab67a57f41a4db4f0a1bdd567e8296c6b0
-
alt-php52-common_5.2.17-235_amd64.deb
sha:d9bcb17d2a5315217ebf3500f2e8cfd3d2be9726
-
alt-php52-dba_5.2.17-235_amd64.deb
sha:fd7d93ff84aeea51298681ae6d1b70410df244ef
-
alt-php52-dbx_5.2.17-235_amd64.deb
sha:1a01ca855e751da2d8b438c199636126f196b746
-
alt-php52-dev_5.2.17-235_amd64.deb
sha:d2ad0949c4b672230640ef065d1d2e416ac57fbc
-
alt-php52-enchant_5.2.17-235_amd64.deb
sha:56fb7681ea13a34f329f4f71a12f62f698ba29f7
-
alt-php52-firebird_5.2.17-235_amd64.deb
sha:bb2d780bd185a1104903b12f8161afd5896c3516
-
alt-php52-gd_5.2.17-235_amd64.deb
sha:c5728c2c9f0a56cf9107fd14c8227c339206b1c7
-
alt-php52-imap_5.2.17-235_amd64.deb
sha:420c479cb15b98f58bb811f9f65fb20edad0cafc
-
alt-php52-intl_5.2.17-235_amd64.deb
sha:fc3a8831578509d07668db3c30095669c91c0941
-
alt-php52-ldap_5.2.17-235_amd64.deb
sha:b3a244a92bc75f637db20ca857a4a2b09a5c1b48
-
alt-php52-mbstring_5.2.17-235_amd64.deb
sha:78650d2b9ddf52c12fe442515ea86d3ecd6cd775
-
alt-php52-mcrypt_5.2.17-235_amd64.deb
sha:dda754cbeecbab2cbe36af3e5a2db3ffd5e1cb12
-
alt-php52-mysqlnd_5.2.17-235_amd64.deb
sha:5193459fc568359c5d4f24085523982e416b6944
-
alt-php52-odbc_5.2.17-235_amd64.deb
sha:f55a9752d9b3679bd3a06fc0af100889eaa1162a
-
alt-php52-pdo_5.2.17-235_amd64.deb
sha:06b70fd71d9c056bf0faa9d214ad61a6f28629a6
-
alt-php52-pgsql_5.2.17-235_amd64.deb
sha:1b9f1617df3335eff4ddee5f575292fb9d2fa245
-
alt-php52-process_5.2.17-235_amd64.deb
sha:a5d1e797ab3bbf1da9cffc002ead6eb93909dadf
-
alt-php52-pspell_5.2.17-235_amd64.deb
sha:bdf04a3e2456f0d78b887181889df76beded25b4
-
alt-php52-recode_5.2.17-235_amd64.deb
sha:1bbe2d105997180beda77ea7042ed231f74297f7
-
alt-php52-snmp_5.2.17-235_amd64.deb
sha:bbd9731272490c13e3ea1ed8a25f049b38dd27e4
-
alt-php52-soap_5.2.17-235_amd64.deb
sha:822a551eb7b597bfcd6b2ba57dc44a0004d00074
-
alt-php52-sqlite_5.2.17-235_amd64.deb
sha:a9528be5c7b3aa5a6d77878352b38699f96492c4
-
alt-php52-sybase_5.2.17-235_amd64.deb
sha:7377143acd792bdfe5a6199140a661ff94f4a3af
-
alt-php52-tidy_5.2.17-235_amd64.deb
sha:53538373de3d5b5d53998e9d962dceb7b028ac5b
-
alt-php52-xml_5.2.17-235_amd64.deb
sha:e7fd764f7e4de1b5cb71b303b9a3bd8577f9c67a
-
alt-php52-xmlrpc_5.2.17-235_amd64.deb
sha:48827040492e88147a19952e9362cfc4060a51d3
-
alt-php52_5.2.17-235_arm64.deb
sha:23ff92fed03f5409e7f6054a4939b8070c4c72e4
-
alt-php52-bcmath_5.2.17-235_arm64.deb
sha:664ee7e4f89a2adb58179eb6ebd9206628f510ed
-
alt-php52-cli_5.2.17-235_arm64.deb
sha:e37f68642a130d7c23f4f7953eb7a041211b50a6
-
alt-php52-common_5.2.17-235_arm64.deb
sha:bbb6475d9e9ce79285754b7336eb77e662fef6cc
-
alt-php52-dba_5.2.17-235_arm64.deb
sha:591b34f1bd9d3448d268194ed1857bd7b97a9d36
-
alt-php52-dbx_5.2.17-235_arm64.deb
sha:9a39b93cb867d19ff022da951a8f9dee0241bc68
-
alt-php52-dev_5.2.17-235_arm64.deb
sha:d95f3e889177ceb8051602e7bfbaad20b9a35228
-
alt-php52-enchant_5.2.17-235_arm64.deb
sha:b8a3b170f6ded9f871a7392eff0be85982883337
-
alt-php52-firebird_5.2.17-235_arm64.deb
sha:a631f8753ae79edc8bdbe07ce2e31221d06c92d6
-
alt-php52-gd_5.2.17-235_arm64.deb
sha:4ed1bc8c6f01876f093f9ce4640bdfeb397dc890
-
alt-php52-imap_5.2.17-235_arm64.deb
sha:333deef9f5c7f1b09a28d13587b66ce96a4e6aae
-
alt-php52-intl_5.2.17-235_arm64.deb
sha:844ac427adaf2134a9291d1c09debe12b0ba5d88
-
alt-php52-ldap_5.2.17-235_arm64.deb
sha:edcb6bfb5c207c335ed8486128bc3668386c626c
-
alt-php52-mbstring_5.2.17-235_arm64.deb
sha:2cb976bfd5f604f6c137ae4a9423fc27a8adb6fe
-
alt-php52-mcrypt_5.2.17-235_arm64.deb
sha:3ac178ee2fff320b1a936b243d59770ffd060fef
-
alt-php52-mysqlnd_5.2.17-235_arm64.deb
sha:b25bc6a54bba1a795b7fc489cba484c3084dff3f
-
alt-php52-odbc_5.2.17-235_arm64.deb
sha:e01e33a68baa7a6d53b236377bf65b811760bb13
-
alt-php52-pdo_5.2.17-235_arm64.deb
sha:bfcec8d565e9711c46b5b4ad587fc5876ba97722
-
alt-php52-pgsql_5.2.17-235_arm64.deb
sha:d3eff0cf75eaf93cc6877619b9f446b811196163
-
alt-php52-process_5.2.17-235_arm64.deb
sha:a477387ed58e5bc5ad636efd6f66588a02050cff
-
alt-php52-pspell_5.2.17-235_arm64.deb
sha:87a192392b4e3eeac8068b669b5af25dd04f43c2
-
alt-php52-recode_5.2.17-235_arm64.deb
sha:14741190dccd34030960c1356b93f3b2499b6fb7
-
alt-php52-snmp_5.2.17-235_arm64.deb
sha:9356c3c344c20bced5508838b86b5f25c7d87c77
-
alt-php52-soap_5.2.17-235_arm64.deb
sha:eb77d7bf6b1fee1fd40e307770741543c267959d
-
alt-php52-sqlite_5.2.17-235_arm64.deb
sha:7928ead0e031ab3a37e1e4699c5d39011cc778b5
-
alt-php52-sybase_5.2.17-235_arm64.deb
sha:a5eecc603e1424df7f06d49987710eca1d82bbff
-
alt-php52-tidy_5.2.17-235_arm64.deb
sha:1faab740d6c0e492dfc05eadcaad2c0eed60f583
-
alt-php52-xml_5.2.17-235_arm64.deb
sha:5f5d74741418c4d5430d555963f160f9f3436044
-
alt-php52-xmlrpc_5.2.17-235_arm64.deb
sha:45f5b18e33b2f26c664dd377f7cd10df6b6055b8
Notes:
This page is generated automatically and has not been checked for errors. For clarification or
corrections please contact the
CloudLinux Packaging Team.