Boruta is a standalone authorization server that aims to implement OAuth 2.0 and Openid Connect up to decentralized identity specifications. Prior to version 0.10.0, BorutaIdentityWeb.UserSettingsController.update/2 atomizes every key of the user-supplied request body via String.to_atom/1 before any validation. Because String.to_atom interns atoms permanently in the BEAM atom table (default cap 1,048,576 atoms; ERL_MAX_ATOMS), any authenticated end user can send PUT /users/settings with a user[]=... body containing fresh keys per request and exhaust the global VM atom table. Once the table is full, the BEAM aborts with no more index entries in atom_tab and the entire OIDC server (auth, admin, gateway apps in the umbrella) crashes. The route is protected only by require_authenticated_user and a per-IP rate limit of 10 requests/second; a logged-in end user can hit it. The keys are atomized unconditionally before the downstream Accounts.update_user/6 call, so even failing updates contribute to exhaustion. This issue has been patched in version 0.10.0.
CVE-2026-49249
This high-severity CVE scores 7.1 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.2%, top 85% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 7.1
- EG Score
- 7.1(medium)
- EG Risk
- 48(Track)EG Risk 48/100SSVC: Track
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity71% × 45%Exploitation40% × 40%Automatability0% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 0%
- EPSS %ILE
- 15%
- KEV
- Not listed
Published
September 2, 2026
Last Modified
September 9, 2026
Advisory Details (2)
Auto-updated Sep 2, 2026[0.10.0] - 2026-06-12
Patch available: malach-it/boruta-server 0.10.0
https://github.com/malach-it/boruta-server/releases/tag/0.10.0Authenticated atom-exhaustion DoS in BorutaIdentityWeb.UserSettingsController.update/2 · Advisory · malach-it/boruta-server · GitHub
https://github.com/malach-it/boruta-server/security/advisories/GHSA-q428-ch8m-94ggWeakness Classification(2)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 10× in last 7d / 32× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-09-20 20:16 UTCEPSS rescore
- 2026-09-19 19:20 UTCEG score recompute
- 2026-09-18 19:55 UTCEG score recompute
- 2026-09-18 19:28 UTCEPSS rescore
- 2026-09-17 20:37 UTCEG score recompute
- 2026-09-16 18:36 UTCEG score recompute
- 2026-09-16 14:08 UTCEPSS rescore
- 2026-09-16 05:58 UTCEG score recompute
- 2026-09-16 05:15 UTCEPSS rescore
- 2026-09-15 06:04 UTCEG score recompute
- 2026-09-13 18:45 UTCEG score recompute
- 2026-09-13 16:47 UTCEPSS rescore
- 2026-09-12 19:28 UTCEG score recompute
- 2026-09-11 20:10 UTCEG score recompute
- 2026-09-11 14:53 UTCEPSS rescore
- 2026-09-10 20:27 UTCEG score recompute
- 2026-09-10 09:35 UTCEPSS rescore
- 2026-09-08 23:11 UTCEG score recompute
- 2026-09-08 22:01 UTCEPSS rescore
- 2026-09-07 16:57 UTCEG score recompute
- 2026-09-07 16:01 UTCEPSS rescore
- 2026-09-06 17:38 UTCEG score recompute
- 2026-09-06 13:47 UTCEPSS rescore
- 2026-09-05 18:21 UTCEG score recompute
- 2026-09-04 19:01 UTCEG score recompute
Show 7 moreShow fewer
- 2026-09-04 07:22 UTCEG score recompute
- 2026-09-04 05:06 UTCEPSS rescore
- 2026-09-02 20:21 UTCEG score recompute
- 2026-09-02 19:28 UTCEG score recompute
- 2026-09-02 18:36 UTCEG score recompute
- 2026-09-02 17:36 UTCEG score recompute
- 2026-09-02 17:35 UTCMITRE cvelistV5first tracked
Related CVEs(same CWE)
Frequently asked(5)
What is CVE-2026-49249?
When was CVE-2026-49249 disclosed?
Is CVE-2026-49249 actively exploited?
What is the CVSS score of CVE-2026-49249?
How do I remediate CVE-2026-49249?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-49249
Is Your Infrastructure Affected by CVE-2026-49249?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.