PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-54894 ueberauth CVE debrief

A denial-of-service vulnerability exists in ueberauth guardian versions from 0.1.0 before 2.4.1. The issue arises from the conversion of attacker-influenced binary input into atoms using String.to_atom/1, leading to potential atom table exhaustion and BEAM node crashes. This vulnerability allows an attacker to create an unbounded number of atoms, potentially leading to atom table exhaustion and BEAM node crashes, affecting guardian versions from 0.1.0 before 2.4.1. Users should be aware of this vulnerability and take steps to mitigate it, especially those who handle user-supplied input or tenant identifiers. The vulnerability exists in the Guardian.Plug.Keys module, where arbitrary binaries are converted to atoms using String.to_atom/1. Users should verify affected product deployments, review official advisories, and plan vendor-supported updates or mitigations. Evidence is based on official CVE and NVD records, as well as source references from Erlef and GitHub. However, details about the vendor and affected products are limited.

Vendor
ueberauth
Product
guardian
CVSS
MEDIUM 6.9
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-01
Original CVE updated
2026-08-06
Advisory published
2026-08-01
Advisory updated
2026-08-06

Who should care

Users of ueberauth guardian, especially those who handle user-supplied input or tenant identifiers, should be aware of this vulnerability and take steps to mitigate it. This includes reviewing system resources and atom table usage, implementing input validation and sanitization, and considering rate limiting or throttling for suspicious activity. Security teams and vulnerability management teams should also be aware of this issue and plan accordingly.

Technical summary

The vulnerability exists in the Guardian.Plug.Keys module, where arbitrary binaries are converted to atoms using String.to_atom/1. This allows an attacker to create an unbounded number of atoms, potentially leading to atom table exhaustion and BEAM node crashes. The issue affects guardian versions from 0.1.0 before 2.4.1. Users should be aware of this vulnerability and take steps to mitigate it, especially those who handle user-supplied input or tenant identifiers.

Defensive priority

Medium priority due to potential for denial-of-service attacks

Recommended defensive actions

  • Update guardian to version 2.4.1 or later
  • Implement input validation and sanitization for user-supplied data
  • Monitor system resources and atom table usage
  • Consider implementing rate limiting or throttling for suspicious activity
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented

Evidence notes

Evidence is based on official CVE and NVD records, as well as source references from Erlef and GitHub. However, details about the vendor and affected products are limited. The vulnerability arises from the conversion of attacker-influenced binary input into atoms using String.to_atom/1, leading to potential atom table exhaustion and BEAM node crashes. Users should verify affected product deployments, review official advisories, and plan vendor-supported updates or mitigations.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-54894 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-54894

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-54894 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-54894

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://cna.erlef.org/cves/CVE-2026-54894.html

    6b3ad84c-e1a6-4bf7-a703-f496b71e49db

  • Source reference

    Unverified legacy reference

    URL: https://github.com/ueberauth/guardian/commit/2952657e42e6341a67e6aaad09d8f0b40ae917cb

    6b3ad84c-e1a6-4bf7-a703-f496b71e49db

  • Source reference

    Unverified legacy reference

    URL: https://github.com/ueberauth/guardian/security/advisories/GHSA-xqch-c77q-rgh5

    6b3ad84c-e1a6-4bf7-a703-f496b71e49db

  • Source reference

    Unverified legacy reference

    URL: https://osv.dev/vulnerability/EEF-CVE-2026-54894

    6b3ad84c-e1a6-4bf7-a703-f496b71e49db

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.