diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2013-07-26 06:56:06 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2013-07-26 06:56:06 +0800 |
commit | f59f24b40db709de1ea6427e69c2958177eba2b3 (patch) | |
tree | 934cb98d93767269e1e4b7a7c8a905ca598e6891 /security | |
parent | 7e2832e867ac9a4cadc0d3b4bcd65b4908085d2d (diff) | |
download | freebsd-ports-gnome-f59f24b40db709de1ea6427e69c2958177eba2b3.tar.gz freebsd-ports-gnome-f59f24b40db709de1ea6427e69c2958177eba2b3.tar.zst freebsd-ports-gnome-f59f24b40db709de1ea6427e69c2958177eba2b3.zip |
Add an entry for security/gnupg1.
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index f7b265f6b05e..083257f851ca 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -51,6 +51,42 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="80771b89-f57b-11e2-bf21-b499baab0cbe"> + <topic>gnupg -- side channel attack on RSA secret keys</topic> + <affects> + <package> + <name>gnupg</name> + <range><lt>1.4.14</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Yarom and Falkner paper reports:</p> + <blockquote cite="http://lists.gnupg.org/pipermail/gnupg-announce/2013q3/000330.html"> + <p>Flush+Reload is a cache side-channel attack that monitors access to + data in shared pages. In this paper we demonstrate how to use the + attack to extract private encryption keys from GnuPG. The high + resolution and low noise of the Flush+Reload attack enables a spy + program to recover over 98% of the bits of the private key in a + single decryption or signing round. Unlike previous attacks, the + attack targets the last level L3 cache. Consequently, the spy + program and the victim do not need to share the execution core of + the CPU. The attack is not limited to a traditional OS and can be + used in a virtualised environment, where it can attack programs + executing in a different VM..</p> + </blockquote> + </body> + </description> + <references> + <url>http://eprint.iacr.org/2013/448</url> + <url>http://lists.gnupg.org/pipermail/gnupg-announce/2013q3/000330.html</url> + </references> + <dates> + <discovery>2013-07-18</discovery> + <entry>2013-07-25</entry> + </dates> + </vuln> + <vuln vid="c4d412c8-f4d1-11e2-b86c-000c295229d5"> <topic>openafs -- single-DES cell-wide key brute force vulnerability</topic> <affects> |