diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-05-08 02:20:11 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-05-08 02:20:11 +0000 |
commit | 978bea1284125c08be968fbca4931700a7376bfd (patch) | |
tree | d5875562bcae09d48b29fdc0d02c09341dfb932b /security | |
parent | Update to 1.0.24. Remove some of the patches already incorporated by (diff) |
- Add entry for www/node
Notes
Notes:
svn path=/head/; revision=296185
Diffstat (limited to 'security')
-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 3071cd8ddb98..9e8fc97b90ca 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -52,6 +52,32 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="a1d0911f-987a-11e1-a2ef-001fd0af1a4c"> + <topic>node -- private information disclosure</topic> + <affects> + <package> + <name>node</name> + <name>node-devel</name> + <range><lt>0.6.17</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Private information disclosure</p> + <blockquote cite="http://blog.nodejs.org/2012/05/07/http-server-security-vulnerability-please-upgrade-to-0-6-17/"> + <p>An attacker can cause private information disclosure.</p> + </blockquote> + </body> + </description> + <references> + <url>http://blog.nodejs.org/2012/05/07/http-server-security-vulnerability-please-upgrade-to-0-6-17/</url> + </references> + <dates> + <discovery>2012-04-17</discovery> + <entry>2012-05-7</entry> + </dates> + </vuln> + <vuln vid="725ab25a-987b-11e1-a2ef-001fd0af1a4c"> <topic>p5-Config-IniFiles -- unsafe temporary file creation</topic> <affects> |