CVE-2026-55733
Last modified
CVE-2026-55733 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. Allocation of Resources Without Limits or Throttling in ueberauth guardian allows denial of service via unbounded atom creation from attacker-controlled binary input. Guardian.Permissions.AtomEncoding encodes permission scopes by passing arbitrary binaries to String.to_atom/1. When encode/3 in lib/guardian/permissions/atom_encoding.ex is called with a list, each binary entry is handled by the encode_value/3 binary clause, which calls String.to_atom(value) with no allow-list check. EPSS estimates a 0.13% chance of exploitation in the next 30 days.
Description
Allocation of Resources Without Limits or Throttling in ueberauth guardian allows denial of service via unbounded atom creation from attacker-controlled binary input. Guardian.Permissions.AtomEncoding encodes permission scopes by passing arbitrary binaries to String.to_atom/1. When encode/3 in lib/guardian/permissions/atom_encoding.ex is called with a list, each binary entry is handled by the encode_value/3 binary clause, which calls String.to_atom(value) with no allow-list check. The perm_set argument (the application's small, finite set of legitimate permission names) is discarded, so any external string flows straight into atom creation. This encoder is selected with use Guardian.Permissions, encoding: Guardian.Permissions.AtomEncoding and reached through the imported encode/3 entry point. String.to_atom/1 creates a brand-new atom for every previously unseen binary, atoms are never garbage collected, and the BEAM atom table is fixed at roughly 1,048,576 entries by default. An application that funnels attacker-influenced permission scopes (from a request body, a JWT claim, or other external input) into encode/3 therefore mints one permanent atom per distinct value. A modest stream of varied, unauthenticated input permanently consumes the atom table and crashes the BEAM node with system_limit, taking down every application running on it. The default encoder is Guardian.Permissions.BitwiseEncoding, which is not affected. 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-55733.htmlThird Party Advisory
- https://github.com/ueberauth/guardian/security/advisories/GHSA-fjr5-7xrc-hmpjExploit, Patch, Vendor Advisory
- https://osv.dev/vulnerability/EEF-CVE-2026-55733Third Party Advisory
- https://github.com/ueberauth/guardian/security/advisories/GHSA-fjr5-7xrc-hmpjExploit, Patch, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-55733?
How severe is CVE-2026-55733?
How do I fix CVE-2026-55733?
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-55728Stack-based Buffer Overflow (CWE-121) in `/usr/bin/ltsudo` `…3.8
- 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-55734Allocation of Resources Without Limits or Throttling vulnera…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
Are you affected by CVE-2026-55733?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
