Commit 2586baa
committed
fix: upgrade nginx base image to fix CVE-2026-42945 (CVSS 9.2 RCE)
Switch from nginx:stable-alpine (1.26.x, vulnerable) to nginx:1.31-alpine
which includes the fix for CVE-2026-42945, a heap buffer overflow in
ngx_http_rewrite_module allowing unauthenticated RCE.
Affected: nginx 0.6.27 – 1.30.0
Fixed in: nginx 1.30.1, 1.31.0
Ref: https://nginx.org/en/security_advisories.html1 parent d505845 commit 2586baa
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments