diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2020-07-03 15:04:06 +0800 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2020-07-03 15:04:06 +0800 |
commit | 44e4942ff9f6a745bb3a78635359ca8f320e0eca (patch) | |
tree | 6ef54794f6df8f24564fd930d44109a6c55b0432 /security | |
parent | a9fbf07de3de0273489e00f8c4cee18d2d5c0805 (diff) | |
download | freebsd-ports-gnome-44e4942ff9f6a745bb3a78635359ca8f320e0eca.tar.gz freebsd-ports-gnome-44e4942ff9f6a745bb3a78635359ca8f320e0eca.tar.zst freebsd-ports-gnome-44e4942ff9f6a745bb3a78635359ca8f320e0eca.zip |
Document net-im/py-matrix-synapse security issue before 1.15.2
PR: 247720
Submitted by: Sascha Biberhofer <ports@skyforge.at>
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 17546f086c29..679328bb3be2 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -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> |