Commit a8c50cd
fix: upgrade nginx base image to fix CVE-2026-42945 (CVSS 9.2 RCE)
Cherry-picked from upstream PR CorentinTh#1796 (zethis):
- Switch from nginx:stable-alpine (vulnerable 1.26.x) to nginx:1.31-alpine
- Fixes heap buffer overflow in ngx_http_rewrite_module allowing unauthenticated RCE
- Affected: nginx 0.6.27 - 1.30.0, fixed in 1.30.1/1.31.01 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