Date: Sun, 15 Jul 2018 15:13:15 +0000 (UTC) From: Eugene Grosbein <eugen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474696 - head/security/vuxml Message-ID: <201807151513.w6FFDFZo021846@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807151513.w6FFDFZo021846>