diff options
author | Carlo Strub <cs@FreeBSD.org> | 2014-07-30 20:54:21 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2014-07-30 20:54:21 +0000 |
commit | 99d8e61c61a93541a9a5161c82e6be9d0e197e20 (patch) | |
tree | 5aba220c771081b8f0bf86a43124c4d95bfa2ef6 /security | |
parent | 39764db188d3acb5c3e3c4e289df26f0ff39fc5b (diff) | |
download | ports-99d8e61c61a93541a9a5161c82e6be9d0e197e20.tar.gz ports-99d8e61c61a93541a9a5161c82e6be9d0e197e20.zip |
Notes
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 6c9a440c3f3e..14be6ab9dea0 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -57,6 +57,42 @@ Notes: --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="31c09848-1829-11e4-bf04-60a44c524f57"> + <topic>tor -- traffic confirmation attack</topic> + <affects> + <package> + <name>tor</name> + <range><lt>0.2.4.23</lt></range> + </package> + <package> + <name>tor-devel</name> + <range><lt>0.2.5.6.a</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The Tor Project reports:</p> + <blockquote cite="https://lists.torproject.org/pipermail/tor-announce/2014-July/000094.html"> + <p>Tor before 0.2.4.23 and 0.2.5 before 0.2.5.6-alpha maintains a + circuit after an inbound RELAY_EARLY cell is received by a client, + which makes it easier for remote attackers to conduct + traffic-confirmation attacks by using the pattern of RELAY and + RELAY_EARLY cells as a means of communicating information about + hidden service names.</p> + </blockquote> + </body> + </description> + <references> + <url>https://lists.torproject.org/pipermail/tor-announce/2014-July/000094.html</url> + <url>https://blog.torproject.org/blog/tor-security-advisory-relay-early-traffic-confirmation-attack</url> + <cvename>CVE-2014-5117</cvename> + </references> + <dates> + <discovery>2014-07-30</discovery> + <entry>2014-07-30</entry> + </dates> + </vuln> + <vuln vid="13419364-1685-11e4-bf04-60a44c524f57"> <topic>i2p -- Multiple Vulnerabilities</topic> <affects> |