diff options
author | brnrd <brnrd@FreeBSD.org> | 2018-04-17 01:05:57 +0800 |
---|---|---|
committer | brnrd <brnrd@FreeBSD.org> | 2018-04-17 01:05:57 +0800 |
commit | 206dbfe0df5a94a33c4b0efb1135fedf09560d89 (patch) | |
tree | 2a231df4f51f77f1799813777320e160f4faa635 | |
parent | 9bed6e2183570a361918ca046bedaedaff844b29 (diff) | |
download | freebsd-ports-gnome-206dbfe0df5a94a33c4b0efb1135fedf09560d89.tar.gz freebsd-ports-gnome-206dbfe0df5a94a33c4b0efb1135fedf09560d89.tar.zst freebsd-ports-gnome-206dbfe0df5a94a33c4b0efb1135fedf09560d89.zip |
security/vuxml: Add OpenSSL vulnerability
-rw-r--r-- | security/vuxml/vuln.xml | 37 |
1 files changed, 35 insertions, 2 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 65925ffc47e6..5281628d219b 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -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> |