mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Fixes the following security issues: - CVE-2026-27654: Buffer overflow in ngx_http_dav_module when using the alias directive with WebDAV COPY or MOVE requests. - CVE-2026-27784 & CVE-2026-32647: Buffer overflows in ngx_http_mp4_module when processing specially crafted MP4 files. - CVE-2026-27651: NULL pointer dereference in the mail proxy module during CRAM-MD5 or APOP authentication retries. - CVE-2026-28753: DNS PTR record manipulation in auth_http or SMTP proxy. - CVE-2026-28755: OCSP certificate check bypass in the stream module. For a full list of changes, see: https://nginx.org/en/CHANGES-1.28 Signed-off-by: Shubham Chakraborty <chakrabortyshubham66@gmail.com> Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>