<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>CVE Daily – Erlang (High+Critical)</title>
  <link>https://cvedaily.com/pages/tags/erlang.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/erlang-severe.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – Erlang (High+Critical)</description>
  <language>en</language>
  <lastBuildDate>Wed, 03 Jun 2026 21:26:42 +0000</lastBuildDate>
  <item>
    <title>[High] CVE-2026-42790 – Improper Certificate Validation vulnerability in Erlang OTP public_key (pubkey_c...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42790</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42790</guid>
    <pubDate>Wed, 27 May 2026 17:16:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-42790</strong></p>
  <p>Improper Certificate Validation vulnerability in Erlang OTP public_key (pubkey_cert and public_key modules) allows a DNS nameConstraints bypass via subject CommonName fallback in TLS hostname verification.  Two flaws combine to allow a subordinate CA whose DNS nameConstraints are restricted (e.g. permitted;DNS:allowed.example.com) to issue a leaf certificate that an OTP TLS client accepts as a va…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-295</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42790">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-42789 – Improper Following of a Certificate's Chain of Trust vulnerability in Erlang OTP...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42789</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42789</guid>
    <pubDate>Wed, 27 May 2026 14:16:53 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-42789</strong></p>
  <p>Improper Following of a Certificate's Chain of Trust vulnerability in Erlang OTP public_key (pubkey_cert module) allows a non-CA certificate to be accepted as an intermediate issuer, enabling certificate chain forgery.  In lib/public_key/src/pubkey_cert.erl, pubkey_cert:validate_extensions/7 contains two flaws that together allow a certificate with basicConstraints cA:false and no keyUsage extens…</p>
  <p><strong>CVSS:</strong> 7.0 · <strong>CWE:</strong> CWE-295</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42789">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-42793 – Allocation of Resources Without Limits or Throttling vulnerability in absinthe-g...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42793</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42793</guid>
    <pubDate>Fri, 08 May 2026 16:16:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-42793</strong></p>
  <p>Allocation of Resources Without Limits or Throttling vulnerability in absinthe-graphql absinthe allows unauthenticated denial of service via atom table exhaustion when parsing attacker-controlled GraphQL SDL.  Multiple Blueprint.Draft.convert/2 implementations in Absinthe's SDL language modules call String.to_atom/1 on attacker-controlled names from parsed GraphQL SDL documents, including directi…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-770</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42793">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-32688 – Allocation of Resources Without Limits or Throttling vulnerability in elixir-plu...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-32688</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-32688</guid>
    <pubDate>Mon, 27 Apr 2026 14:16:47 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-32688</strong></p>
  <p>Allocation of Resources Without Limits or Throttling vulnerability in elixir-plug plug_cowboy allows unauthenticated remote denial of service via atom table exhaustion.  Plug.Cowboy.Conn.conn/1 in lib/plug/cowboy/conn.ex calls String.to_atom/1 on the value returned by :cowboy_req.scheme/1. For HTTP/2 connections, cowlib passes the client-supplied :scheme pseudo-header value through verbatim witho…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-770</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-32688">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-32144 – Improper Certificate Validation vulnerability in Erlang OTP public_key (pubkey_o...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-32144</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-32144</guid>
    <pubDate>Tue, 07 Apr 2026 13:16:46 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-32144</strong></p>
  <p>Improper Certificate Validation vulnerability in Erlang OTP public_key (pubkey_ocsp module) allows OCSP designated-responder authorization bypass via missing signature verification.  The OCSP response validation in public_key:pkix_ocsp_validate/5 does not verify that a CA-designated responder certificate was cryptographically signed by the issuing CA. Instead, it only checks that the responder ce…</p>
  <p><strong>CVSS:</strong> 7.4 · <strong>CWE:</strong> CWE-295</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-32144">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-28808 – Incorrect Authorization vulnerability in Erlang OTP (inets modules) allows unaut...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-28808</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-28808</guid>
    <pubDate>Tue, 07 Apr 2026 13:16:46 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-28808</strong></p>
  <p>Incorrect Authorization vulnerability in Erlang OTP (inets modules) allows unauthenticated access to CGI scripts protected by directory rules when served via script_alias.  When script_alias maps a URL prefix to a directory outside DocumentRoot, mod_auth evaluates directory-based access controls against the DocumentRoot-relative path while mod_cgi executes the script at the ScriptAlias-resolved p…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-28808">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-34593 – Ash Framework is a declarative, extensible framework for building Elixir applica...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-34593</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-34593</guid>
    <pubDate>Thu, 02 Apr 2026 18:16:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-34593</strong></p>
  <p>Ash Framework is a declarative, extensible framework for building Elixir applications. Prior to version 3.22.0, Ash.Type.Module.cast_input/2 unconditionally creates a new Erlang atom via Module.concat([value]) 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 tab…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34593">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-23941 – Inconsistent Interpretation of HTTP Requests ('HTTP Request Smuggling') vulnerab...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23941</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23941</guid>
    <pubDate>Fri, 13 Mar 2026 19:54:15 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-23941</strong></p>
  <p>Inconsistent Interpretation of HTTP Requests ('HTTP Request Smuggling') vulnerability in Erlang OTP (inets httpd module) allows HTTP Request Smuggling.  This vulnerability is associated with program files lib/inets/src/http_server/httpd_request.erl and program routines httpd_request:parse_headers/7.  The server does not reject or normalize duplicate Content-Length headers. The earliest Content-Le…</p>
  <p><strong>CVSS:</strong> 9.4 · <strong>CWE:</strong> CWE-444</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23941">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-21619 – Uncontrolled Resource Consumption, Deserialization of Untrusted Data vulnerabili...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-21619</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-21619</guid>
    <pubDate>Fri, 27 Feb 2026 18:16:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-21619</strong></p>
  <p>Uncontrolled Resource Consumption, Deserialization of Untrusted Data vulnerability in hexpm hex_core (hex_api modules), hexpm hex (mix_hex_api modules), erlang rebar3 (r3_hex_api modules) allows Object Injection, Excessive Allocation. This vulnerability is associated with program files src/hex_api.erl, src/mix_hex_api.erl, apps/rebar/src/vendored/r3_hex_api.erl and program routines hex_core:reque…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-21619">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-48041 – Allocation of Resources Without Limits or Throttling vulnerability in Erlang OTP...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-48041</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-48041</guid>
    <pubDate>Thu, 11 Sep 2025 09:15:34 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-48041</strong></p>
  <p>Allocation of Resources Without Limits or Throttling vulnerability in Erlang OTP ssh (ssh_sftp modules) allows Excessive Allocation, Flooding. This vulnerability is associated with program files lib/ssh/src/ssh_sftpd.erl.  This issue affects OTP form OTP 17.0 until OTP 28.0.3, OTP 27.3.4.3 and 26.2.5.15 corresponding to ssh from 3.0.1 until 5.3.3, 5.2.11.3 and 5.1.4.12.</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-48041">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-32433 – Erlang/OTP is a set of libraries for the Erlang programming language. Prior to v...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-32433</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-32433</guid>
    <pubDate>Wed, 16 Apr 2025 22:15:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-32433</strong></p>
  <p>Erlang/OTP is a set of libraries for the Erlang programming language. Prior to versions OTP-27.3.3, OTP-26.2.5.11, and OTP-25.3.2.20, a SSH server may allow an attacker to perform unauthenticated remote code execution (RCE). By exploiting a flaw in SSH protocol message handling, a malicious actor could gain unauthorized access to affected systems and execute arbitrary commands without valid crede…</p>
  <p><strong>CVSS:</strong> 10.0 · <strong>CWE:</strong> CWE-306</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-32433">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-30211 – Erlang/OTP is a set of libraries for the Erlang programming language. Prior to v...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-30211</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-30211</guid>
    <pubDate>Fri, 28 Mar 2025 15:15:50 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-30211</strong></p>
  <p>Erlang/OTP is a set of libraries for the Erlang programming language. Prior to versions OTP-27.3.1, 26.2.5.10, and 25.3.2.19, a maliciously formed KEX init message can result with high memory usage. Implementation does not verify RFC specified limits on algorithm names (64 characters) provided in KEX init message. Big KEX init packet may lead to inefficient processing of the error data. As a resu…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-789</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-30211">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-26618 – Erlang is a programming language and runtime system for building massively scala...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-26618</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-26618</guid>
    <pubDate>Thu, 20 Feb 2025 19:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-26618</strong></p>
  <p>Erlang is a programming language and runtime system for building massively scalable soft real-time systems with requirements on high availability. OTP is a set of Erlang libraries, which consists of the Erlang runtime system, a number of ready-to-use components mainly written in Erlang. Packet size is not verified properly for SFTP packets. As a result when multiple SSH packets (conforming to max…</p>
  <p><strong>CVSS:</strong> 7.0 · <strong>CWE:</strong> CWE-789</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-26618">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-45312 – In the mtproto_proxy (aka MTProto proxy) component through 0.7.2 for Erlang, a l...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-45312</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-45312</guid>
    <pubDate>Tue, 10 Oct 2023 21:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-45312</strong></p>
  <p>In the mtproto_proxy (aka MTProto proxy) component through 0.7.2 for Erlang, a low-privileged remote attacker can access an improperly secured default installation without authenticating and achieve remote command execution ability.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-1188</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-45312">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2022-37026 – In Erlang/OTP before 23.3.4.15, 24.x before 24.3.4.2, and 25.x before 25.0.2, th...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-37026</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-37026</guid>
    <pubDate>Wed, 21 Sep 2022 14:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2022-37026</strong></p>
  <p>In Erlang/OTP before 23.3.4.15, 24.x before 24.3.4.2, and 25.x before 25.0.2, there is a Client Authentication Bypass in certain client-certification situations for SSL, TLS, and DTLS.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-37026">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-29221 – A local privilege escalation vulnerability was discovered in Erlang/OTP prior to...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-29221</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-29221</guid>
    <pubDate>Fri, 09 Apr 2021 14:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-29221</strong></p>
  <p>A local privilege escalation vulnerability was discovered in Erlang/OTP prior to version 23.2.3. By adding files to an existing installation's directory, a local attacker could hijack accounts of other users running Erlang programs or possibly coerce a service running with "erlsrv.exe" to execute arbitrary code as Local System. This can occur only under specific conditions on Windows with unsafe…</p>
  <p><strong>CVSS:</strong> 7.0 · <strong>CWE:</strong> CWE-426</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-29221">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2020-35733 – An issue was discovered in Erlang/OTP before 23.2.2. The ssl application 10.2 ac...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-35733</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-35733</guid>
    <pubDate>Fri, 15 Jan 2021 14:15:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2020-35733</strong></p>
  <p>An issue was discovered in Erlang/OTP before 23.2.2. The ssl application 10.2 accepts and trusts an invalid X.509 certificate chain to a trusted root Certification Authority.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-295</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-35733">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2020-24719 – Exposed Erlang Cookie could lead to Remote Command Execution (RCE) attack. Commu...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-24719</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-24719</guid>
    <pubDate>Thu, 12 Nov 2020 21:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2020-24719</strong></p>
  <p>Exposed Erlang Cookie could lead to Remote Command Execution (RCE) attack. Communication between Erlang nodes is done by exchanging a shared secret (aka "magic cookie"). There are cases where the magic cookie is included in the content of the logs. An attacker can use the cookie to attach to an Erlang node and run OS level commands on the system running the Erlang node. Affects version: 6.5.1. Fi…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-78</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-24719">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2020-25623 – Erlang/OTP 22.3.x before 22.3.4.6 and 23.x before 23.1 allows Directory Traversa...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-25623</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-25623</guid>
    <pubDate>Fri, 02 Oct 2020 12:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2020-25623</strong></p>
  <p>Erlang/OTP 22.3.x before 22.3.4.6 and 23.x before 23.1 allows Directory Traversal. An attacker can send a crafted HTTP request to read arbitrary files, if httpd in the inets application is used.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-25623">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2019-11287 – Pivotal RabbitMQ, versions 3.7.x prior to 3.7.21 and 3.8.x prior to 3.8.1, and R...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-11287</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-11287</guid>
    <pubDate>Sat, 23 Nov 2019 00:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2019-11287</strong></p>
  <p>Pivotal RabbitMQ, versions 3.7.x prior to 3.7.21 and 3.8.x prior to 3.8.1, and RabbitMQ for Pivotal Platform, 1.16.x versions prior to 1.16.7 and 1.17.x versions prior to 1.17.4, contain a web management plugin that is vulnerable to a denial of service attack. The "X-Reason" HTTP Header can be leveraged to insert a malicious Erlang format string that will expand and consume the heap, resulting in…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-11287">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2019-11495 – In Couchbase Server 5.1.1, the cookie used for intra-node communication was not ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-11495</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-11495</guid>
    <pubDate>Tue, 10 Sep 2019 18:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2019-11495</strong></p>
  <p>In Couchbase Server 5.1.1, the cookie used for intra-node communication was not generated securely. Couchbase Server uses erlang:now() to seed the PRNG which results in a small search space for potential random seeds that could then be used to brute force the cookie and execute code against a remote system. This has been fixed in version 6.0.0.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-335</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-11495">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2019-15160 – The SweetXml (aka sweet_xml) package through 0.6.6 for Erlang and Elixir allows ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-15160</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-15160</guid>
    <pubDate>Mon, 19 Aug 2019 06:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2019-15160</strong></p>
  <p>The SweetXml (aka sweet_xml) package through 0.6.6 for Erlang and Elixir allows attackers to cause a denial of service (resource consumption) via an XML entity expansion attack with an inline DTD.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-776</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-15160">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2019-1000014 – Erlang/OTP Rebar3 version 3.7.0 through 3.7.5 contains a Signing oracle vulnerab...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-1000014</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-1000014</guid>
    <pubDate>Mon, 04 Feb 2019 21:29:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2019-1000014</strong></p>
  <p>Erlang/OTP Rebar3 version 3.7.0 through 3.7.5 contains a Signing oracle vulnerability in Package registry verification that can result in Package modifications not detected, allowing code execution. This attack appears to be exploitable via Victim fetches packages from malicious/compromised mirror. This vulnerability appears to have been fixed in 3.8.0.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-1000014">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2018-15728 – Couchbase Server exposed the '/diag/eval' endpoint which by default is available...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-15728</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-15728</guid>
    <pubDate>Fri, 24 Aug 2018 19:29:02 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2018-15728</strong></p>
  <p>Couchbase Server exposed the '/diag/eval' endpoint which by default is available on TCP/8091 and/or TCP/18091. Authenticated users that have 'Full Admin' role assigned could send arbitrary Erlang code to the 'diag/eval' endpoint of the API and the code would subsequently be executed in the underlying operating system with privileges of the user which was used to start Couchbase. Affects Version:…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-15728">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2017-12635 – Due to differences in the Erlang-based JSON parser and JavaScript-based JSON par...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-12635</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-12635</guid>
    <pubDate>Tue, 14 Nov 2017 20:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2017-12635</strong></p>
  <p>Due to differences in the Erlang-based JSON parser and JavaScript-based JSON parser, it is possible in Apache CouchDB before 1.7.0 and 2.x before 2.1.1 to submit _users documents with duplicate keys for 'roles' used for access control within the database, including the special case '_admin' role, that denotes administrative users. In combination with CVE-2017-12636 (Remote Code Execution), this c…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-269</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-12635">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2016-10253 – An issue was discovered in Erlang/OTP 18.x. Erlang's generation of compiled regu...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2016-10253</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2016-10253</guid>
    <pubDate>Sat, 18 Mar 2017 20:59:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2016-10253</strong></p>
  <p>An issue was discovered in Erlang/OTP 18.x. Erlang's generation of compiled regular expressions is vulnerable to a heap overflow. Regular expressions using a malformed extpattern can indirectly specify an offset that is used as an array index. This ordinal permits arbitrary regions within the erts_alloc arena to be both read and written to.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-119</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2016-10253">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2014-1693 – Multiple CRLF injection vulnerabilities in the FTP module in Erlang/OTP R15B03 a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2014-1693</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2014-1693</guid>
    <pubDate>Mon, 08 Dec 2014 11:59:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2014-1693</strong></p>
  <p>Multiple CRLF injection vulnerabilities in the FTP module in Erlang/OTP R15B03 allow context-dependent attackers to inject arbitrary FTP commands via CRLF sequences in the (1) user, (2) account, (3) cd, (4) ls, (5) nlist, (6) rename, (7) delete, (8) mkdir, (9) rmdir, (10) recv, (11) recv_bin, (12) recv_chunk_start, (13) send, (14) send_bin, (15) send_chunk_start, (16) append_chunk_start, (17) app…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2014-1693">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2014-2829 – Erlang Solutions MongooseIM through 1.3.1 rev. 2 does not properly restrict the ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2014-2829</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2014-2829</guid>
    <pubDate>Fri, 11 Apr 2014 01:55:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2014-2829</strong></p>
  <p>Erlang Solutions MongooseIM through 1.3.1 rev. 2 does not properly restrict the processing of compressed XML elements, which allows remote attackers to cause a denial of service (resource consumption) via a crafted XMPP stream, aka an "xmppbomb" attack.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-264</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2014-2829">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2011-0766 – The random number generator in the Crypto application before 2.0.2.2, and SSH be...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2011-0766</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2011-0766</guid>
    <pubDate>Tue, 31 May 2011 20:55:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2011-0766</strong></p>
  <p>The random number generator in the Crypto application before 2.0.2.2, and SSH before 2.0.5, as used in the Erlang/OTP ssh library before R14B03, uses predictable seeds based on the current time, which makes it easier for remote attackers to guess DSA host and SSH session keys.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-310</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2011-0766">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2009-0130 – lib/crypto/c_src/crypto_drv.c in erlang does not properly check the return value...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2009-0130</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2009-0130</guid>
    <pubDate>Thu, 15 Jan 2009 17:30:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2009-0130</strong></p>
  <p>lib/crypto/c_src/crypto_drv.c in erlang does not properly check the return value from the OpenSSL DSA_do_verify function, which might allow remote attackers to bypass validation of the certificate chain via a malformed SSL/TLS signature, a similar vulnerability to CVE-2008-5077.  NOTE: a package maintainer disputes this issue, reporting that there is a proper check within the only code that uses…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2009-0130">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
