debian/patches/CVE-2017-9118.patch: fix out of bounds access in phppcrereplace_impl
CVE-2017-9118
SECURITY UPDATE: improper validation of HTTPREDIRECTSTATUS variable in CGI
binary
debian/patches/CVE-2024-8927.patch: fix Apache server name check; remove
references to redirect.so and Netscape; check configuration override first
CVE-2024-8927
SECURITY UPDATE: buffer overread vulnerability
debian/patches/CVE-2024-11233.patch: move bound check upwards to fix
single byte overread with convert.quoted-printable-decode filter
CVE-2024-11233
SECURITY UPDATE: URI is not properly sanitized
debian/patches/CVE-2024-11234.patch: when using streams with configured
proxy and "request_fulluri" option, the URI is not properly sanitized which
can lead to HTTP request smuggling and allow the attacker to use the proxy to
perform arbitrary HTTP requests originating from the server, thus potentially
gaining access to resources not normally available to the external user
CVE-2024-11234
SECURITY UPDATE: incomplete check in escaping functions
debian/patches/CVE-2025-1735.patch: pgsql and pdo_pgsql escaping functions do
not check if the underlying quoting functions returned errors. This could cause
crashes if Postgres server rejects the string as invalid.