git: 6d02ae4f10b1 - main - security/vuxml: Add entry for go124, go125

From: Fernando Apesteguía <fernape_at_FreeBSD.org>
Date: Thu, 04 Dec 2025 16:21:02 UTC
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6d02ae4f10b10e862d231536df572f1602612a26

commit 6d02ae4f10b10e862d231536df572f1602612a26
Author:     Einar Bjarni Halldórsson <einar@isnic.is>
AuthorDate: 2025-12-04 16:18:57 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2025-12-04 16:18:57 +0000

    security/vuxml: Add entry for go124, go125
    
     * CVE-2025-61729
    
    PR:             291366
    Reported by:    einar@isnic.is
---
 security/vuxml/vuln/2025.xml | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/security/vuxml/vuln/2025.xml b/security/vuxml/vuln/2025.xml
index e73059383e25..1c7cbfc40e08 100644
--- a/security/vuxml/vuln/2025.xml
+++ b/security/vuxml/vuln/2025.xml
@@ -1,3 +1,39 @@
+  <vuln vid="245bd19f-d035-11f0-84e9-c7a56e37e3f0">
+    <topic>go -- excessive resource consumption</topic>
+    <affects>
+      <package>
+       <name>go124</name>
+       <range><lt>1.24.11</lt></range>
+      </package>
+      <package>
+       <name>go125</name>
+       <range><lt>1.25.5</lt></range>
+      </package>
+    </affects>
+    <description>
+	<body xmlns="http://www.w3.org/1999/xhtml">
+	  <p>The Go project reports:</p>
+	  <blockquote cite="https://pkg.go.dev/vuln/GO-2025-4155">
+	   <p>Within HostnameError.Error(), when constructing an error
+	   string, there is no limit to the number of hosts that will
+	   be printed out.</p>
+	   <p>Furthermore, the error string is constructed by repeated
+	   string concatenation, leading to quadratic runtime.
+	   Therefore, a certificate provided by a malicious actor can
+	   result in excessive resource consumption.</p>
+	  </blockquote>
+	</body>
+    </description>
+    <references>
+      <cvename>CVE-2025-61729</cvename>
+      <url>https://pkg.go.dev/vuln/GO-2025-4155</url>
+    </references>
+    <dates>
+      <discovery>2025-12-02</discovery>
+      <entry>2025-12-03</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="eda92945-ced4-11f0-a958-b42e991fc52e">
     <topic>MongoDB -- Missing Authorization</topic>
     <affects>