diff options
author | delphij <delphij@FreeBSD.org> | 2007-11-28 05:35:54 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2007-11-28 05:35:54 +0800 |
commit | 2c4b40ecbae23f9f528044ed4125047ba196aff6 (patch) | |
tree | aac0f6ddab2abcf199ba4e43235c60eb84051ec5 /security/vuxml | |
parent | 8107b471b35c15be91bcea4b80f947408212c1cc (diff) | |
download | freebsd-ports-gnome-2c4b40ecbae23f9f528044ed4125047ba196aff6.tar.gz freebsd-ports-gnome-2c4b40ecbae23f9f528044ed4125047ba196aff6.tar.zst freebsd-ports-gnome-2c4b40ecbae23f9f528044ed4125047ba196aff6.zip |
Document firefox multiple unspecified memory corruption vulnerabilities.
Approved by: portmgr (ports-security blanket)
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/vuln.xml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 62c90380fefb..582b9d454c76 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,45 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="f1f6f6da-9d2f-11dc-9114-001c2514716c"> + <topic>firefox -- multiple remote unspecified memory corruption vulnerabilities</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>2.0.0.10,1</lt></range> + </package> + <package> + <name>linux-firefox</name> + <range><lt>2.0.0.10</lt></range> + </package> + <package> + <name>seamonkey</name> + <name>linux-seamonkey</name> + <range><lt>1.1.7</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Mozilla Foundation reports:</p> + <blockquote cite="http://www.mozilla.org/security/announce/2007/mfsa2007-38.html"> + <p>The Firefox 2.0.0.10 update contains fixes for three bugs that + improve the stability of the product. These crashes showed some + evidence of memory corruption under certain circumstances and we + presume that with enough effort at least some of these could be + exploited to run arbitrary code.</p> + </blockquote> + </body> + </description> + <references> + <bid>26593</bid> + <cvename>CVE-2007-5959</cvename> + </references> + <dates> + <discovery>2007-11-26</discovery> + <entry>2007-11-27</entry> + </dates> + </vuln> + <vuln vid="15485ae8-9848-11dc-9e48-0016179b2dd5"> <topic>phpmyadmin -- Cross Site Scripting</topic> <affects> |