svn commit: r474696 - head/security/vuxml
Eugene Grosbein
eugen at FreeBSD.org
Sun Jul 15 15:13:16 UTC 2018
Author: eugen
Date: Sun Jul 15 15:13:15 2018
New Revision: 474696
URL: https://svnweb.freebsd.org/changeset/ports/474696
Log:
Document several security defects in the Bouncy Castle Crypto APIs
before version 1.60
Obtained from: https://www.bouncycastle.org/latest_releases.html
Security: https://vuxml.FreeBSD.org/freebsd/fe93803c-883f-11e8-9f0c-001b216d295b
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Sun Jul 15 15:00:50 2018 (r474695)
+++ head/security/vuxml/vuln.xml Sun Jul 15 15:13:15 2018 (r474696)
@@ -58,6 +58,37 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="fe93803c-883f-11e8-9f0c-001b216d295b">
+ <topic>Several Security Defects in the Bouncy Castle Crypto APIs</topic>
+ <affects>
+ <package>
+ <name>bouncycastle15</name>
+ <range><lt>1.60</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>The Legion of the Bouncy Castle reports:</p>
+ <blockquote cite="https://www.bouncycastle.org/latest_releases.html">
+ <p>Release 1.60 is now available for download.</p>
+ <p>CVE-2018-1000180: issue around primality tests for RSA key pair
+ generation if done using only the low-level API.</p>
+ <p>CVE-2018-1000613: lack of class checking in deserialization
+ of XMSS/XMSS^MT private keys with BDS state information.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <cvename>CVE-2018-1000180</cvename>
+ <cvename>CVE-2018-1000613</cvename>
+ <url>https://www.bouncycastle.org/latest_releases.html</url>
+ </references>
+ <dates>
+ <discovery>2018-06-30</discovery>
+ <entry>2018-07-15</entry>
+ </dates>
+ </vuln>
+
<vuln vid="bd6cf187-8710-11e8-833d-18a6f7016652">
<topic>qutebrowser -- Remote code execution due to CSRF</topic>
<affects>
More information about the svn-ports-head
mailing list