svn commit: r414498 - head/security/vuxml

Jason Unovitch junovitch at FreeBSD.org
Tue May 3 00:40:05 UTC 2016


Author: junovitch
Date: Tue May  3 00:40:04 2016
New Revision: 414498
URL: https://svnweb.freebsd.org/changeset/ports/414498

Log:
  Document libksba local denial of service vulnerabilities
  
  Security:	CVE-2016-4353
  Security:	CVE-2016-4354
  Security:	CVE-2016-4355
  Security:	CVE-2016-4356
  Security:	https://vuxml.FreeBSD.org/freebsd/a1134048-10c6-11e6-94fa-002590263bf5.html

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue May  3 00:16:46 2016	(r414497)
+++ head/security/vuxml/vuln.xml	Tue May  3 00:40:04 2016	(r414498)
@@ -58,6 +58,41 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="a1134048-10c6-11e6-94fa-002590263bf5">
+    <topic>libksba -- local denial of service vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>libksba</name>
+	<range><lt>1.3.3</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Martin Prpic, Red Hat Product Security Team, reports:</p>
+	<blockquote cite="http://www.openwall.com/lists/oss-security/2016/04/29/5">
+	  <p>Denial of Service due to stack overflow in src/ber-decoder.c.</p>
+	  <p>Integer overflow in the BER decoder src/ber-decoder.c.</p>
+	  <p>Integer overflow in the DN decoder src/dn.c.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2016-4353</cvename>
+      <cvename>CVE-2016-4354</cvename>
+      <cvename>CVE-2016-4355</cvename>
+      <cvename>CVE-2016-4356</cvename>
+      <url>http://git.gnupg.org/cgi-bin/gitweb.cgi?p=libksba.git;a=commit;h=07116a314f4dcd4d96990bbd74db95a03a9f650a</url>
+      <url>http://git.gnupg.org/cgi-bin/gitweb.cgi?p=libksba.git;a=commit;h=aea7b6032865740478ca4b706850a5217f1c3887</url>
+      <url>http://git.gnupg.org/cgi-bin/gitweb.cgi?p=libksba.git;a=commit;h=243d12fdec66a4360fbb3e307a046b39b5b4ffc3</url>
+      <url>https://security.gentoo.org/glsa/201604-04</url>
+      <mlist>http://www.openwall.com/lists/oss-security/2016/04/29/5</mlist>
+    </references>
+    <dates>
+      <discovery>2015-04-08</discovery>
+      <entry>2016-05-03</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="7e36c369-10c0-11e6-94fa-002590263bf5">
     <topic>wireshark -- multiple vulnerabilities</topic>
     <affects>


More information about the svn-ports-head mailing list