diff options
author | sat <sat@FreeBSD.org> | 2008-04-29 01:14:17 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2008-04-29 01:14:17 +0800 |
commit | a01e04dfc038d748d820dfd313979a515dc70340 (patch) | |
tree | b7f25cde89c76751d26a9ff9488fafc72561fea6 | |
parent | 539e5471fb2e102dc0d4ff5db6a89442cee49519 (diff) | |
download | freebsd-ports-gnome-a01e04dfc038d748d820dfd313979a515dc70340.tar.gz freebsd-ports-gnome-a01e04dfc038d748d820dfd313979a515dc70340.tar.zst freebsd-ports-gnome-a01e04dfc038d748d820dfd313979a515dc70340.zip |
- A new Firefox vulnerability currently affects 10 of our ports, on
average. A new VuXML entry usually forgets about 8 of them.
Wiki: http://wiki.freebsd.org/VuXML
-rw-r--r-- | security/vuxml/vuln.xml | 34 |
1 files changed, 28 insertions, 6 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 84b926e56121..f97fb6ca43b9 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -212,7 +212,7 @@ Note: Please add new entries to the beginning of this file. </vuln> <vuln vid="67bd39ba-12b5-11dd-bab7-0016179b2dd5"> - <topic>firefox -- javascript harbage collector vulnerability</topic> + <topic>firefox -- javascript garbage collector vulnerability</topic> <affects> <package> <name>firefox</name> @@ -222,17 +222,38 @@ Note: Please add new entries to the beginning of this file. <name>linux-firefox</name> <range><lt>2.0.0.14</lt></range> </package> + <package> + <name>seamonkey</name> + <name>linux-seamonkey</name> + <range><lt>1.1.10</lt></range> + </package> + <package> + <name>flock</name> + <name>linux-flock</name> + <range><lt>1.1.2</lt></range> + </package> + <package> + <name>linux-firefox-devel</name> + <name>linux-seamonkey-devel</name> + <range><gt>0</gt></range> + </package> + <package> + <name>thunderbird</name> + <name>linux-thunderbird</name> + <range><lt>2.0.0.14</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/2008/mfsa2008-20.html"> <p>Fixes for security problems in the JavaScript engine described in - MFSA 2008-15 introduced a stability problem, where some users experienced - crashes during JavaScript garbage collection. This is being fixed primarily - to address stability concerns. We have no demonstration that this particular - crash is exploitable but are issuing this advisory because some crashes of this - type have been shown to be exploitable in the past.</p> + MFSA 2008-15 introduced a stability problem, where some users + experienced crashes during JavaScript garbage collection. This is + being fixed primarily to address stability concerns. We have no + demonstration that this particular crash is exploitable but are + issuing this advisory because some crashes of this type have been + shown to be exploitable in the past.</p> </blockquote> </body> </description> @@ -246,6 +267,7 @@ Note: Please add new entries to the beginning of this file. <dates> <discovery>2008-04-16</discovery> <entry>2008-04-25</entry> + <modified>2008-04-28</modified> </dates> </vuln> |