Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Jun 2026 21:29:58 +0000
From:      Dave Cottlehuber <dch@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2e0d33157763 - main - security/vuxml: Document Elixir vulnerabilities
Message-ID:  <6a2885d6.2530c.5dd9af65@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by dch:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2e0d33157763a166b0f518bdee156c0094a43e7f

commit 2e0d33157763a166b0f518bdee156c0094a43e7f
Author:     Dave Cottlehuber <dch@FreeBSD.org>
AuthorDate: 2026-06-09 21:26:21 +0000
Commit:     Dave Cottlehuber <dch@FreeBSD.org>
CommitDate: 2026-06-09 21:29:43 +0000

    security/vuxml: Document Elixir vulnerabilities
    
    - CVE-2026-49762, GHSA-w2h8-8x3g-278p
    
    References:
    https://github.com/elixir-lang/elixir/releases/tag/v1.20.1
    
    Sponsored by:    SkunkWerks, GmbH
---
 security/vuxml/vuln/2026.xml | 56 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 56 insertions(+)

diff --git a/security/vuxml/vuln/2026.xml b/security/vuxml/vuln/2026.xml
index 49ba9ef697e9..822691c30e76 100644
--- a/security/vuxml/vuln/2026.xml
+++ b/security/vuxml/vuln/2026.xml
@@ -1,3 +1,59 @@
+  <vuln vid="45accfb8-56e4-41b7-8463-572ce643fde0">
+    <topic>Elixir -- Denial of service via unbounded integer parsing in Version</topic>
+    <affects>
+      <package>
+	<name>elixir</name>
+	<range><ge>1.5.0</ge><le>1.19.5</le></range>
+      </package>
+    </affects>
+    <description>
+	<body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>PJUllrich reports:</p>
+	<blockquote cite="https://github.com/elixir-lang/elixir/security/advisories/GHSA-w2h8-8x3g-278p">;
+	  <p>The Version module parses numeric version components without
+	    length limits. Untrusted input can trigger creation of
+	    arbitrary-precision integers, causing CPU and memory exhaustion.</p>
+	</blockquote>
+	</body>
+    </description>
+    <references>
+      <cvename>CVE-2026-49762</cvename>
+      <url>https://github.com/elixir-lang/elixir/security/advisories/GHSA-w2h8-8x3g-278p</url>;
+    </references>
+    <dates>
+      <discovery>2026-06-09</discovery>
+      <entry>2026-06-09</entry>
+    </dates>
+  </vuln>
+
+  <vuln vid="f778ad20-0d5f-49c4-af45-4493ff0696d9">
+    <topic>Elixir -- Denial of service via unbounded integer parsing in Version</topic>
+    <affects>
+      <package>
+	<name>elixir-devel</name>
+	<range><ge>1.5.0</ge><lt>1.20.1</lt></range>
+      </package>
+    </affects>
+    <description>
+	<body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>PJUllrich reports:</p>
+	<blockquote cite="https://github.com/elixir-lang/elixir/security/advisories/GHSA-w2h8-8x3g-278p">;
+	  <p>The Version module parses numeric version components without
+	    length limits. Untrusted input can trigger creation of
+	    arbitrary-precision integers, causing CPU and memory exhaustion.</p>
+	</blockquote>
+	</body>
+    </description>
+    <references>
+      <cvename>CVE-2026-49762</cvename>
+      <url>https://github.com/elixir-lang/elixir/security/advisories/GHSA-w2h8-8x3g-278p</url>;
+    </references>
+    <dates>
+      <discovery>2026-06-09</discovery>
+      <entry>2026-06-09</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="7655baae-637d-11f1-8607-8447094a420f">
     <topic>Apache httpd -- Multiple vulnerabilities</topic>
     <affects>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a2885d6.2530c.5dd9af65>