<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>CVE Daily – Elixir (High+Critical)</title>
  <link>https://cvedaily.com/pages/tags/elixir.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/elixir-severe.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – Elixir (High+Critical)</description>
  <language>en</language>
  <lastBuildDate>Wed, 03 Jun 2026 21:26:32 +0000</lastBuildDate>
  <item>
    <title>[High] CVE-2026-48597 – Allocation of Resources Without Limits or Throttling vulnerability in elixir-tes...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-48597</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-48597</guid>
    <pubDate>Tue, 02 Jun 2026 20:16:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-48597</strong></p>
  <p>Allocation of Resources Without Limits or Throttling vulnerability in elixir-tesla tesla allows denial of service via atom table exhaustion in Tesla.Adapter.Mint.  Tesla.Adapter.Mint.open_conn/2 converts the URL scheme of every outgoing request to a BEAM atom via String.to_atom(uri.scheme) with no allow-list validation. BEAM atoms are never garbage-collected and the atom table is bounded (approxi…</p>
  <p><strong>CVSS:</strong> 8.2 · <strong>CWE:</strong> CWE-770</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-48597">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-48595 – Improper Handling of Case Sensitivity vulnerability in elixir-tesla tesla allows...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-48595</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-48595</guid>
    <pubDate>Tue, 02 Jun 2026 20:16:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-48595</strong></p>
  <p>Improper Handling of Case Sensitivity vulnerability in elixir-tesla tesla allows credential leakage to a third-party origin on cross-origin redirects.  Tesla.Middleware.FollowRedirects strips security-sensitive headers on cross-origin redirects using a case-sensitive string comparison against a lowercase filter list (@filter_headers ["authorization", "host"]). HTTP header names are case-insensiti…</p>
  <p><strong>CVSS:</strong> 8.2 · <strong>CWE:</strong> CWE-178</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-48595">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-48594 – Improper Handling of Highly Compressed Data (Data Amplification) vulnerability i...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-48594</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-48594</guid>
    <pubDate>Tue, 02 Jun 2026 20:16:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-48594</strong></p>
  <p>Improper Handling of Highly Compressed Data (Data Amplification) vulnerability in elixir-tesla tesla allows a denial of service via decompression bomb in HTTP response bodies.  When Tesla.Middleware.DecompressResponse or Tesla.Middleware.Compression is included in a Tesla middleware pipeline, HTTP response bodies are decompressed eagerly with no size limit. The decompress_body/2 function in lib/t…</p>
  <p><strong>CVSS:</strong> 8.2 · <strong>CWE:</strong> CWE-409</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-48594">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-49754 – Allocation of Resources Without Limits or Throttling vulnerability in elixir-min...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-49754</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-49754</guid>
    <pubDate>Tue, 02 Jun 2026 16:16:44 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-49754</strong></p>
  <p>Allocation of Resources Without Limits or Throttling vulnerability in elixir-mint Mint allows attacker-controlled HTTP/2 servers to exhaust memory in a Mint client (HTTP/2 CONTINUATION flood).  When Mint's HTTP/2 receive path observes a HEADERS frame without the END_HEADERS flag, the unparsed header-block fragment is parked in conn.headers_being_processed, and every subsequent CONTINUATION frame…</p>
  <p><strong>CVSS:</strong> 8.2 · <strong>CWE:</strong> CWE-770</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-49754">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-48862 – Allocation of Resources Without Limits or Throttling vulnerability in elixir-min...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-48862</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-48862</guid>
    <pubDate>Tue, 02 Jun 2026 16:16:44 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-48862</strong></p>
  <p>Allocation of Resources Without Limits or Throttling vulnerability in elixir-mint Mint allows attacker-controlled HTTP/2 servers to exhaust memory in a Mint client via PUSH_PROMISE flooding.  In lib/mint/http2.ex, Mint.HTTP2.decode_push_promise_headers_and_add_response/5 inserts a :reserved_remote entry into conn.streams for every promised stream ID. The neighbouring Mint.HTTP2.assert_valid_promi…</p>
  <p><strong>CVSS:</strong> 8.2 · <strong>CWE:</strong> CWE-770</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-48862">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-47074 – Improper Certificate Validation vulnerability in ex-aws ex_aws_sns (ExAws.SNS, E...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-47074</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-47074</guid>
    <pubDate>Thu, 28 May 2026 10:16:39 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-47074</strong></p>
  <p>Improper Certificate Validation vulnerability in ex-aws ex_aws_sns (ExAws.SNS, ExAws.SNS.PublicKeyCache modules) allows Signature Spoofing by Improper Validation.  This vulnerability is associated with program files lib/ex_aws/sns.ex, lib/ex_aws/sns/public_key_cache.ex and program routines 'Elixir.ExAws.SNS':verify_message/1, 'Elixir.ExAws.SNS.PublicKeyCache':get/1.  'Elixir.ExAws.SNS':verify_mes…</p>
  <p><strong>CVSS:</strong> 8.7 · <strong>CWE:</strong> CWE-295</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-47074">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-8469 – Allocation of Resources Without Limits or Throttling vulnerability in phenixdigi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-8469</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-8469</guid>
    <pubDate>Wed, 20 May 2026 14:17:04 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-8469</strong></p>
  <p>Allocation of Resources Without Limits or Throttling vulnerability in phenixdigital phoenix_storybook allows unauthenticated denial-of-service via BEAM atom table exhaustion.  Multiple LiveView event handlers convert user-supplied event parameter strings to atoms using String.to_atom/1 without validation: 'Elixir.PhoenixStorybook.ExtraAssignsHelpers':handle_set_variation_assign/3 interns every ke…</p>
  <p><strong>CVSS:</strong> 8.2 · <strong>CWE:</strong> CWE-770</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-8469">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-8467 – Code Injection vulnerability in phenixdigital phoenix_storybook allows unauthent...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-8467</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-8467</guid>
    <pubDate>Wed, 20 May 2026 14:17:04 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-8467</strong></p>
  <p>Code Injection vulnerability in phenixdigital phoenix_storybook allows unauthenticated remote code execution via unsanitized attribute value interpolation in HEEx template generation.  The psb-assign WebSocket event handler in 'Elixir.PhoenixStorybook.Story.PlaygroundPreviewLive':handle_event/3 accepts arbitrary attribute names and values from unauthenticated clients. These values are passed to '…</p>
  <p><strong>CVSS:</strong> 9.5 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-8467">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-44700 – Elixir WebRTC is an Elixir implementation of the W3C WebRTC API. Prior to 0.15.1...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-44700</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-44700</guid>
    <pubDate>Thu, 14 May 2026 21:16:47 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-44700</strong></p>
  <p>Elixir WebRTC is an Elixir implementation of the W3C WebRTC API. Prior to 0.15.1 and 0.16.1, missing DTLS peer certificate fingerprint validation in the DTLS client (active) role removes one side of WebRTC's mutual authentication. The bug is not independently exploitable for media interception in standard deployments, but enables a full man-in-the-middle attack when chained with insecure signalli…</p>
  <p><strong>CVSS:</strong> 8.7 · <strong>CWE:</strong> CWE-295</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-44700">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-8468 – Allocation of Resources Without Limits or Throttling vulnerability in plug_proje...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-8468</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-8468</guid>
    <pubDate>Thu, 14 May 2026 11:16:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-8468</strong></p>
  <p>Allocation of Resources Without Limits or Throttling vulnerability in plug_project plug allows denial of service via unbounded buffer accumulation in multipart header parsing.  'Elixir.Plug.Conn':read_part_headers/2 in lib/plug/conn.ex does not obey its :length parameter. There is no upper bound on the size of the accumulated buffer. By contrast, the sibling function read_part_body has an explici…</p>
  <p><strong>CVSS:</strong> 8.2 · <strong>CWE:</strong> CWE-770</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-8468">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-39806 – Loop with Unreachable Exit Condition ('Infinite Loop') vulnerability in mtrudel ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-39806</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-39806</guid>
    <pubDate>Wed, 13 May 2026 14:17:35 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-39806</strong></p>
  <p>Loop with Unreachable Exit Condition ('Infinite Loop') vulnerability in mtrudel bandit allows unauthenticated remote denial of service via worker process exhaustion.  'Elixir.Bandit.HTTP1.Socket':do_read_chunked_data!/5 in lib/bandit/http1/socket.ex terminates only when the last-chunk line 0\r\n is followed immediately by the empty trailer line \r\n. RFC 9112 §7.1.2 permits zero or more trailer f…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-835</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-39806">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-39803 – Allocation of Resources Without Limits or Throttling vulnerability in mtrudel ba...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-39803</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-39803</guid>
    <pubDate>Wed, 13 May 2026 14:17:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-39803</strong></p>
  <p>Allocation of Resources Without Limits or Throttling vulnerability in mtrudel bandit allows unauthenticated remote denial of service via memory exhaustion.  The chunked clause of 'Elixir.Bandit.HTTP1.Socket':read_data/2 in lib/bandit/http1/socket.ex ignores the caller-supplied :length option when reading HTTP/1 chunked request bodies. Instead of capping the accumulated body at the configured limi…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-770</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-39803">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-32687 – Improper Neutralization of Special Elements used in an SQL Command ('SQL Injecti...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-32687</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-32687</guid>
    <pubDate>Tue, 12 May 2026 15:16:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-32687</strong></p>
  <p>Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in elixir-ecto postgrex ('Elixir.Postgrex.Notifications' module) allows SQL Injection.  The channel argument passed to 'Elixir.Postgrex.Notifications':listen/3 and 'Elixir.Postgrex.Notifications':unlisten/3 is interpolated directly into LISTEN "..." / UNLISTEN "..." SQL statements without escaping t…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-32687">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-43967 – Inefficient Algorithmic Complexity vulnerability in absinthe-graphql absinthe al...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43967</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43967</guid>
    <pubDate>Fri, 08 May 2026 16:16:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-43967</strong></p>
  <p>Inefficient Algorithmic Complexity vulnerability in absinthe-graphql absinthe allows unauthenticated denial of service via quadratic fragment-name uniqueness validation.  'Elixir.Absinthe.Phase.Document.Validation.UniqueFragmentNames':run/2 iterates over all fragments and for each one calls duplicate?/2, which evaluates Enum.count(fragments, &(&1.name == name)) — a full linear scan of the fragmen…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-407</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43967">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-32689 – Allocation of Resources Without Limits or Throttling vulnerability in phoenixfra...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-32689</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-32689</guid>
    <pubDate>Tue, 05 May 2026 16:16:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-32689</strong></p>
  <p>Allocation of Resources Without Limits or Throttling vulnerability in phoenixframework phoenix allows a denial of service via the long-poll transport's NDJSON body handling.  In 'Elixir.Phoenix.Transports.LongPoll':publish/4, when a POST request is received with Content-Type: application/x-ndjson, the request body is split on newline characters using String.split/2 with no limit on the number of…</p>
  <p><strong>CVSS:</strong> 8.7 · <strong>CWE:</strong> CWE-770</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-32689">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-42786 – Allocation of Resources Without Limits or Throttling vulnerability in mtrudel ba...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42786</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42786</guid>
    <pubDate>Fri, 01 May 2026 21:16:17 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-42786</strong></p>
  <p>Allocation of Resources Without Limits or Throttling vulnerability in mtrudel bandit allows unauthenticated remote denial of service via memory exhaustion.  The fragment reassembly path in 'Elixir.Bandit.WebSocket.Connection':handle_frame/3 in lib/bandit/websocket/connection.ex appends every incoming Continuation{fin: false} frame's payload to a per-connection iolist with no cumulative size cap.…</p>
  <p><strong>CVSS:</strong> 8.7 · <strong>CWE:</strong> CWE-770</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42786">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-39804 – Allocation of Resources Without Limits or Throttling vulnerability in mtrudel ba...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-39804</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-39804</guid>
    <pubDate>Fri, 01 May 2026 21:16:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-39804</strong></p>
  <p>Allocation of Resources Without Limits or Throttling vulnerability in mtrudel bandit allows unauthenticated remote denial of service via memory exhaustion when WebSocket permessage-deflate compression is enabled.  'Elixir.Bandit.WebSocket.PerMessageDeflate':inflate/2 in lib/bandit/websocket/permessage_deflate.ex calls :zlib.inflate/2 with no output-size cap, then materializes the entire decompres…</p>
  <p><strong>CVSS:</strong> 8.2 · <strong>CWE:</strong> CWE-770</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-39804">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-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>[High] CVE-2026-33872 – elixir-nodejs provides an Elixir API for calling Node.js functions. A vulnerabil...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33872</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33872</guid>
    <pubDate>Fri, 27 Mar 2026 20:16:34 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-33872</strong></p>
  <p>elixir-nodejs provides an Elixir API for calling Node.js functions. A vulnerability in versions prior to 3.1.4 results in Cross-User Data Leakage or Information Disclosure due to a race condition in the worker protocol. The lack of request-response correlation creates a "stale response" vulnerability. Because the worker does not verify which request a response belongs to, it may return the next a…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-362</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33872">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-21622 – Insufficient Session Expiration vulnerability in hexpm hexpm/hexpm ('Elixir.Hexp...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-21622</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-21622</guid>
    <pubDate>Thu, 05 Mar 2026 22:16:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-21622</strong></p>
  <p>Insufficient Session Expiration vulnerability in hexpm hexpm/hexpm ('Elixir.Hexpm.Accounts.PasswordReset' module) allows Account Takeover.  Password reset tokens generated via the "Reset your password" flow do not expire. When a user requests a password reset, Hex sends an email containing a reset link with a token. This token remains valid indefinitely until used. There is no time-based expirati…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-613</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-21622">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-23939 – Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') v...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23939</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23939</guid>
    <pubDate>Thu, 26 Feb 2026 20:31:35 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-23939</strong></p>
  <p>Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability in hexpm hexpm/hexpm ('Elixir.Hexpm.Store.Local' module) allows Relative Path Traversal. This vulnerability is associated with program files lib/hexpm/store/local.ex and program routines 'Elixir.Hexpm.Store.Local':get/3, 'Elixir.Hexpm.Store.Local':put/4, 'Elixir.Hexpm.Store.Local':delete/2, 'Elixir.Hexpm.…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23939">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-48044 – Incorrect Authorization vulnerability in ash-project ash allows Authentication B...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-48044</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-48044</guid>
    <pubDate>Fri, 17 Oct 2025 14:15:46 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-48044</strong></p>
  <p>Incorrect Authorization vulnerability in ash-project ash allows Authentication Bypass. This vulnerability is associated with program files lib/ash/policy/policy.ex and program routines 'Elixir.Ash.Policy.Policy':expression/2.  This issue affects ash: from pkg:hex/ash@3.6.3 before pkg:hex/ash@3.7.1, from 3.6.3 before 3.7.1, from 79749c2685ea031ebb2de8cf60cc5edced6a8dd0 before 8b83efa225f657bfc3656…</p>
  <p><strong>CVSS:</strong> 8.6 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-48044">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-48043 – Incorrect Authorization vulnerability in ash-project ash allows Authentication B...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-48043</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-48043</guid>
    <pubDate>Fri, 10 Oct 2025 16:15:52 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-48043</strong></p>
  <p>Incorrect Authorization vulnerability in ash-project ash allows Authentication Bypass. This vulnerability is associated with program files lib/ash/policy/authorizer/authorizer.ex and program routines 'Elixir.Ash.Policy.Authorizer':strict_filters/2.  This issue affects ash: from pkg:hex/ash@0 before pkg:hex/ash@3.6.2, before 3.6.2, before 66d81300065b970da0d2f4528354835d2418c7ae.</p>
  <p><strong>CVSS:</strong> 8.6 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-48043">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-48042 – Incorrect Authorization vulnerability in ash-project ash allows Exploiting Incor...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-48042</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-48042</guid>
    <pubDate>Sun, 07 Sep 2025 16:15:51 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-48042</strong></p>
  <p>Incorrect Authorization vulnerability in ash-project ash allows Exploiting Incorrectly Configured Access Control Security Levels. This vulnerability is associated with program files lib/ash/actions/create/bulk.ex, lib/ash/actions/destroy/bulk.ex, lib/ash/actions/update/bulk.ex and program routines 'Elixir.Ash.Actions.Create.Bulk':run/5, 'Elixir.Ash.Actions.Destroy.Bulk':run/6, 'Elixir.Ash.Actions…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-48042">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-52574 – SysmonElixir is a system monitor HTTP service in Elixir. Prior to version 1.0.1,...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-52574</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-52574</guid>
    <pubDate>Tue, 24 Jun 2025 03:15:34 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-52574</strong></p>
  <p>SysmonElixir is a system monitor HTTP service in Elixir. Prior to version 1.0.1, the /read endpoint reads any file from the server's /etc/passwd by default. In v1.0.1, a whitelist was added that limits reading to only files under priv/data. This issue has been patched in version 1.0.1.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-52574">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-53059 – In the Linux kernel, the following vulnerability has been resolved:

platform/ch...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-53059</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-53059</guid>
    <pubDate>Fri, 02 May 2025 16:15:24 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-53059</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  platform/chrome: cros_ec_chardev: fix kernel data leak from ioctl  It is possible to peep kernel page's data by providing larger `insize` in struct cros_ec_command[1] when invoking EC host commands.  Fix it by using zeroed memory.  [1]: https://elixir.bootlin.com/linux/v6.2/source/include/linux/platform_data/cros_ec_proto.h#L74</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-53059">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-1155 – Incorrect permissions in the installation directories for shared SystemLink Elix...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-1155</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-1155</guid>
    <pubDate>Tue, 20 Feb 2024 15:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-1155</strong></p>
  <p>Incorrect permissions in the installation directories for shared SystemLink Elixir based services may allow an authenticated user to potentially enable escalation of privilege via local access.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-276</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-1155">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2024-25718 – In the Samly package before 1.4.0 for Elixir, Samly.State.Store.get_assertion/3 ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-25718</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-25718</guid>
    <pubDate>Sun, 11 Feb 2024 05:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2024-25718</strong></p>
  <p>In the Samly package before 1.4.0 for Elixir, Samly.State.Store.get_assertion/3 can return an expired session, which interferes with access control because Samly.AuthHandler uses a cached session and does not replace it, even after expiry.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-613</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-25718">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2021-43568 – The verify function in the Stark Bank Elixir ECDSA library (ecdsa-elixir) 1.0.0 ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-43568</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-43568</guid>
    <pubDate>Tue, 09 Nov 2021 22:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2021-43568</strong></p>
  <p>The verify function in the Stark Bank Elixir ECDSA library (ecdsa-elixir) 1.0.0 fails to check that the signature is non-zero, which allows attackers to forge signatures on arbitrary messages.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-347</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-43568">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2020-29575 – The official elixir Docker images before 1.8.0-alpine (Alpine specific) contain ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-29575</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-29575</guid>
    <pubDate>Tue, 08 Dec 2020 16:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2020-29575</strong></p>
  <p>The official elixir Docker images before 1.8.0-alpine (Alpine specific) contain a blank password for a root user. Systems using the elixir Linux Docker container deployed by affected versions of the Docker image may allow a remote attacker to achieve root access with a blank password.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-29575">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2020-26222 – Dependabot is a set of packages for automated dependency management for Ruby, Ja...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-26222</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-26222</guid>
    <pubDate>Fri, 13 Nov 2020 16:15:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2020-26222</strong></p>
  <p>Dependabot is a set of packages for automated dependency management for Ruby, JavaScript, Python, PHP, Elixir, Rust, Java, .NET, Elm and Go. In Dependabot-Core from version 0.119.0.beta1 before version 0.125.1, there is a remote code execution vulnerability in dependabot-common and dependabot-go_modules when a source branch name contains malicious injectable bash code. For example, if Dependabot…</p>
  <p><strong>CVSS:</strong> 8.7 · <strong>CWE:</strong> CWE-74</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-26222">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2020-15150 – There is a vulnerability in Paginator (Elixir/Hex package) which makes it suscep...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-15150</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-15150</guid>
    <pubDate>Tue, 01 Sep 2020 17:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2020-15150</strong></p>
  <p>There is a vulnerability in Paginator (Elixir/Hex package) which makes it susceptible to Remote Code Execution (RCE) attacks via input parameters to the paginate() function. This will potentially affect all current users of Paginator prior to version 1.0.0. The vulnerability has been patched in version 1.0.0 and all users should upgrade to this version immediately. Note that this patched version…</p>
  <p><strong>CVSS:</strong> 9.0 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-15150">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>[Critical] CVE-2017-1000212 – Elixir's vim plugin, alchemist.vim is vulnerable to remote code execution in the...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-1000212</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-1000212</guid>
    <pubDate>Fri, 17 Nov 2017 15:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2017-1000212</strong></p>
  <p>Elixir's vim plugin, alchemist.vim is vulnerable to remote code execution in the bundled alchemist-server. A malicious website can execute requests against an ephemeral port on localhost that are then evaluated as elixir code.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-1000212">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2017-1000053 – Elixir Plug before v1.0.4, v1.1.7, v1.2.3 and v1.3.2 is vulnerable to arbitrary ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-1000053</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-1000053</guid>
    <pubDate>Mon, 17 Jul 2017 13:18:17 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2017-1000053</strong></p>
  <p>Elixir Plug before v1.0.4, v1.1.7, v1.2.3 and v1.3.2 is vulnerable to arbitrary code execution in the deserialization functions of Plug.Session.</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-502</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-1000053">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2017-1000052 – Elixir Plug before v1.0.4, v1.1.7, v1.2.3 and v1.3.2 is vulnerable to null byte ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-1000052</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-1000052</guid>
    <pubDate>Mon, 17 Jul 2017 13:18:17 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2017-1000052</strong></p>
  <p>Elixir Plug before v1.0.4, v1.1.7, v1.2.3 and v1.3.2 is vulnerable to null byte injection in the Plug.Static component, which may allow users to bypass filetype restrictions.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-74</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-1000052">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
