Lucene search
+L
MozillaRecent

1579 matches found

Mozilla
Mozilla
added 2006/12/19 12:0 a.m.41 views

Crashes with evidence of memory corruption (rv:1.8.0.9/1.8.1.1) — Mozilla

As part of the Firefox 2.0.0.1 and 1.5.0.9 update releases we fixed several bugs to improve the stability of the product. Some of these were crashes that showed evidence of memory corruption and we presume that at least some of these could be exploited to run arbitrary code with enough effort...

6.8CVSS2AI score0.04324EPSS
SaveExploits0References22Affected Software3
Mozilla
Mozilla
added 2006/12/19 12:0 a.m.35 views

XSS using outer window's Function object — Mozilla

mozbugra4 demonstrated that the Function prototype regression described in bug 355161 could be exploited to bypass the protections against cross site script XSS injection, which could be used to steal credentials or sensitive data from arbitrary sites or perform destructive actions on behalf of a...

4.3CVSS5.5AI score0.01702EPSS
SaveExploits0References3Affected Software1
Mozilla
Mozilla
added 2006/12/19 12:0 a.m.44 views

XSS by setting img.src to javascript: URI — Mozilla

mozbugra4 reported that the src attribute of an IMG element loaded in a frame could be changed to a javascript: URI that was able to bypass the protections against cross-site script XSS injection. The injected script could steal credentials and financial data, or perform destructive actions on...

6.8CVSS1AI score0.04097EPSS
SaveExploits0References2Affected Software3
Mozilla
Mozilla
added 2006/11/07 12:0 a.m.44 views

Running Script can be recompiled — Mozilla

shutdown demonstrated that it was possible to modify a Script object while it was executing, potentially leading to the execution of arbitrary JavaScript bytecode...

7.5CVSS3.5AI score0.02614EPSS
SaveExploits0References2Affected Software3
Mozilla
Mozilla
added 2006/11/07 12:0 a.m.32 views

RSA Signature Forgery (variant) — Mozilla

MFSA 2006-60 reported that RSA digital signatures with a low exponent typically 3 could be forged. This flaw was corrected in the Mozilla Network Security Services NSS library version 3.11.3 used by Firefox 2.0 and current development versions of Mozilla clients...

6.4CVSS4AI score0.02633EPSS
SaveExploits0References3Affected Software3
Mozilla
Mozilla
added 2006/11/07 12:0 a.m.41 views

Crashes with evidence of memory corruption (rv:1.8.0.8) — Mozilla

As part of the Firefox 1.5.0.8 release we fixed several bugs to improve the stability of the product. Some of these were crashes that showed evidence of memory corruption and we presume that at least some of these could be exploited to run arbitrary code with enough effort...

7.5CVSS1.9AI score0.05531EPSS
SaveExploits0References18Affected Software3
Mozilla
Mozilla
added 2006/09/14 12:0 a.m.34 views

RSA Signature Forgery — Mozilla

Philip Mackenzie and Marius Schilder of Google informed us of Daniel Bleichenbacher's recent presentation of a common implementation error in RSA signature verification, a failure to account for extra data in the signature. For signatures with a small exponent such as 3 it is possible for an...

4.3CVSS3.2AI score0.04854EPSS
SaveExploits1References7Affected Software4
Mozilla
Mozilla
added 2006/09/14 12:0 a.m.30 views

JavaScript Regular Expression Heap Corruption — Mozilla

Priit Laes reported a crash due to a heap buffer overflow triggered by a JavaScript regular expression containing a minimal quantifier. We presume this could be exploited to run arbitrary code...

9.3CVSS1.3AI score0.05706EPSS
SaveExploits0References2Affected Software3
Mozilla
Mozilla
added 2006/09/14 12:0 a.m.33 views

JavaScript execution in mail via XBL — Mozilla

Georgi Guninski demonstrated that even with JavaScript disabled in mail the default an attacker can still execute JavaScript when a mail message is viewed, replied to, or forwarded by putting the script in a remote XBL file loaded by the message. The executed script could be used to alter or chan...

2.6CVSS2AI score0.02251EPSS
SaveExploits0References1Affected Software2
Mozilla
Mozilla
added 2006/09/14 12:0 a.m.40 views

Auto-update compromise through DNS and SSL spoofing — Mozilla

The Firefox and Thunderbird auto-update mechanism protects itself against DNS spoofing using SSL; only a site presenting a valid certificate for aus2.mozilla.org will be trusted as a source of update information. Jon Oberheide points out, however, that many users accept unverifiable self-signed...

