Update nginx to 1.30.4 to fix CVE-2026-42533 (4.0 branch) - #1665
Open
Mosherfist wants to merge 1 commit into
Open
Update nginx to 1.30.4 to fix CVE-2026-42533 (4.0 branch)#1665Mosherfist wants to merge 1 commit into
Mosherfist wants to merge 1 commit into
Conversation
Fixes a critical heap buffer overflow in nginx's map directive regex handling (CVSS 9.2). The vulnerable range is 0.9.6 through 1.31.2; this bumps the 4.0 branch's nginx package to the patched 1.30.4 stable release. The ten CVE backport patches (CVE-2025-53859, CVE-2026-27654, CVE-2026-32647, CVE-2026-27651, CVE-2026-27784, CVE-2026-1642, CVE-2026-28753, CVE-2026-42945-1, CVE-2026-42945-2, CVE-2026-9256) previously applied on top of 1.26.3 are dropped, as all ten fixes are included upstream in 1.30.4. See: https://nginx.org/en/CHANGES
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #1663 for the 4.0 branch, per @danielxdd's request.
Summary
Bumps nginx from 1.26.3 to 1.30.4 on the 4.0 branch to fix
CVE-2026-42533, a critical heap buffer overflow (CVSS 9.2) in nginx's
map directive regex handling.
Changes
inline sha512 checksum updated for the 1.30.4 source tarball
CVE-2026-32647, CVE-2026-27651, CVE-2026-27784, CVE-2026-1642,
CVE-2026-28753, CVE-2026-42945-1, CVE-2026-42945-2, CVE-2026-9256)
that were applied on top of 1.26.3 — all ten are included upstream
in 1.30.4.
Note: this branch has no config.yaml (unlike main/5.0); the source
checksum is defined inline via %define sha512 in the spec file.
References
Testing
Not build-tested locally; relying on CI for build validation.