diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2012-02-11 10:50:38 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2012-02-11 10:50:38 +0000 |
commit | b1d5b7e254405d5981e9021d7047ac4c4a751019 (patch) | |
tree | 7bea4de39c999c0968cd4513e806fe24ae0bb587 /security/vuxml/vuln.xml | |
parent | 743e6f1c698a3ec9395b7b01cf3974dd1bcb86c3 (diff) |
Notes
Diffstat (limited to 'security/vuxml/vuln.xml')
-rw-r--r-- | security/vuxml/vuln.xml | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index ec9513b205cc..ff3186d735d7 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -47,6 +47,52 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="eba9aa94-549c-11e1-b6b7-0011856a6e37"> + <topic>mozilla -- use after free in nsXBLDocumentInfo::ReadPrototypeBindings</topic> + <affects> + <package> + <name>firefox</name> + <range><ge>10.0,1</ge><lt>10.0.1,1</lt></range> + </package> + <package> + <name>linux-firefox</name> + <range><ge>10.0,1</ge><lt>10.0.1,1</lt></range> + </package> + <package> + <name>linux-seamonkey</name> + <range><ge>2.7</ge><lt>2.7.1</lt></range> + </package> + <package> + <name>linux-thunderbird</name> + <range><ge>10.0</ge><lt>10.0.1</lt></range> + </package> + <package> + <name>seamonkey</name> + <range><ge>2.7</ge><lt>2.7.1</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><ge>10.0</ge><lt>10.0.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The Mozilla Project reports:</p> + <blockquote cite="http://www.mozilla.org/security/known-vulnerabilities/"> + <p>MFSA 2012-10 use after free in nsXBLDocumentInfo::ReadPrototypeBindings</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2012-0452</cvename> + <url>https://www.mozilla.org/security/announce/2012/mfsa2012-10.html</url> + </references> + <dates> + <discovery>2012-02-10</discovery> + <entry>2012-02-11</entry> + </dates> + </vuln> + <vuln vid="1c4cab30-5468-11e1-9fb7-003067b2972c"> <topic> bip -- buffer overflow</topic> <affects> |