Lucene search
+L
MozillaMost viewed

1579 matches found

Mozilla
Mozilla
added 2007/10/18 12:0 a.m.32 views

onUnload Tailgating — Mozilla

Michal Zalewski demonstrated that onUnload event handlers had access to the address of the new page about to be loaded, even if the navigation was triggered from outside the page content such as by using a bookmark, pressing the back button, or typing an address into the location bar. If the...

6.8CVSS0.6AI score0.0219EPSS
SaveExploits0References2Affected Software2
Mozilla
Mozilla
added 2007/05/30 12:0 a.m.32 views

Path Abuse in Cookies — Mozilla

Nicolas Derouet reported two problems with cookie handling in Mozilla clients. The first was that the cookie path parameter was not subject to any length checks, and this could be abused to cause the victim's browser to use excessive amounts of memory while it was running as well as waste the dis...

4.3CVSS0.07831EPSS
SaveExploits1References2Affected Software2
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/02/01 12:0 a.m.32 views

Integer overflows in E4X, SVG, and Canvas — Mozilla

Georgi Guninski reports integer overflows in the new E4X, SVG, and Canvas features. These lead to memory corruption that is potentially exploitable to run arbitrary code...

5.1CVSS6.5AI score0.03943EPSS
SaveExploits0References2Affected Software3
Mozilla
Mozilla
added 2026/05/19 12:0 a.m.31 views

Security Vulnerabilities fixed in Firefox for iOS 151.0 — Mozilla

Firefox for iOS hosted Reader mode on an unauthenticated local web server, allowing another application on the same device to request arbitrary URLs and receive the response rendered with the signed-in user's cookies...

6.5CVSS5.9AI score0.00192EPSS
SaveExploits0References1Affected Software1
Mozilla
Mozilla
added 2026/05/19 12:0 a.m.31 views

Security Vulnerabilities fixed in Firefox 151 — Mozilla

Memory safety bugs present in Firefox 150. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code. Memory safety bugs present in Firefox ESR 140.10 and Firefox 150. Some of these bugs showed...

9.6CVSS6AI score0.00583EPSS
SaveExploits0References31Affected Software1
Mozilla
Mozilla
added 2025/05/17 12:0 a.m.31 views

Security Vulnerabilities fixed in Firefox 138.0.4 — Mozilla

An attacker was able to perform an out-of-bounds read or write on a JavaScript Promise object. An attacker was able to perform an out-of-bounds read or write on a JavaScript object by confusing array index sizes...

9.8CVSS6.2AI score0.08947EPSS
SaveExploits1References2Affected Software1
Mozilla
Mozilla
added 2024/09/03 12:0 a.m.31 views

Security Vulnerabilities fixed in Thunderbird 115.15 — Mozilla

A potentially exploitable type confusion could be triggered when looking up a property name on an object being used as the with environment. Internal browser event interfaces were exposed to web content when privileged EventHandler listener callbacks ran for those events. Web content that tried t...

9.8CVSS8.3AI score0.04395EPSS
SaveExploits1References3Affected Software1
Mozilla
Mozilla
added 2024/08/06 12:0 a.m.31 views

Security Vulnerabilities fixed in Thunderbird 115.14 — Mozilla

Insufficient checks when processing graphics shared memory could have led to memory corruption. This could be leveraged by an attacker to perform a sandbox escape. Incomplete WebAssembly exception handing could have led to a use-after-free. Editor code failed to check an attribute value. This cou...

9.8CVSS7AI score0.00634EPSS
SaveExploits0References7Affected Software1
Mozilla
Mozilla
added 2024/07/09 12:0 a.m.31 views

Security Vulnerabilities fixed in Firefox ESR 115.13 — Mozilla

An error in the ECMA-262 specification relating to Async Generators could have resulted in a type confusion, potentially leading to memory corruption and an exploitable crash. Due to large allocation checks in Angle for GLSL shaders being too lenient an out-of-bounds access could occur when...

9.8CVSS8.9AI score0.00977EPSS
SaveExploits0References7Affected Software1
Mozilla
Mozilla
added 2024/04/02 12:0 a.m.31 views

Security Vulnerabilities fixed in Firefox for iOS 124 — Mozilla

Dragging Javascript URLs to the address bar could cause them to be loaded, bypassing restrictions and security protections If an insecure element was added to a page after a delay, Firefox would not replace the secure icon with a mixed content security status...

7.5CVSS7AI score0.00381EPSS
SaveExploits0References2Affected Software1
Mozilla
Mozilla
added 2015/11/03 12:0 a.m.31 views

Reading sensitive profile files through local HTML file on Android — Mozilla

Security researcher Jordi Chancel reported an issue in Firefox for Android where a locally saved HTML file could use file: URIs to trigger the download of additional files or opening of cached profile data without user awareness...

