Go to file
RHEL Packaging Agent b152955871 Fix CVE-2026-13149 (brace-expansion)
Backport 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 of `post` until after early returns and replaces a
recursive call with a loop in `expand_()`, preventing O(2^n)
blowup on inputs like `a{},{},{},{}...` and avoiding stack
exhaustion from long runs of non-expanding `{}` groups.

CVE: CVE-2026-13149
Advisories:
 - c7e33ec13a
Upstream patches:
 - c7e33ec13a.patch

Resolves: RHEL-208655
This commit was backported by Ymir, a Red Hat Enterprise Linux software maintenance AI agent.

Assisted-by: Ymir
2026-08-03 13:15:05 +02:00
.fmf test-plan: adjust variables and filter 2025-08-20 14:39:09 +00:00
packaging Update to version 24.14.1 2026-04-01 13:25:55 +02:00
plans test-plan: adjust variables and filter 2025-08-20 14:39:09 +00:00
.gitignore Update to version 24.14.1 2026-04-01 13:25:55 +02:00
0001-CVE-2026-13149-Brace-Expansion-DOS.patch Fix CVE-2026-13149 (brace-expansion) 2026-08-03 13:15:05 +02:00
0001-CVE-2026-59873-CVE-2026-59874-upgrade-bundled-tar-to-7.5.19.patch Fix CVE-2026-59873 and CVE-2026-59874 (nodejs-tar) 2026-08-03 13:13:55 +02:00
0001-fips-disable-options.patch Update to version 24.6.0 2025-08-19 10:27:28 +02:00
0001-Remove-unused-OpenSSL-config.patch Import SRPM from Fedora Rawhide 2025-07-22 14:36:42 +02:00
gating.yaml Enable gating 2025-07-24 12:38:33 +02:00
i18n-btest402.js Import SRPM from Fedora Rawhide 2025-07-22 14:36:42 +02:00
Makefile Update to version 24.14.1 2026-04-01 13:25:55 +02:00
nodejs24.spec Fix CVE-2026-13149 (brace-expansion) 2026-08-03 13:15:05 +02:00
nodejs.pc.in Import SRPM from Fedora Rawhide 2025-07-22 14:36:42 +02:00
nodejs.srpm.macros Import SRPM from Fedora Rawhide 2025-07-22 14:36:42 +02:00
npmrc.in Import SRPM from Fedora Rawhide 2025-07-22 14:36:42 +02:00
rpminspect.yaml Import rpminspect.yaml from Fedora 2025-07-22 16:42:53 +02:00
sources Update to version 24.18.0 2026-07-07 13:36:32 +02:00
test-runner.sh Import SRPM from Fedora Rawhide 2025-07-22 14:36:42 +02:00
test-should-pass.txt Update bundled nghttp2 to 1.68.1 2026-04-01 13:47:24 +02:00
v8.pc.in Import SRPM from Fedora Rawhide 2025-07-22 14:36:42 +02:00