diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-02-11 01:27:56 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-02-11 01:27:56 +0000 |
commit | 86c1a8911c9fdb4639155116c592d9f5cbeaaedf (patch) | |
tree | a3b6368bea68c4f9e111fe23a7acfac80159a432 /security | |
parent | - update to beta3 (diff) |
Inform users of the private information disclosure bug in surf (CVE-2012-0842)
Reviewed by: dougb
Notes
Notes:
svn path=/head/; revision=290892
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index b3ee45265288..259f275e5cde 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -47,6 +47,30 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="039d057e-544e-11e1-9fb7-003067b2972c"> + <topic>surf -- private information disclosure</topic> + <affects> + <package> + <name>surf</name> + <range><le>0.4.1</le></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>surf does not protect its cookie jar against access read access from + other local users</p> + </body> + </description> + <references> + <cvename>CVE-2012-0842</cvename> + <url>http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659296</url> + </references> + <dates> + <discovery>2012-02-10</discovery> + <entry>2012-02-11</entry> + </dates> + </vuln> + <vuln vid="7c769c89-53c2-11e1-8e52-00163e22ef61"> <topic>glpi -- remote attack via crafted POST request</topic> <affects> |