svn commit: r408019 - head/security/vuxml

Kubilay Kocak koobs at FreeBSD.org
Thu Feb 4 10:35:34 UTC 2016


Author: koobs
Date: Thu Feb  4 10:35:32 2016
New Revision: 408019
URL: https://svnweb.freebsd.org/changeset/ports/408019

Log:
  security/vuxml: Add CVE-2016-1494 for security/py-rsa
  
  PR:		206746
  Reported by:	 Sevan Janiyan <venture37 geeklan co.uk>

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Feb  4 09:25:09 2016	(r408018)
+++ head/security/vuxml/vuln.xml	Thu Feb  4 10:35:32 2016	(r408019)
@@ -58,6 +58,43 @@ Notes:
 
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="e78bfc9d-cb1e-11e5-b251-0050562a4d7b">
+    <topic>py-rsa -- Bleichenbacher'06 signature forgery vulnerability</topic>
+    <affects>
+      <package>
+	<name>py27-rsa</name>
+	<name>py32-rsa</name>
+	<name>py33-rsa</name>
+	<name>py34-rsa</name>
+	<name>py35-rsa</name>
+	<range><lt>3.3</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Filippo Valsorda reports:</p>
+	<blockquote cite="https://blog.filippo.io/bleichenbacher-06-signature-forgery-in-python-rsa/">
+	  <p>
+	   python-rsa is vulnerable to a straightforward variant of the
+	   Bleichenbacher'06 attack against RSA signature verification
+	   with low public exponent.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2016-1494</cvename>
+      <url>https://blog.filippo.io/bleichenbacher-06-signature-forgery-in-python-rsa/</url>
+      <url>https://bitbucket.org/sybren/python-rsa/pull-requests/14/security-fix-bb06-attack-in-verify-by</url>
+      <url>https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-1494</url>
+      <url>http://www.openwall.com/lists/oss-security/2016/01/05/3</url>
+      <url>http://www.openwall.com/lists/oss-security/2016/01/05/1</url>
+    </references>
+    <dates>
+      <discovery>2016-01-05</discovery>
+      <entry>2016-02-04</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="559f3d1b-cb1d-11e5-80a4-001999f8d30b">
     <topic>asterisk -- Multiple vulnerabilities</topic>
     <affects>


More information about the svn-ports-all mailing list