Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 May 2026 16:51:32 +0000
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 957b9a9920d3 - main - security/vuxml: Add modsecurity3 vulnerabilities
Message-ID:  <69f8ce94.26825.60a02ced@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by joneum:

URL: https://cgit.FreeBSD.org/ports/commit/?id=957b9a9920d3e54e25809f7f77ab35cef1d24996

commit 957b9a9920d3e54e25809f7f77ab35cef1d24996
Author:     Jochen Neumeister <joneum@FreeBSD.org>
AuthorDate: 2026-05-04 16:50:01 +0000
Commit:     Jochen Neumeister <joneum@FreeBSD.org>
CommitDate: 2026-05-04 16:51:04 +0000

    security/vuxml: Add modsecurity3 vulnerabilities
    
    Document CVE-2026-42268 and CVE-2026-30923 in modsecurity3
    before 3.0.15.
    
    PR:     294932
    Sponsored by:   Netzkommune GmbH
---
 security/vuxml/vuln/2026.xml | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/security/vuxml/vuln/2026.xml b/security/vuxml/vuln/2026.xml
index ebcd5c8d39eb..885ac4e3d1a9 100644
--- a/security/vuxml/vuln/2026.xml
+++ b/security/vuxml/vuln/2026.xml
@@ -1,3 +1,36 @@
+  <vuln vid="3c02dcfd-47d7-11f1-99fb-3497f65b111b">
+    <topic>modsecurity3 -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+       <name>modsecurity3</name>
+       <range><lt>3.0.15</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+       <p>
+       ModSecurity is an open source web application firewall engine.
+       </p>
+       <p>
+       According to the upstream changelog, multiple vulnerabilities have been fixed.
+       </p>
+       <ul>
+       <li>CVE-2026-42268: unsigned integer underflow in verify operators</li>
+       <li>CVE-2026-30923: buffer overflow in hex_decode</li>
+       </ul>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2026-42268</cvename>
+      <cvename>CVE-2026-30923</cvename>
+      <url>https://github.com/owasp-modsecurity/ModSecurity/blob/v3.0.15/CHANGES</url>;
+    </references>
+    <dates>
+      <discovery>2026-04-28</discovery>
+      <entry>2026-05-04</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="e4a08820-470d-11f1-be75-b42e991fc52e">
     <topic>Mozilla -- Memory safety bugs</topic>
     <affects>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f8ce94.26825.60a02ced>