Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Apr 2021 02:08:26 GMT
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6715140e8ba4 - main - security/vuxml: Document syncthing issue
Message-ID:  <202104120208.13C28QV1012633@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by swills:

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

commit 6715140e8ba4290273585001a21a49bd5d0a793b
Author:     Steve Wills <swills@FreeBSD.org>
AuthorDate: 2021-04-12 02:04:57 +0000
Commit:     Steve Wills <swills@FreeBSD.org>
CommitDate: 2021-04-12 02:04:57 +0000

    security/vuxml: Document syncthing issue
---
 security/vuxml/vuln.xml | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml
index 07859bf2010c..adbb8b0e59ca 100644
--- a/security/vuxml/vuln.xml
+++ b/security/vuxml/vuln.xml
@@ -76,6 +76,35 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="9ee01e60-6045-43df-98e5-a794007e54ef">
+    <topic>syncthing -- crash due to malformed relay protocol message</topic>
+    <affects>
+      <package>
+	<name>syncthing</name>
+	<range><lt>1.15.0</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>syncthing developers report:</p>
+	<blockquote cite="https://github.com/syncthing/syncthing/security/advisories/GHSA-x462-89pf-6r5h">;
+	  <p>syncthing can be caused to crash and exit if sent a malformed relay protocol
+	    message message with a negative length field.</p>
+	  <p>The relay server strelaysrv can be caused to crash and exit if sent a malformed
+	    relay protocol message with a negative length field.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2021-21404</cvename>
+      <url>https://github.com/syncthing/syncthing/security/advisories/GHSA-x462-89pf-6r5h</url>;
+    </references>
+    <dates>
+      <discovery>2021-04-06</discovery>
+      <entry>2021-04-12</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="f671c282-95ef-11eb-9c34-080027f515ea">
     <topic>python -- Information disclosure via pydoc -p: /getfile?key=path allows to read arbitrary file on the filesystem</topic>
     <affects>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104120208.13C28QV1012633>