2.6CVSS0.9AI score0.0179EPSS
SaveExploits1References1Affected Software2
Mozilla
Mozilla
added 2006/09/14 12:0 a.m.41 views

Crashes with evidence of memory corruption (rv:1.8.0.7) — Mozilla

As part of the Firefox 1.5.0.7 release we fixed several bugs to improve the stability of the product. Some of these were crashes that showed evidence of memory corruption and we presume that at least some of these could be exploited to run arbitrary code with enough effort...

10CVSS1.9AI score0.0544EPSS
SaveExploits0References29Affected Software3
Mozilla
Mozilla
added 2006/09/14 12:0 a.m.33 views

Popup-blocker cross-site scripting (XSS) — Mozilla

shutdown demonstrated that blocked popups opened from the status bar "blocked popups" icon were always opened in the context of the site listed in the Location address bar, even if the blocked popup were originally opened by a subframe loaded from another site. This allows the popup to perform a...

2.6CVSS1.5AI score0.0213EPSS
SaveExploits0References2Affected Software1
Mozilla
Mozilla
added 2006/09/14 12:0 a.m.35 views

Frame spoofing using document.open() — Mozilla

shutdown demonstrated a way to inject content into a sub-frame of another site using targetWindow.framesn.document.open, making the attackers content look like it was part of the victim site. Similar in effect to MFSA 2005-51...

4.3CVSS4.6AI score0.02164EPSS
SaveExploits0References2Affected Software2
Mozilla
Mozilla
added 2006/09/14 12:0 a.m.36 views

Concurrency-related vulnerability — Mozilla

Jonathan Watt and Michal Zalewski independently reported timing dependent testcases that trigger crashes at the same place during text display. We have seen no demonstration that these crashes could be reliably exploited, but they do show evidence of memory corruption so we presume they could be...

7.6CVSS2.5AI score0.14915EPSS
SaveExploits1References3Affected Software3
Mozilla
Mozilla
added 2006/07/25 12:0 a.m.35 views

XSS with XPCNativeWrapper(window).Function(...) — Mozilla

shutdown reports that cross-site scripting XSS attacks could be performed using the construct XPCNativeWrapperwindow.Function..., which created a function that appeared to belong to the window in question even after it had been navigated to the target site...

6.8CVSS1.5AI score0.03314EPSS
SaveExploits0References1Affected Software3
Mozilla
Mozilla
added 2006/07/25 12:0 a.m.44 views

Code execution through deleted frame reference — Mozilla

Thilo Girmann discovered that in certain circumstances a JavaScript reference to a frame or window was not properly cleared when the referenced content went away, and he demonstrated that this pointer to a deleted object could be used to execute native code supplied by the attacker...

7.5CVSS6.3AI score0.04345EPSS
SaveExploits0References1Affected Software2
Mozilla
Mozilla
added 2006/07/25 12:0 a.m.41 views

UniversalBrowserRead privilege escalation — Mozilla

shutdown reports that scripts granted the UniversalBrowserRead privilege can leverage that into the equivalent of the far more powerful UniversalXPConnect since they are allowed to "read" into a privileged context. This allows the attacker the ability to run scripts with the full privilege of the...

7.5CVSS8.8AI score0.03036EPSS
SaveExploits0References1Affected Software3
Mozilla
Mozilla
added 2006/07/25 12:0 a.m.41 views

JavaScript engine vulnerabilities — Mozilla

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

7.5CVSS3.9AI score0.06476EPSS
SaveExploits0References14Affected Software3
Mozilla
Mozilla
added 2006/07/25 12:0 a.m.35 views

Heap buffer overwrite on malformed VCard — Mozilla

A VCard attachment with a malformed base64 field such as a photo can trigger a heap buffer overwrite. These have proven exploitable in the past, though in this case the overwrite is accompanied by an integer underflow that would attempt to copy more data than the typical machine has, leading to a...

5CVSS6.1AI score0.03245EPSS
SaveExploits0References1Affected Software2
Mozilla
Mozilla
added 2006/07/25 12:0 a.m.34 views

Crashes with evidence of memory corruption (rv:1.8.0.5) — Mozilla

As part of the Firefox 1.5.0.5 stability and security release, developers in the Mozilla community looked for and fixed several crash bugs to improve the stability of Mozilla clients. Some of these crashes showed evidence of memory corruption that we presume could be exploited to run arbitrary co...

7.5CVSS4.2AI score0.0747EPSS
SaveExploits0References9Affected Software3
Mozilla
Mozilla
added 2006/07/25 12:0 a.m.26 views

