-
released this
2026-08-03 11:15:05 +00:00 | 4 commits to c10s since this releaseBackport upstream fix for CVE-2026-13149, a ReDoS/exponential
blowup vulnerability in the bundled brace-expansion dependency.The fix updates brace-expansion from 5.0.6 to 5.0.7 by patching
the compiled JS files (commonjs and esm) under
deps/npm/node_modules/brace-expansion/. The core change defers
expansion ofpostuntil after early returns and replaces a
recursive call with a loop inexpand_(), preventing O(2^n)
blowup on inputs likea{},{},{},{}...and avoiding stack
exhaustion from long runs of non-expanding{}groups.CVE: CVE-2026-13149
Advisories:github.com/juliangruber/brace-expansion@c7e33ec13a
Upstream patches:github.com/juliangruber/brace-expansion@c7e33ec13a.patch
Resolves: RHEL-208655
This commit was backported by Ymir, a Red Hat Enterprise Linux software maintenance AI agent.Assisted-by: Ymir
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads