Skip to content

Commit a7304fa

Browse files
committed
security(nginx): mainline=1.31.0, stable=1.30.1
This release addresses several security vulnerabilities: - CVE-2026-42926: HTTP/2 request injection in ngx_http_proxy_module. - CVE-2026-42945: Buffer overflow in ngx_http_rewrite_module. - CVE-2026-42946: Buffer overread in ngx_http_scgi and ngx_http_uwsgi modules. - CVE-2026-42934: Buffer overread in ngx_http_charset_module. - CVE-2026-40460: Address spoofing vulnerability in HTTP/3. - CVE-2026-40701: Use-after-free in OCSP requests to resolver. Additionally, version 1.31.0 (mainline) introduces: - Native support for HTTP forward proxy. Links: - https://nginx.org/en/security_advisories.html - https://github.com/depthfirstdisclosures/nginx-rift - https://x.com/Markak_/status/2054599711764750498 - https://nginx.org/
1 parent 759b49e commit a7304fa

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

mainline/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:latest
22

3-
ENV NGINX_VERSION=1.29.8
3+
ENV NGINX_VERSION=1.31.0
44
ENV LIBRESSL_VERSION=4.2.1
55

66
# -----------------------------------------------------------------------------

mainline/Dockerfile.loongarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM --platform=linux/loong64 loongarch64/alpine:3.21
22

3-
ENV NGINX_VERSION=1.29.8
3+
ENV NGINX_VERSION=1.31.0
44
ENV LIBRESSL_VERSION=4.2.1
55

66
# -----------------------------------------------------------------------------

mainline/Dockerfile.mips64le

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM --platform=linux/mips64le alpine:3.14
22

3-
ENV NGINX_VERSION=1.29.8
3+
ENV NGINX_VERSION=1.31.0
44
ENV LIBRESSL_VERSION=4.2.1
55

66
# -----------------------------------------------------------------------------

stable/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:latest
22

3-
ENV NGINX_VERSION=1.28.3
3+
ENV NGINX_VERSION=1.30.1
44
ENV LIBRESSL_VERSION=4.2.1
55

66
# -----------------------------------------------------------------------------

stable/Dockerfile.loongarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM --platform=linux/loong64 loongarch64/alpine:3.21
22

3-
ENV NGINX_VERSION=1.28.3
3+
ENV NGINX_VERSION=1.30.1
44
ENV LIBRESSL_VERSION=4.2.1
55

66
# -----------------------------------------------------------------------------

stable/Dockerfile.mips64le

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM --platform=linux/mips64le alpine:3.14
22

3-
ENV NGINX_VERSION=1.28.3
3+
ENV NGINX_VERSION=1.30.1
44
ENV LIBRESSL_VERSION=4.2.1
55

66
# -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)