4.3CVSS8.9AI score0.01532EPSS
SaveExploits0References2Affected Software1
Mozilla
Mozilla
added 2015/09/22 12:0 a.m.31 views

JavaScript immutable property enforcement can be bypassed — Mozilla

Mozilla developer Jeff Walden reported that in Gecko's implementation of ECMAScript 5 API's enforces non-configurable properties with logic specific to each API. Scripts that do not go through these APIs can bypass these protections and make changes to the immutable properties in violation of...

9.3CVSS7AI score0.03456EPSS
SaveExploits0References2Affected Software2
Mozilla
Mozilla
added 2013/09/17 12:0 a.m.31 views

GC hazard with default compartments and frame chain restoration — Mozilla

Security researcher Nils reported a potentially exploitable use-after-free in an early test version of Firefox 25. Mozilla developer Bobby Holley found that the cause was an older garbage collection bug that a more recent change made easier to trigger...

9.3CVSS2.7AI score0.05908EPSS
SaveExploits0References3Affected Software3
Mozilla
Mozilla
added 2011/04/28 12:0 a.m.31 views

Information stealing via form history — Mozilla

Security researcher Paul Stone reported that a Java applet could be used to mimic interaction with form autocomplete controls and steal entries from the form history...

5CVSS1.5AI score0.02193EPSS
SaveExploits1References2Affected Software2
Mozilla
Mozilla
added 2011/03/01 12:0 a.m.31 views

Buffer overflow in JavaScript atom map — Mozilla

Security researcher Christian Holler reported that the JavaScript engine's internal mapping of string values contained an error in cases where the number of values being stored was above 64K. In such cases an offset pointer was manually moved forwards and backwards to access the larger address...

10CVSS1.5AI score0.04554EPSS
SaveExploits0References2Affected Software2
Mozilla
Mozilla
added 2011/03/01 12:0 a.m.31 views

ParanoidFragmentSink allows javascript: URLs in chrome documents — Mozilla

Security researcher Roberto Suggi Liverani reported that ParanoidFragmentSink, a class used to sanitize potentially unsafe HTML for display, allows javascript: URLs and other inline JavaScript when the embedding document is a chrome document. While there are no unsafe uses of this class in any...

9.3CVSS0.3AI score0.04471EPSS
SaveExploits2References2Affected Software3
Mozilla
Mozilla
added 2011/03/01 12:0 a.m.31 views

Memory corruption during text run construction (Windows) — Mozilla

Alex Miller reported that when very long strings were constructed and inserted into an HTML document, the browser would incorrectly construct the layout objects used to display the text. Under such conditions an incorrect length would be calculated for a text run resulting in too small of a memor...

10CVSS1.1AI score0.05497EPSS
SaveExploits0References2Affected Software2
Mozilla
Mozilla
added 2010/03/23 12:0 a.m.31 views

Content policy bypass with image preloading — Mozilla

Mozilla developer Josh Soref of Nokia reported that documents failed to call certain security checks when attempting to preload images. Although the image content is not available to the page, it is possible to specify protocols that are normally not allowed in a web page such as file:. This...

7.6CVSS9AI score0.12406EPSS
SaveExploits2References2Affected Software1
Mozilla
Mozilla
added 2009/07/21 12:0 a.m.31 views

setTimeout loses XPCNativeWrappers — Mozilla

Mozilla developer Blake Kaplan reported that setTimeout, when called with certain object parameters which should be protected with a XPCNativeWrapper, will fail to keep the object wrapped when compiling the new function to be executed. If chrome privileged code were to call setTimeout using this ...

10CVSS3.6AI score0.03733EPSS
SaveExploits1References2Affected Software1
Mozilla
Mozilla
added 2009/07/21 12:0 a.m.31 views

Crash and remote code execution during Flash player unloading — Mozilla

Security researcher Attila Suszter reported that when a page contains a Flash object which presents a slow script dialog, and the page is navigated while the dialog is still visible to the user, the Flash plugin is unloaded resulting in a crash due to a call to the deleted object. This crash coul...

10CVSS2.7AI score0.05418EPSS
SaveExploits1References2Affected Software1
Mozilla
Mozilla
added 2009/06/11 12:0 a.m.31 views

Incorrect principal set for file: resources loaded via location bar — Mozilla

Security researchers Adam Barth and Collin Jackson reported that when a file: resource is loaded via the location bar it inherits the principal of the previously loaded document. This vulnerability can potentially give the newly loaded document additional privileges to access the contents of othe...

5.4CVSS2.7AI score0.07124EPSS
SaveExploits1References2Affected Software1
Mozilla
Mozilla
added 2008/11/12 12:0 a.m.31 views

Information stealing via local shortcut files — Mozilla

Security researcher Liu Die Yu of TopsecTianRongXin reported that locally saved .url shortcut files could be used to read information stored in the local cache. An attacker could use this vulnerability to steal information from a victim's browser cache if they were able to get the victim to...

