Lucene search
+L

209 matches found

Github Security Blog
Github Security Blog
added 2026/08/18 8:16 p.m.9 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.00126EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2026/08/07 4:42 p.m.52 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
OSV
OSV
added 2026/08/07 4:42 p.m.8 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
Chainguard
Chainguard
added 2026/08/05 8:21 a.m.11 views

CVE-2026-69249 vulnerabilities

Vulnerabilities for packages: openstack-glance-2026.1, apache-beam-python-3.13-sdk, openstack-glance-2025.2, openstack-nova-2025.1, openstack-nova-2025.2, openstack-nova-2026.1, apache-beam-python-3.12-sdk, apache-beam-python-3.11-sdk, openstack-glance-2025.1...

8.7CVSS7.2AI score0.00192EPSS
SaveExploits0
Chainguard
Chainguard
added 2026/08/05 8:21 a.m.12 views

GHSA-JWV3-5HGF-82WW vulnerabilities

Vulnerabilities for packages: openstack-glance-2026.1, apache-beam-python-3.13-sdk, openstack-glance-2025.2, openstack-nova-2025.1, openstack-nova-2025.2, openstack-nova-2026.1, apache-beam-python-3.12-sdk, apache-beam-python-3.11-sdk, openstack-glance-2025.1...

5.2AI score
SaveExploits0
Chainguard
Chainguard
added 2026/08/05 8:21 a.m.14 views

CVE-2026-69248 vulnerabilities

Vulnerabilities for packages: openstack-glance-2026.1, apache-beam-python-3.13-sdk, openstack-glance-2025.2, openstack-nova-2025.1, openstack-nova-2025.2, openstack-nova-2026.1, apache-beam-python-3.12-sdk, apache-beam-python-3.11-sdk, openstack-glance-2025.1...

8.3CVSS5AI score0.00185EPSS
SaveExploits0
Chainguard
Chainguard
added 2026/08/05 8:21 a.m.13 views

GHSA-M2H6-J472-RP4C vulnerabilities

Vulnerabilities for packages: openstack-glance-2026.1, apache-beam-python-3.13-sdk, openstack-glance-2025.2, openstack-nova-2025.1, openstack-nova-2025.2, openstack-nova-2026.1, apache-beam-python-3.12-sdk, apache-beam-python-3.11-sdk, openstack-glance-2025.1...

5.2AI score
SaveExploits0
NVD
NVD
added 2026/08/01 7:16 p.m.13 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.12 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.10 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
CVE
CVE
added 2026/08/01 6:46 p.m.60 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
Cvelist
Cvelist
added 2026/08/01 6:46 p.m.45 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
ATTACKERKB
ATTACKERKB
added 2026/08/01 6:46 p.m.14 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...

6.9CVSS5.6AI score0.00271EPSS
SaveExploits1References5Affected Software1
CVE
CVE
added 2026/08/01 6:46 p.m.51 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.14 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.46 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
OSV
OSV
added 2026/08/01 6:46 p.m.11 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.00271EPSS
SaveExploits1References9
Tenable Nessus
Tenable Nessus
added 2026/07/28 12:00 a.m.5 views

FreeBSD : Erlang/OTP -- binary_to_term crash on crafted BIT_BINARY_EXT input (445dc6b9-89e1-11f1-b35c-4c526214c986)

The version of FreeBSD installed on the remote host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the 445dc6b9-89e1-11f1-b35c-4c526214c986 advisory. https://github.com/erlang/otp/security/advisories/GHSA-54pw-5645-jh86 reports: A specially crafted...

8.2CVSS5.5AI score0.00385EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/27 4:17 p.m.6 views

DEBIAN-CVE-2026-58227

The Erlang/OTP ssl application does not detect cycles when reconstructing an incomplete peer certificate chain during a TLS or DTLS handshake. In sslcertificate:handleincompletechain/5, the received chain is passed to sslcertificate:buildcertificatechain/5, which walks issuer relationships via...

7.5CVSS5.9AI score0.00368EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2026/07/27 3:25 p.m.18 views

CVE-2026-59250

Classic buffer overflow in the Erlang/OTP megaco flex scanner C driver allows a remote unauthenticated attacker to corrupt the driver's memory and potentially achieve remote code execution or a denial-of-service crash by sending a single text-encoded H.248/Megaco message containing an oversized...

8.3CVSS6.8AI score0.0073EPSS
SaveExploits0
Rows per page
Query Builder