diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-09-22 17:23:50 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-09-22 17:23:50 +0000 |
commit | 9f6cc013ea9e14f2b769a9b856a12e762d460ad8 (patch) | |
tree | a52ffd1bcc85129be9e769d8dbb48963e24d0fa7 | |
parent | audio/cantata: update to 2.4.2 (diff) |
security/vuxml: document libxml2 vulnerabilities
PR: 249386
-rw-r--r-- | security/vuxml/vuln.xml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 0106b56e8438..65f3419e9fc0 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,44 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="f5abafc0-fcf6-11ea-8758-e0d55e2a8bf9"> + <topic>libxml -- multiple vulnerabilities</topic> + <affects> + <package> + <name>libxml2</name> + <range><lt>2.9.10_1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>CVE mitre reports:</p> + <blockquote cite="https://nvd.nist.gov/vuln/detail/CVE-2019-20388"> + <h3>CVE-2019-20388</h3> + <p> + xmlSchemaPreRun in xmlschemas.c in libxml2 2.9.10 allows an xmlSchemaValidateStream memory leak. + </p> + <h3>CVE-2020-7595</h3> + <p> + xmlStringLenDecodeEntities in parser.c in libxml2 2.9.10 has an infinite loop in a certain end-of-file situation. + </p> + <h3>CVE-2020-24977</h3> + <p> + GNOME project libxml2 v2.9.10 and earlier have a global buffer over-read vulnerability in xmlEncodeEntitiesInternal + </p> + </blockquote> + </body> + </description> + <references> + <url>https://nvd.nist.gov/vuln/detail/CVE-2019-20388</url> + <url>https://nvd.nist.gov/vuln/detail/CVE-2020-7595</url> + <url>https://nvd.nist.gov/vuln/detail/CVE-2020-24977</url> + </references> + <dates> + <discovery>2020-01-21</discovery> + <entry>2020-09-22</entry> + </dates> + </vuln> + <vuln vid="2327234d-fc4b-11ea-adef-641c67a117d8"> <topic>py-matrix-synapse -- malformed events may prevent users from joining federated rooms</topic> <affects> |