<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>CVE Daily – Elixir</title>
  <link>https://cvedaily.com/pages/tags/elixir.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/elixir.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – Elixir</description>
  <language>en</language>
  <lastBuildDate>Wed, 03 Jun 2026 21:26:32 +0000</lastBuildDate>
  <item>
    <title>[Low] CVE-2026-48598 – Improper Encoding or Escaping of Output vulnerability in elixir-tesla tesla allo...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-48598</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-48598</guid>
    <pubDate>Tue, 02 Jun 2026 20:16:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2026-48598</strong></p>
  <p>Improper Encoding or Escaping of Output vulnerability in elixir-tesla tesla allows multipart part header injection via unescaped Content-Disposition parameter values.  Tesla.Multipart.part_headers_for_disposition/1 interpolates each disposition parameter as #{k}="#{v}" with no validation of CR (\r), LF (\n), or double-quote characters. The values come verbatim from the caller via Tesla.Multipart.…</p>
  <p><strong>CVSS:</strong> 2.1 · <strong>CWE:</strong> CWE-116</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-48598">View on NVD</a></p>
]]>
    </description>
  </item>
  <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>[Low] CVE-2026-48596 – Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Request/Respons...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-48596</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-48596</guid>
    <pubDate>Tue, 02 Jun 2026 20:16:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2026-48596</strong></p>
  <p>Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Request/Response Splitting') vulnerability in elixir-tesla tesla allows HTTP header injection via Tesla.Multipart.add_content_type_param/2.  Tesla.Multipart.add_content_type_param/2 appends caller-supplied strings to the multipart content_type_params list without validating for CR (\r) or LF (\n) characters. Tesla.Multipart.headers/…</p>
  <p><strong>CVSS:</strong> 2.1 · <strong>CWE:</strong> CWE-113</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-48596">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>[Medium] CVE-2026-49753 – Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-49753</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-49753</guid>
    <pubDate>Tue, 02 Jun 2026 16:16:44 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-49753</strong></p>
  <p>Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling') vulnerability in elixir-mint Mint allows attacker-controlled HTTP/1 servers to desynchronise response framing on shared connections.  Mint's HTTP/1 Content-Length parser, Mint.HTTP1.Parse.content_length_header/1 in lib/mint/http1/parse.ex, parses the header value with Integer.parse/1, which accepts an optional + or -…</p>
  <p><strong>CVSS:</strong> 6.3 · <strong>CWE:</strong> CWE-444</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-49753">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>[Low] CVE-2026-48861 – Improper Neutralization of CRLF Sequences ('CRLF Injection') vulnerability in el...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-48861</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-48861</guid>
    <pubDate>Tue, 02 Jun 2026 16:16:44 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2026-48861</strong></p>
  <p>Improper Neutralization of CRLF Sequences ('CRLF Injection') vulnerability in elixir-mint Mint allows HTTP Request Splitting and HTTP Request Smuggling.  In lib/mint/http1/request.ex, the encode_request_line/2 function splices the caller-supplied method and target arguments directly into the HTTP/1 request line without any character validation: [method, ?\s, target, " HTTP/1.1\r\n"]. An applicati…</p>
  <p><strong>CVSS:</strong> 2.1 · <strong>CWE:</strong> CWE-93</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-48861">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>[Medium] CVE-2026-48593 – Uncontrolled Resource Consumption vulnerability in oban-bg oban_web ('Elixir.Oba...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-48593</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-48593</guid>
    <pubDate>Tue, 26 May 2026 21:16:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-48593</strong></p>
  <p>Uncontrolled Resource Consumption vulnerability in oban-bg oban_web ('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 dashboard access views the cron job list, 'Elixir.Oban.Web.CronExpr':describe/1 is called to render…</p>
  <p><strong>CVSS:</strong> 5.9 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-48593">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-48592 – Missing Authorization vulnerability in oban-bg oban_web ('Elixir.Oban.Web.Jobs.D...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-48592</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-48592</guid>
    <pubDate>Tue, 26 May 2026 21:16:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-48592</strong></p>
  <p>Missing Authorization vulnerability in oban-bg oban_web ('Elixir.Oban.Web.Jobs.DetailComponent' modules) allows unauthorized job worker substitution.  The handle_event("save-job", ...) handler in 'Elixir.Oban.Web.Jobs.DetailComponent' does not perform an authorization check, unlike the sibling cancel, delete, and retry handlers which all verify the caller's privileges via can?/2. An authenticated…</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-862</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-48592">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>[Low] CVE-2026-47068 – Authorization Bypass Through User-Controlled Key vulnerability in phenixdigital ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-47068</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-47068</guid>
    <pubDate>Wed, 20 May 2026 14:17:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2026-47068</strong></p>
  <p>Authorization Bypass Through User-Controlled Key vulnerability in phenixdigital phoenix_storybook allows cross-session PubSub topic injection via a URL query parameter.  'Elixir.PhoenixStorybook.Story.ComponentIframeLive':handle_params/3 in lib/phoenix_storybook/live/story/component_iframe_live.ex reads a PubSub topic directly from params["topic"] and broadcasts {:component_iframe_pid, self()} on…</p>
  <p><strong>CVSS:</strong> 2.3 · <strong>CWE:</strong> CWE-639</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-47068">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>[Medium] CVE-2026-42794 – Improper Neutralization of Input During Web Page Generation (XSS) vulnerability ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42794</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42794</guid>
    <pubDate>Fri, 08 May 2026 16:16:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-42794</strong></p>
  <p>Improper Neutralization of Input During Web Page Generation (XSS) vulnerability in absinthe-graphql absinthe_plug allows reflected cross-site scripting via the GraphiQL interface.  'Elixir.Absinthe.Plug.GraphiQL':js_escape/1 in lib/absinthe/plug/graphiql.ex escapes single quotes and newlines in the query GET parameter before embedding it in an inline JavaScript string, but does not escape backsla…</p>
  <p><strong>CVSS:</strong> 6.1 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42794">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>[Medium] CVE-2026-42788 – Allocation of Resources Without Limits or Throttling vulnerability in mtrudel ba...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42788</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42788</guid>
    <pubDate>Fri, 01 May 2026 21:16:17 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-42788</strong></p>
  <p>Allocation of Resources Without Limits or Throttling vulnerability in mtrudel bandit allows unauthenticated memory exhaustion via oversized HTTP/2 frames.  'Elixir.Bandit.HTTP2.Frame':deserialize/2 in lib/bandit/http2/frame.ex checks the SETTINGS_MAX_FRAME_SIZE limit only after pattern-matching payload::binary-size(length), which requires the entire frame body to be present in memory before eithe…</p>
  <p><strong>CVSS:</strong> 6.9 · <strong>CWE:</strong> CWE-770</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42788">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>[Medium] CVE-2026-39807 – Reliance on Untrusted Inputs in a Security Decision vulnerability in mtrudel ban...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-39807</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-39807</guid>
    <pubDate>Fri, 01 May 2026 21:16:17 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-39807</strong></p>
  <p>Reliance on Untrusted Inputs in a Security Decision vulnerability in mtrudel bandit allows unauthenticated transport-state spoofing on plaintext HTTP connections.  'Elixir.Bandit.Pipeline':determine_scheme/2 in lib/bandit/pipeline.ex returns the client-supplied URI scheme verbatim, ignoring the transport's secure? flag. HTTP/1.1 absolute-form request targets (e.g. GET https://victim/path HTTP/1.1…</p>
  <p><strong>CVSS:</strong> 6.3 · <strong>CWE:</strong> CWE-807</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-39807">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-39805 – Inconsistent Interpretation of HTTP Requests vulnerability in mtrudel bandit all...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-39805</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-39805</guid>
    <pubDate>Fri, 01 May 2026 21:16:17 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-39805</strong></p>
  <p>Inconsistent Interpretation of HTTP Requests vulnerability in mtrudel bandit allows HTTP request smuggling via duplicate Content-Length headers.  'Elixir.Bandit.Headers':get_content_length/1 in lib/bandit/headers.ex uses List.keyfind/3, which returns only the first matching header. When a request contains two Content-Length headers with different values, Bandit silently accepts it, uses the first…</p>
  <p><strong>CVSS:</strong> 6.3 · <strong>CWE:</strong> CWE-444</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-39805">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>[Medium] CVE-2026-21621 – Incorrect Authorization vulnerability in hexpm hexpm/hexpm ('Elixir.HexpmWeb.API...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-21621</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-21621</guid>
    <pubDate>Thu, 05 Mar 2026 20:16:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-21621</strong></p>
  <p>Incorrect Authorization vulnerability in hexpm hexpm/hexpm ('Elixir.HexpmWeb.API.OAuthController' module) allows Privilege Escalation.  An API key created with read-only permissions (domain: "api", resource: "read") can be escalated to full write access under specific conditions.  When exchanging a read-only API key via the OAuth client_credentials grant, the resource qualifier is ignored. The re…</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-21621">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>[Medium] CVE-2026-22977 – In the Linux kernel, the following vulnerability has been resolved:

net: sock: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-22977</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-22977</guid>
    <pubDate>Wed, 21 Jan 2026 14:16:06 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-22977</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  net: sock: fix hardened usercopy panic in sock_recv_errqueue  skbuff_fclone_cache was created without defining a usercopy region, [1] unlike skbuff_head_cache which properly whitelists the cb[] field. [2] This causes a usercopy BUG() when CONFIG_HARDENED_USERCOPY is enabled and the kernel attempts to copy sk_buff.cb data to user…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-476</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-22977">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-21618 – Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-21618</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-21618</guid>
    <pubDate>Mon, 19 Jan 2026 15:15:50 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-21618</strong></p>
  <p>Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') vulnerability in hexpm hexpm/hexpm ('Elixir.HexpmWeb.SharedAuthorizationView' modules) allows Cross-Site Scripting (XSS). This vulnerability is associated with program files lib/hexpm_web/views/shared_authorization_view.ex and program routines 'Elixir.HexpmWeb.SharedAuthorizationView':render_grouped_scopes…</p>
  <p><strong>CVSS:</strong> 6.1 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-21618">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>[Medium] CVE-2025-38001 – In the Linux kernel, the following vulnerability has been resolved:

net_sched: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38001</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38001</guid>
    <pubDate>Fri, 06 Jun 2025 14:15:22 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-38001</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  net_sched: hfsc: Address reentrant enqueue adding class to eltree twice  Savino says:     "We are writing to report that this recent patch     (141d34391abbb315d68556b7c67ad97885407547) [1]     can be bypassed, and a UAF can still occur when HFSC is utilized with     NETEM.      The patch only checks the cl->cl_nactive field to…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-835</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38001">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>[Medium] CVE-2025-25202 – Ash Authentication is an authentication framework for Elixir applications. Appli...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-25202</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-25202</guid>
    <pubDate>Tue, 11 Feb 2025 19:15:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-25202</strong></p>
  <p>Ash Authentication is an authentication framework for Elixir applications. Applications which have been bootstrapped by the igniter installer present since AshAuthentication v4.1.0 and who have used the magic link strategy _or_ are manually revoking tokens are affected by revoked tokens being allowed to verify as valid. Unless one hase implemented any kind of custom token revocation feature in yo…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-269</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-25202">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2023-50966 – erlang-jose (aka JOSE for Erlang and Elixir) through 1.11.6 allow attackers to c...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-50966</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-50966</guid>
    <pubDate>Tue, 19 Mar 2024 15:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2023-50966</strong></p>
  <p>erlang-jose (aka JOSE for Erlang and Elixir) through 1.11.6 allow attackers to cause a denial of service (CPU consumption) via a large p2c (aka PBES2 Count) value in a JOSE header.</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-50966">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>[Low] CVE-2021-4430 – A vulnerability classified as problematic has been found in Ortus Solutions Cold...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-4430</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-4430</guid>
    <pubDate>Mon, 06 Nov 2023 08:15:21 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2021-4430</strong></p>
  <p>A vulnerability classified as problematic has been found in Ortus Solutions ColdBox Elixir 3.1.6. This affects an unknown part of the file src/defaultConfig.js of the component ENV Variable Handler. The manipulation leads to information disclosure. Upgrading to version 3.1.7 is able to address this issue. The identifier of the patch is a3aa62daea2e44c76d08d1eac63768cd928cd69e. It is recommended t…</p>
  <p><strong>CVSS:</strong> 3.5 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-4430">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2021-32851 – Mind-elixir is a free, open source mind map core. Prior to version 0.18.1, mind-...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-32851</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-32851</guid>
    <pubDate>Mon, 20 Feb 2023 22:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2021-32851</strong></p>
  <p>Mind-elixir is a free, open source mind map core. Prior to version 0.18.1, mind-elixir is prone to cross-site scripting when handling untrusted menus. This issue is patched in version 0.18.1</p>
  <p><strong>CVSS:</strong> 6.1 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-32851">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>[Medium] CVE-2018-1000883 – Elixir Plug Plug version All contains a Header Injection vulnerability in Connec...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-1000883</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-1000883</guid>
    <pubDate>Thu, 20 Dec 2018 21:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2018-1000883</strong></p>
  <p>Elixir Plug Plug version All contains a Header Injection vulnerability in Connection that can result in Given a cookie value, Headers can be added. This attack appear to be exploitable via Crafting a value to be sent as a cookie. This vulnerability appears to have been fixed in >= 1.3.5 or ~> 1.2.5 or ~> 1.1.9 or ~> 1.0.6.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-1000883">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>
  <item>
    <title>[Medium] CVE-2012-2146 – Elixir 0.8.0 uses Blowfish in CFB mode without constructing a unique initializat...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2012-2146</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2012-2146</guid>
    <pubDate>Sun, 26 Aug 2012 21:55:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2012-2146</strong></p>
  <p>Elixir 0.8.0 uses Blowfish in CFB mode without constructing a unique initialization vector (IV), which makes it easier for context-dependent users to obtain sensitive information and decrypt the database.</p>
  <p><strong>CVSS:</strong> 4.3 · <strong>CWE:</strong> CWE-310</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2012-2146">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
