Release date:
2026-05-22 16:50:05 UTC
Description:
* SECURITY UPDATE: soap extension use-after-free via apache:Map duplicate keys
- debian/patches/php-7.3-CVE-2026-6722.patch: backport upstream commit
aee3b3ac9b in ext/soap/php_encoding.c — add Z_TRY_ADDREF_P on
soap_add_xml_ref insertion and change SOAP_GLOBAL(ref_map) destructor
to ZVAL_PTR_DTOR.
- CVE-2026-6722
* SECURITY UPDATE: soap extension NULL pointer dereference via apache:Map
item missing element
- debian/patches/php-7.3-CVE-2026-7262.patch: backport upstream commit
79551ab8b1 in ext/soap/php_encoding.c — fix typo'd null check in
to_zval_map() (was checking xmlKey, should check xmlValue).
- CVE-2026-7262
* SECURITY UPDATE: php-fpm status endpoint XSS via unescaped request_uri
- debian/patches/php-7.3-CVE-2026-6735.patch: backport upstream commit
99a5ad7441 in sapi/fpm/fpm/fpm_status.c — escape proc.request_uri
with php_escape_html_entities_ex() and fix the broken
"ENT_HTML_IGNORE_ERRORS & ENT_COMPAT" flag (bitwise-AND of two flag
constants evaluates to 0). Adapted to 7.x layout (struct access
"proc.X", single encode flag, older 6-arg
php_escape_html_entities_ex signature).
- CVE-2026-6735
* SECURITY UPDATE: soap SoapServer use-after-free after header parsing
failure when SOAP_PERSISTENCE_SESSION is set
- debian/patches/php-7.3-CVE-2026-7261.patch: backport upstream commit
db2a7f9348 in ext/soap/soap.c — guard both zval_ptr_dtor(soap_obj)
call sites in PHP_METHOD(SoapServer, handle) with
"if (service->soap_class.persistence != SOAP_PERSISTENCE_SESSION)".
- CVE-2026-7261
* SECURITY UPDATE: metaphone() signed integer overflow on >INT_MAX input
- debian/patches/php-7.3-CVE-2026-7568.patch: backport upstream commit
47def8ce1d in ext/standard/metaphone.c — retype w_idx and
Lookahead's how_far/idx from int to size_t to avoid signed
overflow while walking strings larger than 2 GB on 64-bit builds.
- CVE-2026-7568
Updated packages:
-
alt-php73_7.3.33-59_amd64.deb
sha:60a60f0dc3a400321dc47bf864bdbc6a42cde9cd
-
alt-php73-bcmath_7.3.33-59_amd64.deb
sha:659c86da9843f5a2082f043bbd5ef601a4333432
-
alt-php73-cli_7.3.33-59_amd64.deb
sha:a95899a01be76fddbeab97d10f8491e309d96eac
-
alt-php73-common_7.3.33-59_amd64.deb
sha:6ac8014a4a8b9444bf590f5c08deadd619dec30f
-
alt-php73-dba_7.3.33-59_amd64.deb
sha:46c774c6c1eff53f0e75c50b588a85de2d64f1b4
-
alt-php73-dev_7.3.33-59_amd64.deb
sha:8d7129324e69d459c5d75b4451a39502f36c11fb
-
alt-php73-enchant_7.3.33-59_amd64.deb
sha:ce6551c3c6287a982357fbc7a06a244556f87d03
-
alt-php73-firebird_7.3.33-59_amd64.deb
sha:741835c10a909946f2d09e408c61db36cabdc32e
-
alt-php73-fpm_7.3.33-59_amd64.deb
sha:980cf14ad85786b9c20b686ede472c1e27943211
-
alt-php73-gd_7.3.33-59_amd64.deb
sha:590076a88cc3bb4a6a4cd0d050d3c4ff492686b2
-
alt-php73-imap_7.3.33-59_amd64.deb
sha:453ce3743145db172fb781f9a8102502ac52b647
-
alt-php73-intl_7.3.33-59_amd64.deb
sha:a8bcedc74cc23a60f50cb2dfe3526607326e5ad3
-
alt-php73-ldap_7.3.33-59_amd64.deb
sha:853fbb4dfccd896bbcdf880ce4f4107a8e6af06e
-
alt-php73-mbstring_7.3.33-59_amd64.deb
sha:249ad251246d12298e0278774150a5eb0fff42b2
-
alt-php73-mysqlnd_7.3.33-59_amd64.deb
sha:721c0a428c746e5ed046ddd63e70e62281ef1572
-
alt-php73-odbc_7.3.33-59_amd64.deb
sha:98b88ae7f80240e5b3a44f9f323b90774a50c5a8
-
alt-php73-opcache_7.3.33-59_amd64.deb
sha:14cefe07ea28149f18ef7ad3c577b4496a9d2a33
-
alt-php73-pdo_7.3.33-59_amd64.deb
sha:5906b8c65085480b41f268f75a7faa6a503f3b25
-
alt-php73-pgsql_7.3.33-59_amd64.deb
sha:edb0197153e679795298b5a400ed273d1f077ff4
-
alt-php73-process_7.3.33-59_amd64.deb
sha:bf0f469366afb420f4e6217a23c4e79f350bed29
-
alt-php73-pspell_7.3.33-59_amd64.deb
sha:afb52ed61bc2380804a6b9e01c10e2bd14b35ddc
-
alt-php73-recode_7.3.33-59_amd64.deb
sha:9c7f2d618cc944c9e86e95a3cd94fe60c07334e7
-
alt-php73-snmp_7.3.33-59_amd64.deb
sha:0241eb5485c0ec1b5d52d546df75565f2e5b3b39
-
alt-php73-soap_7.3.33-59_amd64.deb
sha:9952812b1bac5ce40de395048e2497fb215338cd
-
alt-php73-sodium_7.3.33-59_amd64.deb
sha:411cda00de8b2646900a74d0a3dd1d7dec3f554c
-
alt-php73-tidy_7.3.33-59_amd64.deb
sha:1a75d43a36be6ea8232f49d580d6d6f1e8eb88db
-
alt-php73-xml_7.3.33-59_amd64.deb
sha:a9952892da46cfde62503c9a769b163a2feee53a
-
alt-php73-xmlrpc_7.3.33-59_amd64.deb
sha:a6fa569a026ce38066dbec428098b588d44f359a
Notes:
This page is generated automatically and has not been checked for errors. For clarification or
corrections please contact the
CloudLinux Packaging Team.