4.3CVSS1.5AI score0.10187EPSS
SaveExploits2References2Affected Software2
Mozilla
Mozilla
added 2008/07/01 12:0 a.m.31 views

XSS through JavaScript same-origin violation — Mozilla

Mozilla contributor mozbugra4 submitted a set of vulnerabilities which allow scripts from one document to be executed in the context of a different document. These vulnerabilities could be used by an attacker to violate the same-origin policy and perform an XSS attack against arbitrary sites,...

4.3CVSS3.3AI score0.02001EPSS
SaveExploits1References2Affected Software2
Mozilla
Mozilla
added 2008/03/25 12:0 a.m.31 views

Multiple XSS vulnerabilities from character encoding — Mozilla

WebKit developer Alexey Proskuryakov reported that the Mozilla HTML parser treated the backspace character as whitespace contrary to the HTML specification and different from other browsers. This difference might lead to Cross-site Scripting XSS risks on sites which filtered input in accordance...

4.3CVSS2.4AI score0.0162EPSS
SaveExploits1References2Affected Software3
Mozilla
Mozilla
added 2007/10/18 12:0 a.m.31 views

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

As part of the Firefox 2.0.0.8 update releases Mozilla developers fixed many bugs to improve the stability of the product. Some of these crashes showed evidence of memory corruption under certain circumstances and we presume that with enough effort at least some of these could be exploited to run...

4.3CVSS4.5AI score0.0343EPSS
SaveExploits1References4Affected Software3
Mozilla
Mozilla
added 2007/07/17 12:0 a.m.31 views

Privilege escallation using an event handler attached to an element not in the document — Mozilla

An attacker can use an element outside of a document to call an event handler allowing content to run arbitrary code with chrome privileges...

9.3CVSS4.1AI score0.04618EPSS
SaveExploits1References2Affected Software2
Mozilla
Mozilla
added 2007/05/30 12:0 a.m.31 views

Crashes with evidence of memory corruption (rv:1.8.0.12/1.8.1.4) — Mozilla

As part of the Firefox 2.0.0.4 and 1.5.0.12 update releases Mozilla developers fixed many bugs to improve the stability of the product. Some of these crashes that showed evidence of memory corruption under certain circumstances and we presume that with enough effort at least some of these could b...

4.5AI score
SaveExploits0References32Affected Software3
Mozilla
Mozilla
added 2007/02/23 12:0 a.m.31 views

Crashes with evidence of memory corruption (rv:1.8.0.10/1.8.1.2) — Mozilla

As part of the Firefox 2.0.0.2 and 1.5.0.10 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 with enough effort at least some of these could be exploited to run arbitrary code...

9.3CVSS2AI score0.07558EPSS
SaveExploits0References27Affected Software3
Mozilla
Mozilla
added 2006/09/14 12:0 a.m.31 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/07/25 12:0 a.m.31 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/06/01 12:0 a.m.31 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/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 2025/05/13 12:0 a.m.30 views

Security Vulnerabilities fixed in Thunderbird 128.10.1 — Mozilla

Thunderbird parses addresses in a way that can allow sender spoofing in case the server allows an invalid From address to be used. For example, if the From header contains an invalid value "Spoofed Name [email protected] [email protected]", Thunderbird treats [email protected] as the...

8.1CVSS6.6AI score0.00378EPSS
SaveExploits0References5Affected Software1
Mozilla
Mozilla
added 2024/11/26 12:0 a.m.30 views

Security Vulnerabilities fixed in Thunderbird 133 — Mozilla

Certain WebGL operations on Apple silicon M series devices could have lead to an out-of-bounds write and memory corruption due to a flaw in Apple's GPU driver. This bug only affected the application on Apple M series hardware. Other platforms were unaffected. Malicious websites may have been able...

9.8CVSS8.7AI score0.00833EPSS
SaveExploits0References17Affected Software1
Mozilla
Mozilla
added 2010/07/20 12:0 a.m.30 views

Same-origin bypass using canvas context — Mozilla

Mozilla developer Vladimir Vukicevic reported that a canvas element can be used to read data from another site, violating the same-origin policy. The read restriction placed on a canvas element which has had cross-origin data rendered into it can be bypassed by retaining a reference to the canvas...

4.3CVSS2.4AI score0.01364EPSS
SaveExploits1References2Affected Software2
Mozilla
Mozilla
added 2009/12/15 12:0 a.m.30 views

Integer overflow, crash in libtheora video library — Mozilla

Security researcher Dan Kaminsky reported an integer overflow in the Theora video library. A video's dimensions were being multiplied together and used in particular memory allocations. When the video dimensions were sufficiently large, the multiplication could overflow a 32-bit integer resulting...

