Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Aug 2026 10:49:23 +0000
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e8cf3cddb951 - main - security/vuxml: Remove spurious file
Message-ID:  <6a707233.45d6c.738fcfd5@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by brnrd:

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

commit e8cf3cddb951062975d21b8f48e00ff679985b33
Author:     Bernard Spil <brnrd@FreeBSD.org>
AuthorDate: 2026-08-03 10:48:57 +0000
Commit:     Bernard Spil <brnrd@FreeBSD.org>
CommitDate: 2026-08-03 10:49:18 +0000

    security/vuxml: Remove spurious file
---
 security/vuxml/myvuln | 50 --------------------------------------------------
 1 file changed, 50 deletions(-)

diff --git a/security/vuxml/myvuln b/security/vuxml/myvuln
deleted file mode 100644
index 2765beda1b1c..000000000000
--- a/security/vuxml/myvuln
+++ /dev/null
@@ -1,50 +0,0 @@
-  <vuln vid="12d42997-8e54-11f1-8144-8447094a420f">
-    <topic>Weechat -- Multiple vulnerabilities</topic>
-    <affects>
-      <package>
-	<name>weechat</name>
-	<range><lt>4.10.0</lt></range>
-      </package>
-    </affects>
-    <description>
-      <body xmlns="http://www.w3.org/1999/xhtml">;
-	<p>The Weechat project reports:</p>
-	<blockquote cite="https://github.com/weechat/weechat/releases/tag/v4.10.0">;
-	  <ul>
-	    <li>core: fix buffer overflow in display of time in chat area with a custom time format</li>
-	    <li>core: fix integer overflow in size calculation when evaluating "${hide:...}" and "${base_encode:...}"</li>
-	    <li>core: fix possible buffer overflow in command /color alias</li>
-	    <li>core: fix possible buffer overflow in list of commands displayed by /help</li>
-	    <li>irc: fix heap use-after-free when a batched message causes a disconnection from the server (GHSA-rfmh-3r7f-jpx5)</li>
-	    <li>irc: fix stack buffer overflow when splitting a JOIN message with a large list of channels and keys (GHSA-q2xg-9ggx-77mr)</li>
-	    <li>irc: limit size of data received from the server to prevent memory exhaustion</li>
-	    <li>irc: fix out-of-bounds read on incoming DCC command with a quoted filename ending the message</li>
-	    <li>logger: fix path traversal in log file name when a buffer local variable contains the char used internally to protect directory separators</li>
-	    <li>relay: fix use-after-free and double free on remote buffer (GHSA-hx59-4hq9-6vmw)</li>
-	    <li>relay: fix authentication bypass with the "plain" password hash algorithm (GHSA-68ff-gq39-pqjm)</li>
-	    <li>relay: limit size of decompressed websocket frame with permessage-deflate to prevent memory exhaustion (GHSA-v2v4-45wm-5cr3, CVE-2026-53524)
-	    <li>relay: limit size of received websocket frame and HTTP body to prevent memory exhaustion</li>
-	    <li>relay: limit size of partial message received while reading an HTTP request to prevent memory exhaustion</li>
-	    <li>relay: fix timing attack on password authentication (GHSA-vhv8-g2r9-cwcc, CVE-2026-53525)</li>
-	    <li>relay: fix out-of-bounds read in dump of data</li>
-	    <li>relay/api: fix memory leak in resources "handshake", "input" and "completion" (GHSA-wmpc-m6g9-fwj8)</li>
-	    <li>relay: fix read of uncompressed websocket frame</li>
-	    <li>api, relay: fix timing attack on TOTP validation (GHSA-vhv8-g2r9-cwcc, CVE-2026-53525)</li>
-	    <li>xfer: replace directory separator in remote nick by underscore in download filename to prevent writing the file outside the download directory</li>
-	    <li>xfer: fix out-of-bounds read when receiving empty line in DCC chat</li>
-	    <li>xfer: fix out-of-bounds write in xfer file transfer resume</li>
-	  </ul>
-	</blockquote>
-      </body>
-    </description>
-    <references>
-      <cvename>CVE-2026-53524</cvename>
-      <cvename>CVE-2026-53525</cvename>
-      <url>https://github.com/weechat/weechat/releases/tag/v4.10.0</url>;
-    </references>
-    <dates>
-      <discovery>2026-08-02</discovery>
-      <entry>2026-08-02</entry>
-    </dates>
-  </vuln>
-


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a707233.45d6c.738fcfd5>