svn commit: r541079 - head/security/vuxml
Li-Wen Hsu
lwhsu at FreeBSD.org
Fri Jul 3 07:04:07 UTC 2020
Author: lwhsu
Date: Fri Jul 3 07:04:06 2020
New Revision: 541079
URL: https://svnweb.freebsd.org/changeset/ports/541079
Log:
Document net-im/py-matrix-synapse security issue before 1.15.2
PR: 247720
Submitted by: Sascha Biberhofer <ports at skyforge.at>
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Fri Jul 3 07:03:20 2020 (r541078)
+++ head/security/vuxml/vuln.xml Fri Jul 3 07:04:06 2020 (r541079)
@@ -58,6 +58,37 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="d9f686f3-fde0-48dc-ab0a-01c2fe3e0529">
+ <topic>py-matrix-synapse -- multiple vulnerabilities</topic>
+ <affects>
+ <package>
+ <name>py36-matrix-synapse</name>
+ <name>py37-matrix-synapse</name>
+ <name>py38-matrix-synapse</name>
+ <range><lt>1.15.2</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>Matrix developers report:</p>
+ <blockquote cite="https://github.com/matrix-org/synapse/releases/tag/v1.15.2">
+ <p>Due to the two security issues highlighted below, server administrators are encouraged to update Synapse. We are not aware of these vulnerabilities being exploited in the wild.</p>
+ <ul>
+ <li>A malicious homeserver could force Synapse to reset the state in a room to a small subset of the correct state. This affects all Synapse deployments which federate with untrusted servers.</li>
+ <li>HTML pages served via Synapse were vulnerable to clickjacking attacks. This predominantly affects homeservers with single-sign-on enabled, but all server administrators are encouraged to upgrade.</li>
+ </ul>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>https://github.com/matrix-org/synapse/releases/tag/v1.15.2</url>
+ </references>
+ <dates>
+ <discovery>2020-07-02</discovery>
+ <entry>2020-07-03</entry>
+ </dates>
+ </vuln>
+
<vuln vid="27616957-b084-11ea-937b-b42e99a1b9c3">
<topic>dbus file descriptor leak</topic>
<affects>
More information about the svn-ports-head
mailing list