svn commit: r557712 - head/security/vuxml
Bernard Spil
brnrd at FreeBSD.org
Fri Dec 11 10:38:40 UTC 2020
Author: brnrd
Date: Fri Dec 11 10:38:39 2020
New Revision: 557712
URL: https://svnweb.freebsd.org/changeset/ports/557712
Log:
security/vuxml: Document LibreSSL vulnerability
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Fri Dec 11 10:32:07 2020 (r557711)
+++ head/security/vuxml/vuln.xml Fri Dec 11 10:38:39 2020 (r557712)
@@ -58,6 +58,36 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="88dfd92f-3b9c-11eb-929d-d4c9ef517024">
+ <topic>LibreSSL -- NULL pointer dereference</topic>
+ <affects>
+ <package>
+ <name>libressl</name>
+ <range><lt>3.2.3</lt></range>
+ </package>
+ <package>
+ <name>libressl-devel</name>
+ <range><lt>3.3.1</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>The LibreSSL project reports:</p>
+ <blockquote cite="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.2.3-relnotes.txt">
+ <p>Malformed ASN.1 in a certificate revocation list or a timestamp
+ response token can lead to a NULL pointer dereference.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.2.3-relnotes.txt</url>
+ </references>
+ <dates>
+ <discovery>2020-12-08</discovery>
+ <entry>2020-12-11</entry>
+ </dates>
+ </vuln>
+
<vuln vid="b3695b08-3b3a-11eb-af2a-080027dbe4b7">
<topic>glpi -- Public GLPIKEY can be used to decrypt any data</topic>
<affects>
More information about the svn-ports-head
mailing list