aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2021-04-12 02:04:57 +0000
committerSteve Wills <swills@FreeBSD.org>2021-04-12 02:04:57 +0000
commit6715140e8ba4290273585001a21a49bd5d0a793b (patch)
tree487807ee57f26812e159c0c5b6d42f0eb814d415 /security
parentb7c00a63ede070b3cd2569c6af7515bcb1760732 (diff)
downloadports-6715140e8ba4290273585001a21a49bd5d0a793b.tar.gz
ports-6715140e8ba4290273585001a21a49bd5d0a793b.zip
Diffstat (limited to 'security')
-rw-r--r--security/vuxml/vuln.xml29
1 files changed, 29 insertions, 0 deletions
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>