diff options
author | eadler <eadler@FreeBSD.org> | 2012-09-02 10:57:37 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-09-02 10:57:37 +0800 |
commit | 9ecdbd28161556382839aa62d13959ddbe6a13dd (patch) | |
tree | 3e3c793684b2a22bcd110f93c399ca5b41c203bf | |
parent | 59f3e50a7a71aa217159fecc7065c0d7058088fa (diff) | |
download | freebsd-ports-gnome-9ecdbd28161556382839aa62d13959ddbe6a13dd.tar.gz freebsd-ports-gnome-9ecdbd28161556382839aa62d13959ddbe6a13dd.tar.zst freebsd-ports-gnome-9ecdbd28161556382839aa62d13959ddbe6a13dd.zip |
Inform the community about a recent bitcoin DoS vuln.
Reviewed by: swills
-rw-r--r-- | security/vuxml/vuln.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 824c15a1afe1..99ef4c3a1ba5 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -51,6 +51,32 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="b50913ce-f4a7-11e1-b135-003067b2972c"> + <topic>bitcoin -- denial of service</topic> + <affects> + <package> + <name>bitcoin</name> + <range><lt>0.6.3</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <blockquote cite="https://bitcointalk.org/?topic=88734"> + <p>A unspecified denial-of-service attack that could cause the + bitcoin process to become unresponsive was found.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2012-3789</cvename> + <url>https://bitcointalk.org/?topic=88734</url> + </references> + <dates> + <discovery>2012-07-20</discovery> + <entry>2012-09-02</entry> + </dates> + </vuln> + <vuln vid="6ad18fe5-f469-11e1-920d-20cf30e32f6d"> <topic>bugzilla -- multiple vulnerabilities</topic> <affects> |