CVE-2026-55734
Last modified
CVE-2026-55734 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. Allocation of Resources Without Limits or Throttling vulnerability in ueberauth guardian (Guardian.Permissions module) allows a denial of service via BEAM atom-table exhaustion. This vulnerability is associated with program file lib/guardian/permissions.ex and program routines 'Elixir.Guardian.Permissions':encode_permissions!/1, 'Elixir.Guardian.Permissions':encode_permissions_into_claims!/2, 'Elixir.Guardian.Permissions':do_encode_permissions!/2. The Guardian.Permissions mixin installs a public encode_permissions!/1 function on every module that does use Guardian.Permissions. For each key of the supplied map, encode_permissions!/1 calls String.to_atom(to_string(k)) before any validation runs. EPSS estimates a 0.13% chance of exploitation in the next 30 days.
Description
Allocation of Resources Without Limits or Throttling vulnerability in ueberauth guardian (Guardian.Permissions module) allows a denial of service via BEAM atom-table exhaustion. This vulnerability is associated with program file lib/guardian/permissions.ex and program routines 'Elixir.Guardian.Permissions':encode_permissions!/1, 'Elixir.Guardian.Permissions':encode_permissions_into_claims!/2, 'Elixir.Guardian.Permissions':do_encode_permissions!/2. The Guardian.Permissions mixin installs a public encode_permissions!/1 function on every module that does use Guardian.Permissions. For each key of the supplied map, encode_permissions!/1 calls String.to_atom(to_string(k)) before any validation runs. The integer-value clause of do_encode_permissions!/2 then short-circuits straight to encoding without validating the key against the configured permission set, so a key with an integer value is interned as a fresh atom with no exception raised. Atoms are never garbage collected and the BEAM atom table is a fixed-size resource (default roughly 1,048,576 entries), so each unique attacker-chosen key permanently consumes one slot. An attacker who can influence a permission map that reaches encode_permissions!/1 (for example a permissions map read from a request body and passed into token issuance via encode_permissions_into_claims!/2) can mint an unbounded number of atoms and exhaust the atom table, crashing the entire BEAM node and every service running on it. The sibling decode_permissions/1 is not affected because it skips keys absent from the configured permission set. This issue affects guardian: from 2.0.0 before 2.4.1.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Ueberauth | Guardian | >= 2.0.0, < 2.4.1 |
References
- https://cna.erlef.org/cves/CVE-2026-55734.htmlThird Party Advisory
- https://github.com/ueberauth/guardian/security/advisories/GHSA-9qx2-v587-q3ggExploit, Patch, Vendor Advisory
- https://osv.dev/vulnerability/EEF-CVE-2026-55734Third Party Advisory
- https://github.com/ueberauth/guardian/security/advisories/GHSA-9qx2-v587-q3ggExploit, Patch, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-55734?
How severe is CVE-2026-55734?
How do I fix CVE-2026-55734?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-55729Exposure of Sensitive Information (CWE-200) in LWEB802 brows…7.7
- CVE-2026-5573A weakness has been identified in Technostrobe HI-LED-WR120-…9.8
- CVE-2026-55730Reflected Cross-Site Scripting (CWE-79) in LWEB802 in Loytec…8.7
- CVE-2026-55731Unchecked input for loop condition (CWE-606) in the SNMP age…6.6
- CVE-2026-55732Out-of-bounds Read (CWE-125) in BACnet packet parsing (`bacd…8.7
- CVE-2026-55733Allocation of Resources Without Limits or Throttling in uebe…7.5
- CVE-2026-55735Improper Verification of Cryptographic Signature in ueberaut…7.5
- CVE-2026-55736Improperly Controlled Modification of Dynamically-Determined…5.9
- CVE-2026-55737Signed to Unsigned Conversion Error and Out-of-bounds Write …7.5
- CVE-2026-55738A stack-based buffer overflow exists in the raw_to_header fu…8.8
- CVE-2026-55739Crater isolates data per company_id, and its Invoice/Estimat…8.3
- CVE-2026-5574A security vulnerability has been detected in Technostrobe H…9.1
Are you affected by CVE-2026-55734?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