Memory corruption with simultaneous events — Mozilla

Secunia Research has discovered a vulnerability in Mozilla Firefox 1.5 branch, which can be exploited by malicious people to compromise a user's system...

7.5CVSS6AI score0.06305EPSS
SaveExploits0References3Affected Software3
Mozilla
Mozilla
added 2006/07/25 12:0 a.m.35 views

JavaScript new Function race condition — Mozilla

H. D. Moore reported a testcase that was able to trigger a race condition where JavaScript garbage collection deleted a temporary variable still being used in the creation of a new Function object. The resulting use of a deleted object may be potentially exploitable to run native code provided by...

5.1CVSS6.2AI score0.04378EPSS
SaveExploits0References2Affected Software3
Mozilla
Mozilla
added 2006/07/25 12:0 a.m.24 views

chrome: scheme loading remote content — Mozilla

Benjamin Smedberg discovered that chrome URL's could be made to reference remote files, which would run scripts with full privilege. There is no known way for web content to successfully load a chrome: url, but if a user could be convinced to do so manually perhaps by copying a link and pasting i...

2.6CVSS6AI score0.03093EPSS
SaveExploits0References1Affected Software3
Mozilla
Mozilla
added 2006/07/25 12:0 a.m.30 views

PAC privilege escalation using Function.prototype.call — Mozilla

mozbugra4 reports that a malicious Proxy AutoConfig PAC server could serve a PAC script that can execute code with elevated privileges by setting the required FindProxyForURL function to the eval method on a privileged object that leaked into the PAC sandbox. By redirecting the victim to a...

7.5CVSS1.4AI score0.02897EPSS
SaveExploits0References1Affected Software2
Mozilla
Mozilla
added 2006/07/25 12:0 a.m.36 views

Privilege escalation using named-functions and redefined "new Object()" — Mozilla

mozbugra4 discovered that named JavaScript functions have a parent object created using the standard Object constructor ECMA-specified behavior and that this constructor can be redefined by script also ECMA-specified behavior. If the Object constructor is changed to return a reference to a...

7.5CVSS8.9AI score0.05359EPSS
SaveExploits0References1Affected Software3
Mozilla
Mozilla
added 2006/07/25 12:0 a.m.35 views

Native DOM methods can be hijacked across domains — Mozilla

A malicious page can hijack native DOM methods on a document object in another domain, which will run the attacker's script when called by the victim page. This could be used to steal login cookies, password, or other sensitive data on the target page, or to perform actions on behalf of a logged-...

5.8CVSS5.7AI score0.02316EPSS
SaveExploits0References2Affected Software3
Mozilla
Mozilla
added 2006/07/25 12:0 a.m.30 views

Javascript navigator Object Vulnerability — Mozilla

An anonymous researcher for TippingPoint and the Zero Day Initiative showed that when used in a web page Java would reference properties of the window.navigator object as it started up. If the page replaced the navigator object before starting Java then the browser would crash in a way that could...

7.5CVSS6.1AI score0.78359EPSS
SaveExploits13References2Affected Software2
Mozilla
Mozilla
added 2006/06/01 12:0 a.m.34 views

Web site XSS using BOM on UTF-8 pages — Mozilla

Masatoshi Kimura reports that the Unicode Byte-order-Mark BOM is stripped from UTF-8 pages during the conversion to Unicode before the parser sees the web page. As a result the parser will see and process script tags that web input sanitizers may miss because they appear as "scrBOMipt" or similar...

4.3CVSS1AI score0.0167EPSS
SaveExploits0References2Affected Software3
Mozilla
Mozilla
added 2006/06/01 12:0 a.m.32 views

Privilege escalation using addSelectionListener — Mozilla

Web content could access the nsISelectionPrivate interface of the Selection object and use it to add a SelectionListener. The listener would be called when the user did a "Find" on the page or a "select all", and as intended this shouldn't cause any problems. But as with escaping the PAC sandbox ...

7.5CVSS2.8AI score0.06027EPSS
SaveExploits0References4Affected Software2
Mozilla
Mozilla
added 2006/06/01 12:0 a.m.38 views

File stealing by changing input type (variant) — Mozilla

Chuck McAuley provided Proof-of-Concept code that demonstrates that MFSA 2006-23 was not fixed for all cases. In Firefox 1.5.0.2 it is still possible to pre-fill a text input control with the path to a file at a known location and then change the type of the input control to a file upload control...

