CVE-2026-55734: guardian atom exhaustion in Guardian.Permissions.encode_permissions!/1

Published Aug 1, 2026
·
Updated

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':encodepermissions!/1, 'Elixir.Guardian.Permissions':encodepermissionsintoclaims!/2, 'Elixir.Guardian.Permissions':doencodepermissions!/2.

The Guardian.Permissions mixin installs a public encodepermissions!/1 function on every module that does use Guardian.Permissions. For each key of the supplied map, encodepermissions!/1 calls String.toatom(tostring(k)) before any validation runs. The integer-value clause of doencodepermissions!/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 encodepermissions!/1 (for example a permissions map read from a request body and passed into token issuance via encodepermissionsintoclaims!/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 decodepermissions/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.

Affected Software

1 affected component
ueberauth guardian>=2.0.0<2.4.1

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade guardian to a version that resolves this vulnerability.

    Fixed in 2.4.1
  2. Compensating control

    Prevent untrusted input from influencing the permissions map passed into Guardian.Permissions.encode_permissions!/1 or encode_permissions_into_claims!/2 (e.g., avoid using permission maps derived directly from request bodies during token issuance).

Event History

Aug 1, 2026
CVE Published
via MITRE·06:46 PM
Data Sourced
via MITRE·06:46 PM
DescriptionWeakness
Data Sourced
via NVD·07:16 PM
DescriptionSeverityWeakness
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-55734?

CVE-2026-55734 has a risk score of 73, indicating a high severity level.

2

How do I fix CVE-2026-55734?

To mitigate CVE-2026-55734, ensure proper limits and throttling on resource allocation within the ueberauth guardian setup.

3

What type of vulnerability is CVE-2026-55734?

CVE-2026-55734 is classified as a denial of service vulnerability due to atom-table exhaustion.

4

Which software is affected by CVE-2026-55734?

CVE-2026-55734 affects the ueberauth guardian software, specifically the Guardian.Permissions module.

5

When was CVE-2026-55734 published?

CVE-2026-55734 was published on August 1, 2026.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203