{"id":82863,"date":"2026-08-01T22:46:41","date_gmt":"2026-08-01T19:16:41","guid":{"rendered":"https:\/\/afaghhosting.net\/blog\/cve-2026-54894-atom-table-exhaustion-denial-of-service-in-guardian-via-unbounded-atom-creation-from-binary-keys\/"},"modified":"2026-08-01T22:46:41","modified_gmt":"2026-08-01T19:16:41","slug":"cve-2026-54894-atom-table-exhaustion-denial-of-service-in-guardian-via-unbounded-atom-creation-from-binary-keys","status":"publish","type":"post","link":"https:\/\/afaghhosting.net\/blog\/cve-2026-54894-atom-table-exhaustion-denial-of-service-in-guardian-via-unbounded-atom-creation-from-binary-keys\/","title":{"rendered":"CVE-2026-54894 &#8211; Atom-table exhaustion denial of service in Guardian via unbounded atom creation from binary keys"},"content":{"rendered":"<p>CVE ID :CVE-2026-54894<\/p>\n<p>  Published : Aug. 1, 2026, 7:16 p.m. | 33\u00a0minutes ago<\/p>\n<p>  Description :Allocation of Resources Without Limits or Throttling in ueberauth guardian allows denial of service via unbounded atom creation from attacker-influenced binary input.<\/p>\n<p>Guardian.Plug.Keys derives connection and session namespace keys by passing arbitrary binaries to String.to_atom\/1. base_key\/1 in lib\/guardian\/plug\/keys.ex converts any binary into the atom :&#8221;guardian_&#8221;, and the derived helpers claims_key\/1, resource_key\/1, and token_key\/1 create a second atom on top of that. key_from_other\/1 likewise converts a regex-captured binary through String.to_atom\/1. The public specs advertise String.t() as a valid argument, so passing a string is documented usage, and higher-level entry points such as Guardian.Plug.current_token(conn, key: key) thread the caller-supplied key straight into these functions.<\/p>\n<p>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 routes attacker-influenced data (a tenant identifier, header, or other request input) into a Guardian key 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, taking down every application running on it.<\/p>\n<p>This issue affects guardian: from 0.1.0 before 2.4.1.<\/p>\n<p>  Severity: 6.9 | MEDIUM<\/p>\n<p>  Visit the link for more details, such as CVSS details, affected products, timeline, and more&#8230;\u00a0<\/p>\n","protected":false},"excerpt":{"rendered":"<p>CVE ID :CVE-2026-54894 Published : Aug. 1, 2026, 7:16 p.m. | 33\u00a0minutes ago Description :Allocation of Resources Without Limits or Throttling in ueberauth guardian allows denial of service via unbounded atom creation from attacker-influenced binary input. Guardian.Plug.Keys derives connection and session namespace keys by passing arbitrary binaries to String.to_atom\/1. base_key\/1 in lib\/guardian\/plug\/keys.ex converts any binary &hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[26],"tags":[],"class_list":["post-82863","post","type-post","status-publish","format-standard","hentry","category-vulnerability"],"_links":{"self":[{"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/posts\/82863","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/comments?post=82863"}],"version-history":[{"count":0,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/posts\/82863\/revisions"}],"wp:attachment":[{"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/media?parent=82863"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/categories?post=82863"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/tags?post=82863"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}