Date: Mon, 16 Apr 2018 17:05:57 +0000 (UTC) From: Bernard Spil <brnrd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467492 - head/security/vuxml Message-ID: <201804161705.w3GH5vge020484@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brnrd Date: Mon Apr 16 17:05:57 2018 New Revision: 467492 URL: https://svnweb.freebsd.org/changeset/ports/467492 Log: security/vuxml: Add OpenSSL vulnerability Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Apr 16 17:05:49 2018 (r467491) +++ head/security/vuxml/vuln.xml Mon Apr 16 17:05:57 2018 (r467492) @@ -58,6 +58,39 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="8f353420-4197-11e8-8777-b499baebfeaf"> + <topic>OpenSSL -- Cache timing vulnerability</topic> + <affects> + <package> + <name>openssl</name> + <range><lt>1.0.2o_1,1</lt></range> + </package> + <package> + <name>openssl-devel</name> + <range><lt>1.1.0h_1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The OpenSSL project reports:</p> + <blockquote cite="https://www.openssl.org/news/secadv/20180416.txt"> + <p>The OpenSSL RSA Key generation algorithm has been shown to be + vulnerable to a cache timing side channel attack. An attacker + with sufficient access to mount cache timing attacks during the + RSA key generation process could recover the private key.</p> + </blockquote> + </body> + </description> + <references> + <url>https://www.openssl.org/news/secadv/20180416.txt</url> + <cvename>CVE-2018-0737</cvename> + </references> + <dates> + <discovery>2018-04-16</discovery> + <entry>2018-04-16</entry> + </dates> + </vuln> + <vuln vid="a9e466e8-4144-11e8-a292-00e04c1ea73d"> <topic>drupal -- Drupal Core - Multiple Vulnerabilities</topic> <affects> @@ -70,8 +103,8 @@ Notes: <body xmlns="http://www.w3.org/1999/xhtml"> <p>Drupal Security Team reports:</p> <blockquote cite="https://www.drupal.org/psa-2018-001"> - <p>CVE-2018-7600: Drupal before 7.58, 8.x before 8.3.9, 8.4.x before 8.4.6, - and 8.5.x before 8.5.1 allows remote attackers to execute arbitrary code because + <p>CVE-2018-7600: Drupal before 7.58, 8.x before 8.3.9, 8.4.x before 8.4.6, + and 8.5.x before 8.5.1 allows remote attackers to execute arbitrary code because of an issue affecting multiple subsystems with default or common module configurations.</p> </blockquote> </body>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804161705.w3GH5vge020484>