CVE-2026-55734

Source
https://cve.org/CVERecord?id=CVE-2026-55734
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-55734.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-55734
Aliases
Published
2026-08-01T18:46:24.291Z
Modified
2026-08-02T03:47:49.193365727Z
Severity
  • 6.9 (Medium) CVSS_V4 - 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 CVSS Calculator
Summary
guardian atom exhaustion in Guardian.Permissions.encode_permissions!/1
Details

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 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.

Database specific
{
    "cwe_ids": [
        "CWE-770"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/55xxx/CVE-2026-55734.json",
    "cna_assigner": "EEF",
    "unresolved_ranges": [
        {
            "source": "AFFECTED_FIELD",
            "extracted_events": [
                {
                    "introduced": "b7a6128ca4d0ffb7f7df5219dd982304ff9d6802"
                },
                {
                    "fixed": "8d4efbfc352d30f5fcfc75a4d69a795b0e472724"
                }
            ]
        }
    ]
}
References

Affected packages

Git / github.com/ueberauth/guardian

Affected ranges

Type
GIT
Repo
https://github.com/ueberauth/guardian
Events
Database specific
{
    "source": "AFFECTED_FIELD",
    "extracted_events": [
        {
            "introduced": "2.0.0"
        },
        {
            "fixed": "2.4.1"
        }
    ]
}

Affected versions

2.*
2.1.0
v2.*
v2.0.0
v2.1.1
v2.1.2
v2.2.1
v2.2.2
v2.2.3
v2.2.4
v2.3.0
v2.3.1
v2.3.2
v2.4.0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-55734.json"