Skip to content

Commit 515efe9

Browse files
committed
Merge branch 'fix-cve'
2 parents 0215f58 + 8f3530f commit 515efe9

685 files changed

Lines changed: 262632 additions & 1196 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ body:
5151
label: BunkerWeb version
5252
description: What version of BunkerWeb are you running?
5353
placeholder: Version
54-
value: 1.6.10
54+
value: 1.6.11
5555
validations:
5656
required: true
5757
- type: dropdown

.github/workflows/staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ permissions: read-all
44

55
on:
66
push:
7-
branches: [staging]
7+
branches: [staging, fix-cve]
88
workflow_dispatch:
99

1010
jobs:

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

3-
## v1.6.10
3+
## v1.6.11 - 2026/05/23
4+
5+
- [SECURITY] `nginx`: update nginx to 1.30.2 (except for Fedora as it is not yet available) to fix CVE-2026-9256 — a heap buffer overflow in `ngx_http_rewrite_module` with overlapping captures that could lead to worker-process arbitrary code execution.
6+
7+
## v1.6.10 - 2026/05/19
48

59
- [SECURITY] `nginx` : update nginx to 1.30.1 to fix various CVEs
610
- [BUGFIX] `reverseproxy`: pin a `USE_UI=yes` service upstream to HTTP/1.1 so a global `REVERSE_PROXY_HTTP_VERSION=2` no longer locks out the web UI. (Fixes #3550)

README.md

Lines changed: 43 additions & 43 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)