You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.



You are here: Known Vulnerabilities in Mozilla Products (Firefox 1.5.0.5) > MFSA 2006-50

Mozilla Foundation Security Advisory 2006-50

Title: JavaScript engine vulnerabilities
Impact: Critical
Announced: July 25, 2006
Reporter: Mozilla community
Products: Firefox, Thunderbird, SeaMonkey

Fixed in: Firefox 1.5.0.5
  Thunderbird 1.5.0.5
  SeaMonkey 1.0.3

Description

Continuing our security audit of the JavaScript engine, Mozilla developers found and fixed several potential vulnerabilities.

Igor Bukanov and shutdown found additional places where an untimely garbage collection could delete a temporary object that was in active use (similar to MFSA 2006-01 and MFSA 2006-10). Some of these may allow an attacker to run arbitrary code given the right conditions.

Georgi Guninski found potential integer overflow issues with long strings in the toSource() methods of the Object, Array and String objects as well as string function arguments.

Thunderbird shares the browser engine with Firefox and would be vulnerable if JavaScript were to be enabled in mail. This is not the default setting and we strongly discourage users from enabling JavaScript in mail.

Workaround

Disable JavaScript until you can upgrade to a fixed version. Do not enable JavaScript in mail clients such as Thunderbird.

References

Garbage collection issues discovered by Igor Bukanov and shutdown:

Integer overflow issues found by Georgi Guninski: