Lucene search
+L

98 matches found

Cvelist
Cvelist
added 2026/08/31 2:22 a.m.16 views

CVE-2026-82722 AshAdmin LiveView events intern atoms from client input, exhausting the atom table (node DoS)

Allocation of Resources Without Limits or Throttling vulnerability in ash-project ashadmin lets any client that can reach the admin LiveView exhaust the BEAM atom table and crash the entire node. Two LiveView event handlers interned atoms from unvalidated client input: AshAdmin.PageLive's setacto...

8.3CVSS
SaveExploits0References4
CVE
CVE
added 2026/08/31 2:22 a.m.18 views

CVE-2026-82722

ash-project ash_admin (an Elixir/BEAM library) is vulnerable to node-level denial of service via its LiveView event handlers. Two handlers interned atoms from unvalidated client input: AshAdmin.PageLive's set_actor used Module.concat/1 on the resource/domain payload, and AshAdmin.Components.Resou...

8.3CVSS5.9AI score
SaveExploits0References4
EUVD
EUVD
added 2026/08/31 2:22 a.m.6 views

EUVD-2026-68325

Allocation of Resources Without Limits or Throttling vulnerability in ash-project ashadmin lets any client that can reach the admin LiveView exhaust the BEAM atom table and crash the entire node. Two LiveView event handlers interned atoms from unvalidated client input: AshAdmin.PageLive's setacto...

8.3CVSS5.9AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/08/18 8:16 p.m.13 views

membrane_mp4_plugin has an unauthenticated denial-of-service via BEAM atom table exhaustion

Summary membranemp4plugin interns every 4-byte MP4 box name as a BEAM atom while parsing container headers, with no validation against an allow-list. Any code path that calls Membrane.MP4.Container.parse/1 or the bang variant on attacker-controlled MP4 bytes can be made to exhaust the BEAM atom...

5.9CVSS5.4AI score0.00127EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2026/08/18 8:16 p.m.18 views

EUVD-2026-36235

membranemp4plugin has an unauthenticated denial-of-service via BEAM atom table exhaustion...

5.9CVSS5.2AI score0.00127EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/07 4:42 p.m.54 views

CVE-2026-67585

The CVE-2026-67585 entry concerns DivvyPayHQ absinthe_federation. An unauthenticated remote attacker can cause the Erlang VM to abort by crafting _entities representation keys. The root cause is that every key in representations is converted to an atom via String.to_atom/1, and since representati...

8.7CVSS5.4AI score0.00407EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/07 4:42 p.m.14 views

EUVD-2026-54531

Allocation of Resources Without Limits or Throttling vulnerability in DivvyPayHQ absinthefederation allows an unauthenticated remote attacker to abort the Erlang VM via crafted entities representation keys. Every key of every object in the representations argument of the federation-mandated...

8.7CVSS5.4AI score0.00407EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/07 4:42 p.m.9 views

CVE-2026-67585 Atom Exhaustion via _entities Representation Keys in DivvyPayHQ absinthe_federation

Allocation of Resources Without Limits or Throttling vulnerability in DivvyPayHQ absinthefederation allows an unauthenticated remote attacker to abort the Erlang VM via crafted entities representation keys. Every key of every object in the representations argument of the federation-mandated...

8.7CVSS5.4AI score0.00407EPSS
SaveExploits0References9
NVD
NVD
added 2026/08/01 7:16 p.m.13 views

CVE-2026-55734

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

7.5CVSS0.00331EPSS
SaveExploits1References4
ATTACKERKB
ATTACKERKB
added 2026/08/01 6:46 p.m.14 views

CVE-2026-55734

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

6.9CVSS5.5AI score0.00331EPSS
SaveExploits1References5Affected Software1
EUVD
EUVD
added 2026/08/01 6:46 p.m.15 views

EUVD-2026-51917

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

6.9CVSS5.5AI score0.00331EPSS
SaveExploits1References4
OSV
OSV
added 2026/08/01 6:46 p.m.12 views

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

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

6.9CVSS5.5AI score0.00331EPSS
SaveExploits1References9
CVE
CVE
added 2026/08/01 6:46 p.m.53 views

CVE-2026-55733

The CVE details a denial-of-service in ueberauth guardian via Guardian.Permissions.AtomEncoding: attacker-controlled binary input fed into encode/3 leads to String.to_atom/1 creating unlimited atoms, exhausting BEAM’s atom table (≈1,048,576 entries) and crashing the node. Affected versions: guard...

7.5CVSS5.6AI score0.00322EPSS
SaveExploits1References4Affected Software1
EUVD
EUVD
added 2026/08/01 6:46 p.m.15 views

EUVD-2026-51916

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.toatom/1. When encode/3 in...

6.9CVSS5.6AI score0.00322EPSS
SaveExploits1References4
CVE
CVE
added 2026/08/01 6:46 p.m.66 views

CVE-2026-54894

Summary: CVE-2026-54894 describes an atom-table exhaustion denial of service in the Elixir Guardian library (Guardian.Plug.Keys) caused by unbounded calls to String.to_atom/1 when deriving keys from attacker-controlled input. What is affected: ueberauth guardian versions 0.1.0 through 2.4.0. The ...

7.5CVSS5.7AI score0.00322EPSS
SaveExploits1References4Affected Software1
Cvelist
Cvelist
added 2026/08/01 6:46 p.m.47 views

CVE-2026-54894 Atom-table exhaustion denial of service in Guardian via unbounded atom creation from binary keys

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.toatom/1. basekey/1 in...

6.9CVSS0.00322EPSS
SaveExploits1References4
OSV
OSV
added 2026/08/01 6:46 p.m.13 views

CVE-2026-54894 Atom-table exhaustion denial of service in Guardian via unbounded atom creation from binary keys

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.toatom/1. basekey/1 in...

6.9CVSS5.7AI score0.00322EPSS
SaveExploits1References9
EUVD
EUVD
added 2026/07/10 12:03 a.m.37 views

EUVD-2026-34013

Tesla vulnerable to atom exhaustion via untrusted URL scheme...

8.2CVSS5.9AI score0.00347EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/07/10 12:03 a.m.49 views

Tesla vulnerable to atom exhaustion via untrusted URL scheme

Summary In the Mint adapter for the Tesla HTTP client library, Tesla.Adapter.Mint.openconn/2 passes the URL scheme of every outgoing request through String.toatom/1 with no allow-list validation. Because BEAM atoms are permanent never garbage-collected and the atom table is bounded at roughly...

8.2CVSS6AI score0.00347EPSS
SaveExploits0References6Affected Software1
NVD
NVD
added 2026/06/29 8:17 p.m.18 views

CVE-2026-53426

Allocation of Resources Without Limits or Throttling vulnerability in leandrocp MDEx allows Excessive Allocation. MDEx.parsedocument/2 accepts a :json, json source. In lib/mdex.ex, the private jsontonode/1 function passes the attacker-controlled nodetype value to Module.concat/1, which calls...

8.2CVSS0.0018EPSS
SaveExploits0References4
Rows per page
Query Builder