4.3CVSS3.3AI score0.01677EPSS
SaveExploits0References3Affected Software2
Mozilla
Mozilla
added 2006/06/01 12:0 a.m.39 views

Buffer overflow in crypto.signText() — Mozilla

Mikolaj Habryn discovered an array index bug in crypto.signText that results in overflowing an allocated array of pointers by two when optional Certificate Authority name arguments are passed in...

5CVSS3.6AI score0.04907EPSS
SaveExploits0References2Affected Software3
Mozilla
Mozilla
added 2006/06/01 12:0 a.m.30 views

Double-free on malformed VCard — Mozilla

Masatoshi Kimura reported a hang caused by a double-free in Thunderbird when processing a large VCard with invalid base64 characters in it. Since an attacker can supply an arbitrary amount of well-formed VCard data before introducing the error we presume this could be exploited to run code of the...

6.4CVSS3AI score0.03315EPSS
SaveExploits0References2Affected Software2
Mozilla
Mozilla
added 2006/06/01 12:0 a.m.34 views

"View Image" local resource linking (Windows) — Mozilla

Normally Mozilla-based clients prevent web content from linking to local files but Eric Foley reports a partial bypass of this restriction by using Windows filename syntax on a Windows computer rather than a file:/// URL as the SRC= attribute. The image will not be loaded on the web page--it will...

5.1CVSS5.6AI score0.02536EPSS
SaveExploits0References2Affected Software2
Mozilla
Mozilla
added 2006/06/01 12:0 a.m.26 views

Remote compromise via content-defined setter on object prototypes — Mozilla

Paul Nickerson discovered that content-defined setters on an object prototype were getting called by privileged UI code, and mozbugra4 was able to develop an exploit PoC that demonstrated that the higher privilege level could be passed along to the content-defined attack code...

7.5CVSS4.5AI score0.06243EPSS
SaveExploits0References2Affected Software3
Mozilla
Mozilla
added 2006/06/01 12:0 a.m.36 views

XSS viewing javascript: frames or images from context menu — Mozilla

Paul Nickerson demonstrated that if an attacker could convince a user to right-click on a broken image and choose "View Image" from the context menu then he could get javascript to run on a site of the attacker's choosing by making the image src attribute a javascript: URL and loading the target...

4.3CVSS1.8AI score0.01548EPSS
SaveExploits0References3Affected Software2
Mozilla
Mozilla
added 2006/06/01 12:0 a.m.31 views

HTTP response smuggling — Mozilla

Kazuho Oku of Cybozu Labs reports via the Information-technology Promotion Agency, Japan, that Firefox is vulnerable to HTTP response smuggling when used with certain proxy servers...

2.6CVSS1.7AI score0.01766EPSS
SaveExploits0References3Affected Software3
Mozilla
Mozilla
added 2006/06/01 12:0 a.m.38 views

EvalInSandbox escape (Proxy Autoconfig, Greasemonkey) — Mozilla

Mozilla researcher mozbugra4 demonstrated that javascript run via EvalInSandbox can escape the sandbox and gain elevated privilege by calling valueOf on objects created outside the sandbox and inserted into it. Malicious scripts could use these privileges to compromise your computer or data...

9.3CVSS4.5AI score0.02753EPSS
SaveExploits0References5Affected Software3
Mozilla
Mozilla
added 2006/06/01 12:0 a.m.30 views

PLUGINSPAGE privileged JavaScript execution II — Mozilla

Paul Nickerson reports that the fix for MFSA 2005-34 can be bypassed using nested javascript: URLs, again allowing the attacker to execute privileged code. The attacker must first convince the user to first click on the missing-plugin icon in the page or the "Install Missing Plugins..." button in...

5.1CVSS4.7AI score0.01787EPSS
SaveExploits0References3Affected Software1
Mozilla
Mozilla
added 2006/06/01 12:0 a.m.36 views

Privilege escalation through XUL persist. — Mozilla

In certain circumstances persisted XUL attributes are associated with the wrong URL. If an attacker can get a persisted string associated with an URL that will later eval or execute that attribute in a privileged context then the attacker's code will run with the full permissions of the browser...

7.5CVSS6.8AI score0.04566EPSS
SaveExploits0References2Affected Software3
Mozilla
Mozilla
added 2006/06/01 12:0 a.m.37 views

Fixes for crashes with potential memory corruption (rv:1.8.0.4) — Mozilla

Mozilla team members discovered several crashes during testing of the browser engine showing evidence of memory corruption that we presume is exploitable...

