aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorbrnrd <brnrd@FreeBSD.org>2016-05-04 01:56:24 +0800
committerbrnrd <brnrd@FreeBSD.org>2016-05-04 01:56:24 +0800
commit64bef6e692be12a031a9efdaf15679c5572989d5 (patch)
tree38561ea055faf045f2be0dcf4787d500618c0860 /security
parentddec53dea24213c2d00d4f315c797bec6c280c3b (diff)
downloadfreebsd-ports-gnome-64bef6e692be12a031a9efdaf15679c5572989d5.tar.gz
freebsd-ports-gnome-64bef6e692be12a031a9efdaf15679c5572989d5.tar.zst
freebsd-ports-gnome-64bef6e692be12a031a9efdaf15679c5572989d5.zip
security/vuxml: Document LibreSSL vulnerabilities
Reviewed by: swills MFH: 2016Q3
Diffstat (limited to 'security')
-rw-r--r--security/vuxml/vuln.xml38
1 files changed, 38 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml
index 486fbd80f719..dc48e31f305a 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="01d729ca-1143-11e6-b55e-b499baebfeaf">
+ <topic>LibreSSL -- multiple vulnerabilities</topic>
+ <affects>
+ <package>
+ <name>libressl</name>
+ <range><lt>2.3.4</lt></range>
+ </package>
+ <package>
+ <name>libressl-devel</name>
+ <range><lt>2.3.4</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>OpenBSD reports:</p>
+ <blockquote cite="https://marc.info/?l=openbsd-tech&amp;m=146228598730414">
+ <p>Memory corruption in the ASN.1 encoder</p>
+ <p>Padding oracle in AES-NI CBC MAC check</p>
+ <p>EVP_EncodeUpdate overflow</p>
+ <p>EVP_EncryptUpdate overflow</p>
+ <p>ASN.1 BIO excessive memory allocation</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>https://marc.info/?l=openbsd-tech&amp;m=146228598730414</url>
+ <url>CVE-2016-2108</url>
+ <url>CVE-2016-2107</url>
+ <url>CVE-2016-2105</url>
+ <url>CVE-2016-2106</url>
+ <url>CVE-2016-2109</url>
+ </references>
+ <dates>
+ <discovery>2016-05-03</discovery>
+ <entry>2016-05-03</entry>
+ </dates>
+ </vuln>
+
<vuln vid="95564990-1138-11e6-b55e-b499baebfeaf">
<topic>OpenSSL -- multiple vulnerabilities</topic>
<affects>