9.3CVSS4AI score0.04785EPSS
SaveExploits0References2Affected Software3
Mozilla
Mozilla
added 2009/08/01 12:0 a.m.30 views

Heap overflow in certificate regexp parsing — Mozilla

Moxie Marlinspike reported a heap overflow vulnerability in the code that handles regular expressions in certificate names. This vulnerability could be used to compromise the browser and run arbitrary code by presenting a specially crafted certificate to the client. This code provided compatibili...

9.3CVSS2.8AI score0.04155EPSS
SaveExploits1References2Affected Software4
Mozilla
Mozilla
added 2009/04/21 12:0 a.m.30 views

POST data sent to wrong site when saving web page with embedded frame — Mozilla

Developer and Mozilla community member Paolo Amadini reported that when saving the inner frame of a web page as a file when the outer page has POST data associated with it, the POST data will be incorrectly sent to the URL of the inner frame. This could potentially result in a user's sensitive da...

4.3CVSS1.9AI score0.02313EPSS
SaveExploits1References2Affected Software2
Mozilla
Mozilla
added 2009/02/03 12:0 a.m.30 views

Chrome privilege escalation via local .desktop files — Mozilla

Mozilla security researcher Georgi Guninski reported that the fix for an earlier vulnerability reported by Liu Die Yu using local internet shortcut files to access other sites MFSA 2008-47 could be bypassed by redirecting to a privileged about: URI such as about:plugins. If an attacker could get ...

5.1CVSS2.4AI score0.03225EPSS
SaveExploits0References3Affected Software1
Mozilla
Mozilla
added 2008/12/16 12:0 a.m.30 views

Crashes with evidence of memory corruption (rv:1.9.0.5/1.8.1.19) — Mozilla

Mozilla developers identified and fixed several stability bugs in the browser engine used in Firefox and other Mozilla-based products. Some of these crashes showed evidence of memory corruption under certain circumstances and we presume that with enough effort at least some of these could be...

10CVSS2.8AI score0.03201EPSS
SaveExploits0References6Affected Software3
Mozilla
Mozilla
added 2008/11/12 12:0 a.m.30 views

nsXMLHttpRequest::NotifyEventListeners() same-origin violation — Mozilla

Mozilla security researcher mozbugra4 reported that the same-origin check in nsXMLHttpRequest::NotifyEventListeners could be bypassed. This vulnerability could be used to execute JavaScript in the context of a different website...

7.5CVSS1.2AI score0.03029EPSS
SaveExploits0References2Affected Software3
Mozilla
Mozilla
added 2008/11/12 12:0 a.m.30 views

XSS and JavaScript privilege escalation via session restore — Mozilla

Security researcher David Bloom reported that the browser's session restore feature can be used to violate the same-origin policy and run JavaScript in the context of another site. Any otherwise unexploitable crash can be used to force the user into the session restore state...

4.3CVSS1.5AI score0.0307EPSS
SaveExploits0References2Affected Software1
Mozilla
Mozilla
added 2008/09/25 12:0 a.m.30 views

Heap overflow when canceling newsgroup message — Mozilla

Georgi Guninski reported a buffer overflow in the handling of cancelled newsgroup messages. The error was caused by too small a heap buffer being allocated to store message header information. This buffer could be overrun by an attacker using a specially crafted message which could crash the mail...

10CVSS2.6AI score0.07351EPSS
SaveExploits1References2Affected Software2
Mozilla
Mozilla
added 2008/09/23 12:0 a.m.30 views

Privilege escalation using feed preview page and XSS flaw — Mozilla

Mozilla security researcher mozbugra4 reported a series of vulnerabilities in feedWriter which allow scripts from page content to run with chrome privileges...

7.5CVSS2.6AI score0.02531EPSS
SaveExploits1References3Affected Software1
Mozilla
Mozilla
added 2008/02/07 12:0 a.m.30 views

Multiple file input focus stealing vulnerabilities — Mozilla

Security researchers hong and Gregory Fleischer each reported a variant on earlier reported bugs regarding focus shifting in file input controls. Their variants used file input controls nested inside tags to take advantage of automatic focus shifting into the file input field noted on the Hacker...

4.3CVSS0.9AI score0.02086EPSS
SaveExploits1References3Affected Software2
Mozilla
Mozilla
added 2007/12/19 12:0 a.m.30 views

Upgraded Thunderbird 1.5.0.13 missing fix for MFSA 2007-23 — Mozilla

Mozilla tester Stephen Donner reported that only users who installed Thunderbird 1.5.0.13 using the install package received the fix for MFSA 2007-23. Users who upgraded to Thunderbird 1.5.0.13 from an earlier version using the automatic update mechanism were not protected. If those users browsed...

4.3CVSS3.5AI score0.29355EPSS
SaveExploits4References3Affected Software1
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.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/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
Total number of security vulnerabilities1579