git: 041f9ec0e5ce - main - security/vuxml: Add Sqlite vulnerability

From: Fernando Apesteguía <fernape_at_FreeBSD.org>
Date: Thu, 31 Jul 2025 06:41:00 UTC
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=041f9ec0e5ce8ba6c3107bcb53b707d33e7f8d1e

commit 041f9ec0e5ce8ba6c3107bcb53b707d33e7f8d1e
Author:     Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2025-07-31 06:32:48 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2025-07-31 06:40:27 +0000

    security/vuxml: Add Sqlite vulnerability
    
    CVE_ID=CVE-2025-7458
---
 security/vuxml/vuln/2025.xml | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/security/vuxml/vuln/2025.xml b/security/vuxml/vuln/2025.xml
index 20ec0e05d48c..9fca85f3b971 100644
--- a/security/vuxml/vuln/2025.xml
+++ b/security/vuxml/vuln/2025.xml
@@ -1,3 +1,35 @@
+  <vuln vid="f51077bd-6dd7-11f0-9d62-b42e991fc52e">
+    <topic>SQLite -- integer overflow in key info allocation</topic>
+    <affects>
+      <package>
+	<name>sqlite3</name>
+	<range><gt>3.39.2</gt></range>
+	<range><lt>3.41.1</lt></range>
+      </package>
+    </affects>
+    <description>
+	<body xmlns="http://www.w3.org/1999/xhtml">
+	<p>cve-coordination@google.com reports:</p>
+	<blockquote cite="https://sqlite.org/forum/forumpost/16ce2bb7a639e29b">
+	  <p>An integer overflow in the sqlite3KeyInfoFromExprList function in
+	SQLite versions 3.39.2 through 3.41.1 allows an attacker with the
+	ability to execute arbitrary SQL statements to cause a denial of
+	service or disclose sensitive information from process memory via
+	a crafted SELECT statement with a large number of expressions in
+	the ORDER BY clause.</p>
+	</blockquote>
+	</body>
+    </description>
+    <references>
+      <cvename>CVE-2025-7458</cvename>
+      <url>https://nvd.nist.gov/vuln/detail/CVE-2025-7458</url>
+    </references>
+    <dates>
+      <discovery>2025-07-29</discovery>
+      <entry>2025-07-31</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="cd7f969e-6cb4-11f0-97c4-40b034429ecf">
     <topic>p5-Crypt-CBC -- Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)</topic>
     <affects>