diff options
author | Thomas Morper <thomas@beingboiled.info> | 2021-05-13 19:43:13 +0000 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2021-05-13 19:44:55 +0000 |
commit | b1a6389106ec82ccd66ab4f92f604f57e1843b11 (patch) | |
tree | 9be9b6c8468509f36c365322094acdc1260e2862 | |
parent | 96f9a6b4de3be4dc27e3ee934de6987b031a499d (diff) |
security/vuxml: Add entry for net-im/prosody
PR: 255845, 255849
-rw-r--r-- | security/vuxml/vuln.xml | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index be24ed73c849..050523d6bd6a 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -76,6 +76,46 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="fc75570a-b417-11eb-a23d-c7ab331fd711"> + <topic>Prosody -- multiple vulnerabilities</topic> + <affects> + <package> + <name>prosody</name> + <range><lt>0.11.9</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The Prosody security advisory 2021-05-12 reports:</p> + <blockquote cite="https://prosody.im/security/advisory_20210512/"> + <p> + This advisory details 5 new security vulnerabilities discovered in the + Prosody.im XMPP server software. All issues are fixed in the 0.11.9 + release default configuration. + </p> + <ul> + <li>CVE-2021-32918: DoS via insufficient memory consumption controls</li> + <li>CVE-2021-32920: DoS via repeated TLS renegotiation causing excessive CPU consumption</li> + <li>CVE-2021-32921: Use of timing-dependent string comparison with sensitive values</li> + <li>CVE-2021-32917: Use of mod_proxy65 is unrestricted in default configuration</li> + <li>CVE-2021-32919: Undocumented dialback-without-dialback option insecure</li> + </ul> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2021-32918</cvename> + <cvename>CVE-2021-32920</cvename> + <cvename>CVE-2021-32921</cvename> + <cvename>CVE-2021-32917</cvename> + <cvename>CVE-2021-32919</cvename> + </references> + <dates> + <discovery>2021-05-12</discovery> + <entry>2021-05-13</entry> + </dates> + </vuln> + <vuln vid="3e0ca488-b3f6-11eb-a5f7-a0f3c100ae18"> <topic>ImageMagick6 -- multiple vulnerabilities</topic> <affects> |