9.3CVSS5.1AI score0.07251EPSS
SaveExploits0References12Affected Software3
Mozilla
Mozilla
added 2006/05/02 12:0 a.m.30 views

Deleted object reference when designMode="on" — Mozilla

Martijn Wargers and Nick Mott each described crashes that were discovered to ultimately stem from the same root cause: attempting to use a deleted controller context when designMode was turned on. This generally results in crashing the browser, but in theory references to deleted objects can be...

5.1CVSS6.3AI score0.54003EPSS
SaveExploits2References5Affected Software1
Mozilla
Mozilla
added 2006/04/21 12:0 a.m.41 views

JavaScript execution in mail when forwarding in-line — Mozilla

Georgi Guninski reports that forwarding mail in-line while using the default HTML "rich mail" editor will execute JavaScript embedded in the e-mail message. Forwarding mail in-line is not the default setting but it is easily accessed through the "Forward As" menu item...

9.3CVSS0.6AI score0.07066EPSS
SaveExploits2References1Affected Software3
Mozilla
Mozilla
added 2006/04/21 12:0 a.m.37 views

Table Rebuilding Code Execution Vulnerability — Mozilla

An anonymous researcher for TippingPoint and the Zero Day Initiative reports that an invalid and nonsensical ordering of table-related tags causes Mozilla to use a negative array index. This invalid memory use can be exploited to run code of the attacker's choice...

9.3CVSS3.9AI score0.07786EPSS
SaveExploits0References2Affected Software4
Mozilla
Mozilla
added 2006/04/13 12:0 a.m.38 views

Crashes with evidence of memory corruption (rv:1.8.0.2) — Mozilla

As part of the Firefox 1.5.0.2 release we fixed several crash bugs to improve the stability of the product, with a particular focus on finding crashes caused by DHTML. Some of these crashes showed evidence of memory corruption that we presume could be exploited to run arbitrary code with enough...

7.5CVSS1.5AI score0.0689EPSS
SaveExploits0References7Affected Software3
Mozilla
Mozilla
added 2006/04/13 12:0 a.m.36 views

Cross-site JavaScript injection using event handlers — Mozilla

shutdown reported a method of injecting running JavaScript code into a page on another site using a modal alert to suspend an event handler while a new page is being loaded. This vulnerability allows an attacker to steal any confidential information the new page might contain, including any...

4.3CVSS1.3AI score0.03892EPSS
SaveExploits1References6Affected Software4
Mozilla
Mozilla
added 2006/04/13 12:0 a.m.46 views

Privilege escalation through Print Preview — Mozilla

Georgi Guninski reported two variants of using scripts in an XBL control to gain chrome privileges when the page is viewed under "Print Preview"...

7.6CVSS3.1AI score0.06371EPSS
SaveExploits0References2Affected Software4
Mozilla
Mozilla
added 2006/04/13 12:0 a.m.40 views

Cross-site scripting using .valueOf.call() — Mozilla

mozbugra4 discovered that .valueOf.call and .valueOf.apply when called with no arguments were returning the Object class prototype rather than the caller's global window object. When called on a reachable property of another window this provides a hook to get around the same-origin protection,...

4.3CVSS2AI score0.0178EPSS
SaveExploits0References2Affected Software4
Mozilla
Mozilla
added 2006/04/13 12:0 a.m.31 views

Mozilla Firefox Tag Order Vulnerability — Mozilla

A particular sequence of HTML tags that reliably crash Mozilla clients was reported by an anonymous researcher via TippingPoint and the Zero Day Initiative. The crash is due to memory corruption that can be exploited to run arbitrary code...

9.3CVSS6.7AI score0.10487EPSS
SaveExploits0References3Affected Software4
Mozilla
Mozilla
added 2006/04/13 12:0 a.m.38 views

Downloading executables with "Save Image As..." — Mozilla

By layering a transparent image link to an executable on top of a visible and presumably desirable image a malicious site might be able to convince some visitors to right-click and choose "Save image as..." from the context menu and fool them by giving them the executable instead. When the users...

2.6CVSS5.6AI score0.02438EPSS
SaveExploits0References1Affected Software3
Mozilla
Mozilla
added 2006/04/13 12:0 a.m.26 views

Spoofing with translucent windows — Mozilla

An interaction between XUL content windows and the new faster history mechanism in Firefox 1.5 caused those windows to become translucent. This could be used to construct spoofs that could trick users into interacting with browser UI they can't see. It's possible a clever game-type presentation...

2.6CVSS3.3AI score0.02234EPSS
SaveExploits1References1Affected Software2
Total number of security vulnerabilities1579