diff options
author | beat <beat@FreeBSD.org> | 2010-03-23 16:36:57 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2010-03-23 16:36:57 +0800 |
commit | 7fe63cfe794275004f451a7182770028379bccae (patch) | |
tree | a0581cd2c5792b6ac8752dda09be12fc1e0ff0f6 /security | |
parent | 469ffb56aad16204f47a1af48e89c4e968ea41a4 (diff) | |
download | freebsd-ports-gnome-7fe63cfe794275004f451a7182770028379bccae.tar.gz freebsd-ports-gnome-7fe63cfe794275004f451a7182770028379bccae.tar.zst freebsd-ports-gnome-7fe63cfe794275004f451a7182770028379bccae.zip |
- Document firefox -- WOFF heap corruption due to integer overflow
Approved by: miwi
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 0937aca52af8..01fa27afbd71 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,32 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="5d5ed535-3653-11df-9edc-000f20797ede"> + <topic>firefox -- WOFF heap corruption due to integer overflow</topic> + <affects> + <package> + <name>firefox</name> + <range><gt>3.6,1</gt><lt>3.6.2,1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Mozilla Project reports:</p> + <blockquote cite="http://www.mozilla.org/security/known-vulnerabilities/"> + <p>MFSA 2010-08 WOFF heap corruption due to integer overflow</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2010-1028</cvename> + <url>http://www.mozilla.org/security/announce/2010/mfsa2010-08.html</url> + </references> + <dates> + <discovery>2010-03-22</discovery> + <entry>2010-03-23</entry> + </dates> + </vuln> + <vuln vid="56cfe192-329f-11df-abb2-000f20797ede"> <topic>mozilla -- multiple vulnerabilities</topic> <affects> |