Package: nginx / 1.18.0-6.1+deb11u3
Metadata
Package | Version | Patches format |
---|---|---|
nginx | 1.18.0-6.1+deb11u3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0002 Make sure signature stays the same in all nginx buil.patch | (download) |
configure |
4 4 + 0 - 0 ! |
make sure signature stays the same in all nginx builds NGX_HTTP_HEADERS is part of nginx signature. When a dyn modules is loaded the signature of the module is compared to the one of the nginx binary. dyn modules are build from nginx-full, so in order to make them loadable in other flavors we need to make sure all the binaries share the same signature. |
0003 define_gnu_source on other glibc based platforms.patch | (download) |
src/os/unix/ngx_posix_config.h |
5 4 + 1 - 0 ! |
use _gnu_source on gnu/kfreebsd Define _GNU_SOURCE not only on GNU/Hurd, but also other glibc-based platforms including GNU/kFreeBSD. |
CVE 2019 20372.patch | (download) |
src/http/ngx_http_special_response.c |
6 6 + 0 - 0 ! |
[patch] discard request body when redirecting to a url via error_page. Reported by Bert JW Regeer and Francisco Oca Gonzalez. |
Resolver fixed off by one write in ngx_resolver_copy.patch | (download) |
src/core/ngx_resolver.c |
8 4 + 4 - 0 ! |
resolver: fixed off-by-one write in ngx_resolver_copy(). |
CVE 2021 3618.patch | (download) |
src/mail/ngx_mail.h |
3 3 + 0 - 0 ! |
patch mitigation for cve-2021-3618 Mail: max_errors directive. . Similarly to smtpd_hard_error_limit in Postfix and smtp_max_unknown_commands in Exim, specifies the number of errors after which the connection is closed. |
CVE 2022 41741_CVE 2022 41742.patch | (download) |
src/http/modules/ngx_http_mp4_module.c |
147 147 + 0 - 0 ! |
[patch] mp4: disabled duplicate atoms. Most atoms should not appear more than once in a container. Previously, this was not enforced by the module, which could result in worker process crash, memory corruption and disclosure. |