Documentation : https://docs.bunkerweb.io/1.6.10~rc2/
Docker tags :
- All-in-one :
bunkerity/bunkerweb-all-in-one:1.6.10-rc2orghcr.io/bunkerity/bunkerweb-all-in-one:1.6.10-rc2 - BunkerWeb :
bunkerity/bunkerweb:1.6.10-rc2orghcr.io/bunkerity/bunkerweb:1.6.10-rc2 - Scheduler :
bunkerity/bunkerweb-scheduler:1.6.10-rc2orghcr.io/bunkerity/bunkerweb-scheduler:1.6.10-rc2 - Autoconf :
bunkerity/bunkerweb-autoconf:1.6.10-rc2orghcr.io/bunkerity/bunkerweb-autoconf:1.6.10-rc2 - UI :
bunkerity/bunkerweb-ui:1.6.10-rc2orghcr.io/bunkerity/bunkerweb-ui:1.6.10-rc2 - API :
bunkerity/bunkerweb-api:1.6.10-rc2orghcr.io/bunkerity/bunkerweb-api:1.6.10-rc2
Linux packages : https://packagecloud.io/app/bunkerity/bunkerweb/search?q=1.6.10~rc2&filter=all&dist=
Changelog :
- [BUGFIX] Add
WORKER_SHUTDOWN_TIMEOUTsetting (default30s) to force old NGINX workers to terminate after a config reload, preventing unbounded memory growth when workers linger in "shutting down" state. - [BUGFIX] Fix ModSecurity
REQUEST_HEADERS:HostandSERVER_NAMEbeing empty for HTTP/3 requests, causing custom rules with header matching (including chained rules) to silently fail. Patch the ModSecurity-nginx connector to synthesize theHostheader from the:authoritypseudo-header on HTTP/3 connections. - [BUGFIX] Add
MODSECURITY_SEC_REQUEST_BODY_LIMITandMODSECURITY_SEC_REQUEST_BODY_LIMIT_ACTIONsettings to decouple ModSecurity body inspection fromMAX_CLIENT_SIZE, preventing OOM kills on large uploads. Also fix missingSecRequestBodyLimitActionand broken unit conversion in global CRS templates. - [BUGFIX] Add explicit ModSecurity request-body parsing error rules so truncated or malformed bodies are logged consistently and rejected with the correct status when inspection fails.
- [BUGFIX] Clean orphaned NGINX temp files on startup to prevent unbounded disk usage after OOM kills or ungraceful shutdowns.
- [BUGFIX] Fix Post-Quantum Cryptography (PQC) auto-detection failing on OpenSSL 3.5+ because Python's
SSLContext.set_ecdh_curve()does not recognize hybrid KEM groups likeX25519MLKEM768. Add subprocess fallback probingopenssl list -kem-algorithmsso thatSSL_ECDH_CURVE=auto(the default) correctly enables PQC key exchange when the system OpenSSL supports it, with graceful fallback to classical curves when it does not. - [BUGFIX] Fix BunkerNet
log_stream()crashing withattempt to call field 'get_headers' (a nil value)when reporting blocked IPs in stream (TCP proxy) context, wherengx.req.get_headers()is unavailable. - [BUGFIX] Fix unbanning IPs not working for stream (TCP/UDP) services due to stale local ban cache not being refreshed from Redis after unban.
- [BUGFIX] Fix
ngx.exit(nil)crash whenDENY_HTTP_STATUSvariable is missing from the internal store. - [BUGFIX] Fix
robots.txtandsecurity.txtplugins running expensive initialization on every request instead of only on their target URIs, causing severe slowdowns on pages with many parallel assets. - [BUGFIX] Fix entrypoint spinning at 100% CPU when nginx/supervisord is OOM-killed, by adding process liveness check and stale PID cleanup in the wait loop.
- [BUGFIX] Fix
badbehavior:log()crash caused byresty.lockcallingngx.sleep()inlog_by_lua*context, by skipping the mlcache lock path in non-cosocket phases. - [BUGFIX] Fix whitelist default-server crash caused by
resty.lockcallingngx.sleep()inset_by_lua*context. Use lock-free L1/L2 cache reads in non-cosocket phases instead of silently dropping cached whitelist data. (Fixes #2583) - [BUGFIX] Fix
is_cosocket_available()never matching the SSL certificate phase ("ssl_certificate"vs actual"ssl_cert"), and add missing yieldable phasesserver_rewrite,ssl_client_helloandssl_session_fetch. - [UI] Fix service template switching so the newly selected template applies its defaults immediately while preserving fields already customized by the user.
- [UI] Fix Reports page search not matching on Request ID. The global search field only checked IP, country, method, URL, status, user-agent, reason, and server name, causing searches by Request ID to always return "No matching Reports found" when using the Redis code path.
- [UI] Prevent reload and worker-restart infinite loops in the Web UI when the database is read-only or when configuration flag reset fails.
- [DEPS] Updated NGINX version to v1.28.3 for all integrations.
- [DEPS] Updated LuaJIT version to v2.1-20260311
- [DEPS] Updated Brotli version to v1.2.0
- [DEPS] Updated headers-more-nginx-module version to v0.39