Release date:
2026-05-22 17:46:27 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:b352d8a240b864e3cfaed8b39824e5fcfb4f2344
-
alt-php73-bcmath_7.3.33-59_amd64.deb
sha:8b191294faf0e36e4344e78217203a8577680a8a
-
alt-php73-cli_7.3.33-59_amd64.deb
sha:fa45d04c253a8d3d6ba38388b1643b79159ccdb1
-
alt-php73-common_7.3.33-59_amd64.deb
sha:1eef9c6d3577438c94f6a01486ade94157fe299c
-
alt-php73-dba_7.3.33-59_amd64.deb
sha:a32cafb93493b6da70802d51e185ad657c86f09c
-
alt-php73-dev_7.3.33-59_amd64.deb
sha:59ac8233acbaaa02a6eaa7a01ad896840d3a72e2
-
alt-php73-enchant_7.3.33-59_amd64.deb
sha:9628ebe8a9f9b809e2a843c2f6f0050abfc4f74e
-
alt-php73-firebird_7.3.33-59_amd64.deb
sha:ca9de348424f2f8f8d806a1d26866ced391a5934
-
alt-php73-fpm_7.3.33-59_amd64.deb
sha:35f5247d2b470a2eca6b27a93d4c70e827c17958
-
alt-php73-gd_7.3.33-59_amd64.deb
sha:bb27ea56e8182948e09d44064538d1fa1006684a
-
alt-php73-imap_7.3.33-59_amd64.deb
sha:35f81d8161043a8cadbb39ccbaf27b9018a6cce1
-
alt-php73-intl_7.3.33-59_amd64.deb
sha:49cdd5b08c2a3eb817b86922742b960f2439ac89
-
alt-php73-ldap_7.3.33-59_amd64.deb
sha:7f8343099d8d9b4e50585da601e49288cdbd4093
-
alt-php73-mbstring_7.3.33-59_amd64.deb
sha:a118bec2c16a229cdabe69da4074d6a92be0ef93
-
alt-php73-mysqlnd_7.3.33-59_amd64.deb
sha:665c2769943f0347f97aee06d92b8436fec121e7
-
alt-php73-odbc_7.3.33-59_amd64.deb
sha:60827f93fcf0db8f870ce2e133243eb2d54e2b14
-
alt-php73-opcache_7.3.33-59_amd64.deb
sha:3ddccc20828a637dfd535fcd78f0d867512894c5
-
alt-php73-pdo_7.3.33-59_amd64.deb
sha:5af440ed7f38c8097b30327dca7a6e0f62b9813c
-
alt-php73-pgsql_7.3.33-59_amd64.deb
sha:a51db20972244424cc0108917aa702f1fb62ca2b
-
alt-php73-process_7.3.33-59_amd64.deb
sha:917f1bc4eb6b15841c7d0e5203f4b14f945e8e9b
-
alt-php73-pspell_7.3.33-59_amd64.deb
sha:ffda6679dfb3e0a5881f453d8dedc0c1d7ffb168
-
alt-php73-recode_7.3.33-59_amd64.deb
sha:7938b983989030529b74a3731bbfde7ca94a8ef4
-
alt-php73-snmp_7.3.33-59_amd64.deb
sha:ada630f9d1461bc78532e3cffe81688240e8f769
-
alt-php73-soap_7.3.33-59_amd64.deb
sha:9d4980bba54eafeb13925f1b31385f14f253177b
-
alt-php73-tidy_7.3.33-59_amd64.deb
sha:3a462c7a0f9cdf812352b052bfff517e196233dd
-
alt-php73-xml_7.3.33-59_amd64.deb
sha:703668aa0dc187c27eeec9388950dcc747996fdb
-
alt-php73-xmlrpc_7.3.33-59_amd64.deb
sha:eeef6d620eec7aee1922a982615e20287d9d73a4
Notes:
This page is generated automatically and has not been checked for errors. For clarification or
corrections please contact the
CloudLinux Packaging Team.