Release date:
2026-09-02 08:08:17 UTC
Description:
* CVE-2019-9641: integer overflows in ext/exif on 32-bit -
exif_process_IFD_in_TIFF() added the directory size (and the thumbnail
size) to the offset before comparing it against the file size, so a
crafted TIFF could wrap the sum and pass the check; the additions are
now rewritten as subtractions that cannot overflow
* CVE-2017-8923: integer overflow in string concatenation - the ZEND_CONCAT
handler and its nine specialisations computed len + ZSTR_LEN(op2_str)
without checking it against ZSTR_MAX_LEN before reallocating, so
concatenating huge strings wrapped the length and undersized the
allocation; the sum is now checked and a fatal error raised instead. The
.= operator goes through concat_function(), which already carries its own
guard
* CVE-2025-1736: header suppression in the http:// stream wrapper -
php_stream_url_wrap_http_ex() detected user-supplied headers by looking
back for any of CR, LF, tab or space, so a header value containing a bare
LF (or a tab/space) before a header name made PHP believe the caller had
already supplied that header and silently drop its own. The look-back now
requires a full CRLF sequence at the seven have_header sites, which gate
an addition and so fail safe. The eighth site, which strips
Proxy-Authorization before a CONNECT tunnel, gates a removal and is left
unchanged: tightening it there would fail open and replay the proxy
credential to the origin
* CVE-2025-1735: missing escaping error checks in ext/pgsql and
ext/pdo_pgsql - PQescapeStringConn(), PQescapeByteaConn() and
PQescapeIdentifier() failures were ignored and the unescaped buffer used
to build the query; the reachable call sites now check the error status
and propagate the failure. Upstream's two regression tests are carried
verbatim
Updated packages:
-
alt-php70_7.0.33-142_amd64.deb
sha:7d35c40ddfda5d2f1101259b73db1d30e7c2797b
-
alt-php70-bcmath_7.0.33-142_amd64.deb
sha:30baaf7cde325724697eceb22c91643a10b4aa8d
-
alt-php70-cli_7.0.33-142_amd64.deb
sha:9d5e77e41c5101f1a00e47806922a4ce4f5fb42c
-
alt-php70-common_7.0.33-142_amd64.deb
sha:28041c8dd056d5b47d2cb58023d214ebd5f221cc
-
alt-php70-dba_7.0.33-142_amd64.deb
sha:8b4f466faf302a0e98c1df417b1666dd3512c3ff
-
alt-php70-dev_7.0.33-142_amd64.deb
sha:2c2830c098327ff16e2d40b1d803a55119228a71
-
alt-php70-enchant_7.0.33-142_amd64.deb
sha:14addcb65640f0dfb39f34495d421f7ca46ea783
-
alt-php70-firebird_7.0.33-142_amd64.deb
sha:8c9d34b6307b51a2fb0d06e6843effa6d3f9a89e
-
alt-php70-gd_7.0.33-142_amd64.deb
sha:f055c5947bb8c9acacb6c6592432fdffb66886f3
-
alt-php70-imap_7.0.33-142_amd64.deb
sha:bd7efd8e9f88ef229a553ea2de9ef2f7aef84d9e
-
alt-php70-intl_7.0.33-142_amd64.deb
sha:748dffaf7db8b9235132268944f77735f664b2b1
-
alt-php70-ldap_7.0.33-142_amd64.deb
sha:375179e6940312abc4e210b52116f7d003fd3954
-
alt-php70-mbstring_7.0.33-142_amd64.deb
sha:d8055344f63bcc97a4593c99a3c424c72df27e19
-
alt-php70-mcrypt_7.0.33-142_amd64.deb
sha:648f4b0912538868bc1ca347af27212e8b108f35
-
alt-php70-mysqlnd_7.0.33-142_amd64.deb
sha:1cbeba5eadb25b99d6c77d144e092f8159793b5c
-
alt-php70-odbc_7.0.33-142_amd64.deb
sha:c39fdce65744c6391337317e8086b98856259272
-
alt-php70-opcache_7.0.33-142_amd64.deb
sha:322fb06524d1b1f33714aa908dd8d6cb0fc156c9
-
alt-php70-pdo_7.0.33-142_amd64.deb
sha:bab61acbf65c18098965317a1aa644b1ba020180
-
alt-php70-pgsql_7.0.33-142_amd64.deb
sha:e70f3202e9bd71ef5e9b5fe6a0f6dbfc48c1267a
-
alt-php70-php-fpm_7.0.33-142_amd64.deb
sha:9d837bec264f3b43a6048afc5c182ef4bfa8d5e7
-
alt-php70-process_7.0.33-142_amd64.deb
sha:ad36d5c5cc72aca37cb53b7a1fe403fad51b32e8
-
alt-php70-pspell_7.0.33-142_amd64.deb
sha:64e98499bfe72be0ed8883dd556dbcfe0abda6d7
-
alt-php70-recode_7.0.33-142_amd64.deb
sha:a499431af8050880076da367fb6e4bb91a299677
-
alt-php70-snmp_7.0.33-142_amd64.deb
sha:f7e6cf39938bf48e2bf7d0ccff7eae3522828ccf
-
alt-php70-soap_7.0.33-142_amd64.deb
sha:efd2a0347608d2e2cdff99d2f0885dc71992b4bf
-
alt-php70-tidy_7.0.33-142_amd64.deb
sha:9eb325bbc77ad5a5da044043207e5da1fbfe8796
-
alt-php70-xml_7.0.33-142_amd64.deb
sha:ca3df6ac379b9c0619c4856c7382a69e1e52d674
-
alt-php70-xmlrpc_7.0.33-142_amd64.deb
sha:012f27f366b832c6c58176d1492a1cb5c0a6bead
Notes:
This page is generated automatically and has not been checked for errors. For clarification or
corrections please contact the
CloudLinux Packaging Team.