Skip to content

CVE-2026-13149 CVE-2026-14257 CVE-2026-69152 brace-expansion: DoS via unbounded expansion - #1099

Merged
vharseko merged 1 commit into
OpenIdentityPlatform:masterfrom
vharseko:fix/cve-2026-13149-brace-expansion
Aug 6, 2026
Merged

CVE-2026-13149 CVE-2026-14257 CVE-2026-69152 brace-expansion: DoS via unbounded expansion#1099
vharseko merged 1 commit into
OpenIdentityPlatform:masterfrom
vharseko:fix/cve-2026-13149-brace-expansion

Conversation

@vharseko

@vharseko vharseko commented Aug 6, 2026

Copy link
Copy Markdown
Member

Bumps the dev-scope transitive brace-expansion in all three openam-ui modules:

module from to
openam-ui-ria 1.1.12 1.1.18
openam-ui-api 1.1.12 1.1.18
openam-ui-js-sdk 5.0.7 5.0.9

Covers three advisories at once — GHSA-3jxr-9vmj-r5cp / CVE-2026-13149 (patched in 1.1.16), GHSA-mh99-v99m-4gvg / CVE-2026-14257 (1.1.17 / 5.0.8) and GHSA-rgw5-rvv9-x895 / CVE-2026-69152 (1.1.18 / 5.0.9).

brace-expansion is pulled in transitively by minimatch and is used only by the UI build toolchain — it does not ship in the WAR.

Lockfile-only change: both bumps stay inside the semver ranges the parent minimatch packages already declare (^1.1.7 in ria/api, ^5.0.2/^5.0.5 in js-sdk), so no overrides entries are needed.

Verified:

  • both integrity hashes match npm view brace-expansion@<v> dist.integrity
  • npm install --package-lock-only --prefer-online is a no-op on all three modules, so the build will not roll the versions back
  • npm audit no longer reports brace-expansion in any of the three modules
  • brace-expansion@5.0.9 raises engines.node from 18 || 20 || >=22 to 20 || >=22; the build runs on v22.21.1 (openam-ui/pom.xml), so it stays satisfied

… unbounded expansion

Bump brace-expansion 1.1.12 -> 1.1.18 in openam-ui-ria and openam-ui-api,
5.0.7 -> 5.0.9 in openam-ui-js-sdk. Both bumps stay within the semver ranges
required by the parent minimatch packages, so no overrides are needed.
@vharseko vharseko added dependencies Pull requests that update a dependency file security Security fix or hardening (CVE, GHSA, XSS/CSRF/SSRF) javascript Pull requests that update Javascript code ui XUI / admin console / end-user UI labels Aug 6, 2026
@vharseko
vharseko merged commit 0db1bda into OpenIdentityPlatform:master Aug 6, 2026
15 checks passed
@vharseko
vharseko deleted the fix/cve-2026-13149-brace-expansion branch August 6, 2026 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code security Security fix or hardening (CVE, GHSA, XSS/CSRF/SSRF) ui XUI / admin console / end-user UI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant