Lucene search
+L

591 matches found

OSV
OSV
added 2026/08/04 11:58 p.m.5 views

MAL-2026-11995 Malicious code in approval-guardian (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 71875c984aab2d8335b3efdd1b107d7adbd4c3cbd6309278b6804c8162bdca87 The package presents itself as an on-chain approval scanner but on CLI invocation runs a silent credential harvester. src/index.js scan walks the...

5.5AI score
SaveExploits0References5
NVD
NVD
added 2026/08/01 7:16 p.m.11 views

CVE-2026-55733

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

7.5CVSS0.00271EPSS
SaveExploits1References4
NVD
NVD
added 2026/08/01 7:16 p.m.8 views

CVE-2026-55735

Improper Verification of Cryptographic Signature in ueberauth guardian allows an unauthenticated attacker to revoke a victim's session with a forged token. Guardian.revoke/3 in lib/guardian.ex decodes the supplied token with peek/1, which performs no signature verification it only base64-decodes...

8.2CVSS0.00282EPSS
SaveExploits1References4
NVD
NVD
added 2026/08/01 7:16 p.m.9 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.00286EPSS
SaveExploits1References4
NVD
NVD
added 2026/08/01 7:16 p.m.9 views

CVE-2026-54894

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

7.5CVSS0.00271EPSS
SaveExploits1References4
EUVD
EUVD
added 2026/08/01 6:46 p.m.12 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.00286EPSS
SaveExploits1References4
ATTACKERKB
ATTACKERKB
added 2026/08/01 6:46 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...

6.9CVSS5.5AI score0.00286EPSS
SaveExploits1References5Affected Software1
Cvelist
Cvelist
added 2026/08/01 6:46 p.m.42 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.9CVSS0.00286EPSS
SaveExploits1References4
CVE
CVE
added 2026/08/01 6:46 p.m.51 views

CVE-2026-55734

CVE-2026-55734 affects ueberauth Guardian before 2.4.1. The bug is in Guardian.Permissions.encode_permissions!/1 (and related encode_permissions_into_claims!/2/do_encode_permissions!/2) where each key in a supplied map is turned into an atom via String.to_atom(to_string(k)) before validation. If ...

7.5CVSS5.5AI score0.00286EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2026/08/01 6:46 p.m.6 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.00286EPSS
SaveExploits1References9
Cvelist
Cvelist
added 2026/08/01 6:46 p.m.43 views

CVE-2026-55733 Atom-table exhaustion denial of service in Guardian permissions AtomEncoding via unbounded atom creation

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.9CVSS0.00271EPSS
SaveExploits1References4
OSV
OSV
added 2026/08/01 6:46 p.m.6 views

CVE-2026-55733 Atom-table exhaustion denial of service in Guardian permissions AtomEncoding via unbounded atom creation

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.00271EPSS
SaveExploits1References9
CVE
CVE
added 2026/08/01 6:46 p.m.40 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.00271EPSS
SaveExploits1References4Affected Software1
EUVD
EUVD
added 2026/08/01 6:46 p.m.13 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.00271EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2026/08/01 6:46 p.m.38 views

CVE-2026-55735 Guardian.revoke/3 acts on unverified token claims, allowing forged-token session revocation

Improper Verification of Cryptographic Signature in ueberauth guardian allows an unauthenticated attacker to revoke a victim's session with a forged token. Guardian.revoke/3 in lib/guardian.ex decodes the supplied token with peek/1, which performs no signature verification it only base64-decodes...

8.2CVSS0.00282EPSS
SaveExploits1References4
EUVD
EUVD
added 2026/08/01 6:46 p.m.11 views

EUVD-2026-51914

Improper Verification of Cryptographic Signature in ueberauth guardian allows an unauthenticated attacker to revoke a victim's session with a forged token. Guardian.revoke/3 in lib/guardian.ex decodes the supplied token with peek/1, which performs no signature verification it only base64-decodes...

8.2CVSS5.7AI score0.00282EPSS
SaveExploits1References4
EUVD
EUVD
added 2026/08/01 6:46 p.m.12 views

EUVD-2026-51915

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.00271EPSS
SaveExploits1References4
CVE
CVE
added 2026/08/01 6:46 p.m.41 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.00271EPSS
SaveExploits1References4Affected Software1
CVE
CVE
added 2026/08/01 6:46 p.m.58 views

CVE-2026-55735

CVE-2026-55735 affects guardian: from 1.0.0 up to before 2.4.1. The revoke/3 path in Guardian.revoke/3 decodes tokens with peek/1 without signature verification, unlike refresh/2 and exchange/4 which verify. An attacker who knows a victim’s jti/sub can forge a JWT and submit it to an endpoint tha...

8.2CVSS5.7AI score0.00282EPSS
SaveExploits1References4Affected Software1
Cvelist
Cvelist
added 2026/08/01 6:46 p.m.42 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.00271EPSS
SaveExploits1References4
Rows per page
Query Builder