Lucene search
+L

15 matches found

EUVD
EUVD
•added 2026/08/30 6:05 p.m.•10 views

EUVD-2026-68281

Deserialization of Untrusted Data vulnerability in ash-project ashcloak allows an attacker who can influence the bytes of an encrypted column to crash the BEAM node, by triggering unbounded atom creation or a decompression bomb during decryption. AshCloak.Calculations.Decrypt decodes the decrypte...

5.9CVSS5.9AI score0.00367EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
•added 2026/07/28 12:00 a.m.•7 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.00662EPSS
SaveExploits0References3
Debian CVE
Debian CVE
•added 2026/07/27 2:39 p.m.•14 views

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

8.7CVSS6AI score0.00673EPSS
SaveExploits0
attackerkb
attackerkb
•added 2026/07/27 2:39 p.m.•10 views

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

8.7CVSS6AI score0.00673EPSS
SaveExploits0References8Affected Software1
Vulnrichment
Vulnrichment
•added 2026/07/27 2:39 p.m.•12 views

CVE-2026-58227 TLS/DTLS denial of service via unbounded recursion on cross-signed peer certificate chain

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

8.7CVSS6AI score0.00673EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
•added 2026/07/09 11:19 p.m.•20 views

mint: Unbounded CONTINUATION/HEADERS frame accumulation (CONTINUATION flood)

Summary Mint's HTTP/2 client accumulates CONTINUATION header-block fragments into a per-connection buffer with no cap on size or frame count. A malicious or compromised HTTP/2 server can drive the client's memory to arbitrary size by streaming an endless chain of CONTINUATION frames after a HEADE...

8.2CVSS6.2AI score0.00524EPSS
SaveExploits0References6Affected Software1
RedhatCVE
RedhatCVE
•added 2026/07/02 1:50 p.m.•18 views

CVE-2026-48853

A flaw was found in the grpc component of elixir-grpc. This vulnerability allows unauthenticated attackers to send specially crafted messages, leading to two critical outcomes. First, it can cause a Denial of Service DoS by crashing the Erlang virtual machine BEAM node. Second, under certain...

9.8CVSS7.5AI score0.00784EPSS
SaveExploits0References7
OSV
OSV
•added 2026/06/29 7:10 p.m.•19 views

EEF-CVE-2026-54888 Uncontrolled recursion over deeply nested Markdown crashes the BEAM in mdex

Summary Uncontrolled Recursion vulnerability in leandrocp mdex allows denial of service via deeply nested Markdown input. mdex converts between an Elixir %MDEx.Document struct and Comrak's internal AST using two mutually recursive Rust functions, ex\document\to\comrak\ast and...

6.9CVSS5.9AI score0.00237EPSS
SaveExploits0References5
EUVD
EUVD
•added 2026/06/26 10:01 p.m.•30 views

EUVD-2026-31691

Hackney vulnerable to atom-table exhaustion via unrecognized URL schemes...

8.7CVSS5.8AI score0.007EPSS
SaveExploits1References5
CNNVD
CNNVD
•added 2026/06/11 12:00 a.m.•22 views

MPEG-4 container plugin for Membrane Framework 安全漏洞

The MPEG-4 container plugin for Membrane Framework is an open-source plugin developed by Membrane Framework for parsing and multiplexing MP4 containers. Versions of the MPEG-4 container plugin for Membrane Framework from 0.3.0 to 0.36.7 contained security vulnerabilities. These vulnerabilities...

5.9CVSS5.3AI score0.0018EPSS
SaveExploits0References1
attackerkb
attackerkb
•added 2026/05/26 7:46 p.m.•14 views

CVE-2026-48593

Uncontrolled Resource Consumption vulnerability in oban-bg obanweb 'Elixir.Oban.Web.CronExpr' modules allows memory exhaustion via unbounded cron range expansion. An attacker with access to schedule cron jobs can submit a malicious cron expression such as "0 0 1-100000000 ". When a user with...

5.9CVSS5.8AI score0.00466EPSS
SaveExploits0References5Affected Software1
OSV
OSV
•added 2026/05/14 1:08 p.m.•14 views

GHSA-QF4G-9FQQ-MMM7 Absinthe: Unbounded atom creation from parsed directive name

Summary When Absinthe parses a GraphQL SDL document, every directive @ definition is converted into a freshly created atom without any allow-list or length cap. Because atoms are never garbage-collected and the BEAM has a hard 1,048,576 atom-table limit, any application that feeds...

8.2CVSS6AI score0.007EPSS
SaveExploits1References6
OSV
OSV
•added 2026/04/02 5:42 p.m.•16 views

CVE-2026-34593 Ash Framework: Ash.Type.Module.cast_input/2 atom exhaustion via unchecked Module.concat allows BEAM VM crash

Ash Framework is a declarative, extensible framework for building Elixir applications. Prior to version 3.22.0, Ash.Type.Module.castinput/2 unconditionally creates a new Erlang atom via Module.concatvalue for any user-supplied binary string that starts with "Elixir.", before verifying whether the...

8.2CVSS5.9AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
•added 2026/04/01 12:14 a.m.•30 views

Ash.Type.Module.cast_input/2 atom exhaustion via unchecked Module.concat allows BEAM VM crash

Summary Ash.Type.Module.castinput/2 unconditionally creates a new Erlang atom via Module.concatvalue for any user-supplied binary string that starts with "Elixir.", before verifying whether the referenced module exists. Because Erlang atoms are never garbage-collected and the BEAM atom table has ...

8.2CVSS6AI score0.00515EPSS
SaveExploits1References5Affected Software1
Positive Technologies
Positive Technologies
•added 2026/04/01 12:00 a.m.•39 views

PT-2026-29495

Summary Ash.Type.Module.cast input/2 unconditionally creates a new Erlang atom via Module.concatvalue for any user-supplied binary string that starts with "Elixir.", before verifying whether the referenced module exists. Because Erlang atoms are never garbage-collected and the BEAM atom table has...

8.2CVSS6AI score0.00515EPSS
SaveExploits1References7
Rows per page
Query Builder