Lucene search
K
MozillaMost viewed

1568 matches found

Mozilla
Mozilla
added 2006/04/13 12:0 a.m.35 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
Exploits0References1Affected Software3
Mozilla
Mozilla
added 2006/04/13 12:0 a.m.35 views

CSS Letter-Spacing Heap Overflow Vulnerability — Mozilla

An anonymous researcher for TippingPoint and the Zero Day Initiative discovered an integer overflow triggered by the CSS letter-spacing property. This results in in under-allocating memory and ultimately a heap buffer overflow which could be exploited to run code of the attacker's choice...

9.3CVSS3.3AI score0.1034EPSS
Exploits0References2Affected Software4
Mozilla
Mozilla
added 2005/02/24 12:0 a.m.35 views

Plugins can be used to load privileged content — Mozilla

Plugins such as flash can be used to load privileged content into a frame. Once loaded various spoofs can be applied to get the user to interact with the privileged content. Michael Krax's "Fireflashing" example demonstrates that an attacker can open about:config in a frame, hide it with an opaci...

5.1CVSS1.9AI score0.07322EPSS
Exploits1References4Affected Software2
Mozilla
Mozilla
added 2024/07/11 12:0 a.m.34 views

Security Vulnerabilities fixed in Thunderbird 128 — 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. Clipboard code failed to check the index on an array access. This could have led to an out-of-bounds read. It was possibl...

8.8CVSS9AI score0.00656EPSS
Exploits1References17Affected Software1
Mozilla
Mozilla
added 2024/01/22 12:0 a.m.34 views

Security Vulnerabilities fixed in Focus for iOS 122 — Mozilla

Using a javascript: URI with a setTimeout race condition, an attacker can execute unauthorized scripts on top origin sites in urlbar. This bypasses security measures, potentially leading to arbitrary code execution or unauthorized actions within the user's loaded webpage. An attacker could execut...

7.5CVSS7.7AI score0.00387EPSS
Exploits0References2Affected Software1
Mozilla
Mozilla
added 2023/11/21 12:0 a.m.34 views

Security Vulnerabilities fixed in Firefox for iOS 120 — Mozilla

An attacker could have accessed internal pages or data by ex-filtrating a security key from ReaderMode via the referrerpolicy attribute. An attacker could have performed HTML template injection via Reader Mode and exfiltrated user information...

9.8CVSS7.4AI score0.00635EPSS
Exploits0References2Affected Software1
Mozilla
Mozilla
added 2023/08/01 12:0 a.m.34 views

Security Vulnerabilities fixed in Firefox ESR 102.14 — Mozilla

Offscreen Canvas did not properly track cross-origin tainting, which could have been used to access image data from another site in violation of same-origin policy. In some circumstances, a stale value could have been used for a global variable in WASM JIT analysis. This resulted in incorrect...

8.8CVSS7.4AI score0.13694EPSS
Exploits1References9Affected Software1
Mozilla
Mozilla
added 2022/08/23 12:0 a.m.34 views

Security Vulnerabilities fixed in Firefox ESR 102.2 — Mozilla

An attacker could have abused XSLT error handling to associate attacker-controlled content with another origin which was displayed in the address bar. This could have been used to fool the user into submitting data intended for the spoofed origin. A cross-origin iframe referencing an XSLT documen...

8.8CVSS0.7AI score0.00905EPSS
Exploits0References5Affected Software1
Mozilla
Mozilla
added 2021/09/07 12:0 a.m.34 views

Security Vulnerabilities fixed in Thunderbird 91.1 — Mozilla

When delegating navigations to the operating system, Thunderbird would accept the mk scheme which might allow attackers to launch pages and execute scripts in Internet Explorer in unprivileged mode. This bug only affects Thunderbird for Windows. Other operating systems are unaffected. Mozilla...

8.8CVSS2.5AI score0.01118EPSS
Exploits1References2Affected Software1
Mozilla
Mozilla
added 2015/12/15 12:0 a.m.34 views

Firefox allows for control characters to be set in cookies — Mozilla

Security researcher musicDespiteEverything reported an issue when ASCII code 11 for vertical tab is stored in a cookie in violation of RFC6265. This may result in incorrect cookie handling by servers, resulting in the potential ability to set cookie values and read cookie data from users in conce...

5CVSS7.3AI score0.0239EPSS
Exploits0References2Affected Software1
Mozilla
Mozilla
added 2014/07/22 12:0 a.m.34 views

IFRAME sandbox same-origin access through redirect — Mozilla

Mozilla developer Boris Zbarsky discovered an issue where network-level redirects cause an sandbox to forget its unique origin and behave as if the allow-same-origin keyword were applied. This allows the sandboxed content to access other content from the same origin without explicit approval...

5.8CVSS9AI score0.01257EPSS
Exploits0References2Affected Software2
Mozilla
Mozilla
added 2013/09/17 12:0 a.m.34 views

Calling scope for new Javascript objects can lead to memory corruption — Mozilla

Mozilla community member Ms2ger found a mechanism where a new Javascript object with a compartment is uninitialized could be entered through web content. When the scope for this object is called, it leads to a potentially exploitable crash...

6.8CVSS1.7AI score0.04028EPSS
Exploits0References2Affected Software5
Mozilla
Mozilla
added 2011/03/01 12:0 a.m.34 views

CSRF risk with plugins and 307 redirects — Mozilla

Independent security researcher Kuza55 and Microsoft security researcher Tom Gallagher reported that when plugin-initiated requests receive a 307 redirect response, the plugin is not notified and the request is forwarded to the new location. This is true even for cross-site redirects, so any cust...

6.8CVSS0.8AI score0.00967EPSS
Exploits0References2Affected Software2
Mozilla
Mozilla
added 2010/12/09 12:0 a.m.34 views

Miscellaneous memory safety hazards (rv:1.9.2.13/ 1.9.1.16) — Mozilla

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

9.3CVSS3.1AI score0.08669EPSS
Exploits0References6Affected Software3
Mozilla
Mozilla
added 2010/10/19 12:0 a.m.34 views

Insecure Diffie-Hellman key exchange — Mozilla

Mozilla cryptographer Nelson Bolyard reported that the SSL implementation was permitting servers to use Diffie-Hellman Ephemeral mode DHE with too short of a minimum key length. DHE keys of such lengths are trivially breakable on modern hardware so SSL servers operating in this mode were providin...

7.5CVSS2.8AI score0.02408EPSS
Exploits0References2Affected Software3
Mozilla
Mozilla
added 2010/03/23 12:0 a.m.34 views

XSS via plugins and unprotected Location object — Mozilla

Mozilla developer Blake Kaplan reported that the window.location object was made a normal overridable JavaScript object in the Firefox 3.6 browser engine Gecko 1.9.2 because new mechanisms were developed to enforce the same-origin policy between windows and frames. This object is unfortunately al...

4.3CVSS1.1AI score0.01553EPSS
Exploits1References2Affected Software1
Mozilla
Mozilla
added 2009/07/16 12:0 a.m.34 views

Corrupt JIT state after deep return from native function — Mozilla

Firefox user zbyte reported a crash that we determined could result in an exploitable memory corruption problem. In certain cases after a return from a native function, such as escape, the Just-in-Time JIT compiler could get into a corrupt state. This could be exploited by an attacker to run...

9.3CVSS1.6AI score0.42689EPSS
Exploits9References3Affected Software1
Mozilla
Mozilla
added 2009/04/21 12:0 a.m.34 views

XSS hazard using third-party stylesheets and XBL bindings — Mozilla

Web developer Cefn Hoile reported that sites which allow users to embed third-party stylesheets are vulnerable to script injection attacks using XBL bindings. While this behavior was documented previously, it was determined that this particular risk was not well-understood by some websites. To...

4.3CVSS0.4AI score0.02288EPSS
Exploits1References2Affected Software1
Mozilla
Mozilla
added 2008/12/16 12:0 a.m.34 views

Escaped null characters ignored by CSS parser — Mozilla

Kojima Hajime reported that unlike literal null characters which were handled correctly, the escaped form '\0' was ignored by the CSS parser and treated as if it was not present in the CSS input string. This issue could potentially be used to bypass script sanitization routines in web application...

5CVSS2.2AI score0.02212EPSS
Exploits0References2Affected Software3
Mozilla
Mozilla
added 2008/12/16 12:0 a.m.34 views

Errors parsing URLs with leading whitespace and control characters — Mozilla

Perl developer Chip Salzenberg reported that certain control characters, when placed at the beginning of a URL, would lead to incorrect parsing resulting in a malformed URL being output by the parser. IBM researchers Justin Schuh, Tom Cross, and Peter William also reported a related symptom as pa...

4.3CVSS1AI score0.02222EPSS
Exploits0References4Affected Software3
Mozilla
Mozilla
added 2008/11/12 12:0 a.m.34 views

Parsing error in E4X default namespace — Mozilla

Security researcher Chris Evans reported an error in the method used to parse the default namespace in an E4X document. The error was caused by quote characters in the namespace not being properly escaped. The severity of this issue was determined to be low...

7.5CVSS3.1AI score0.03641EPSS
Exploits1References2Affected Software3
Mozilla
Mozilla
added 2008/07/01 12:0 a.m.34 views

Chrome script loading from fastload file — Mozilla

Mozilla security researcher mozbugra4 reported that when non-privileged XUL documents include scripts from chrome: URIs used in the browser it was possible to take advantage of the privilege level stored in the pre-compiled "fastload" file. This could allow an attacker to run arbitrary JavaScript...

7.5CVSS6.6AI score0.03787EPSS
Exploits1References2Affected Software3
Mozilla
Mozilla
added 2008/07/01 12:0 a.m.34 views

Crashes with evidence of memory corruption (rv:1.8.1.15) — 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.13949EPSS
Exploits2References4Affected Software3
Mozilla
Mozilla
added 2008/04/16 12:0 a.m.34 views

Crash in JavaScript garbage collector — Mozilla

Fixes for security problems in the JavaScript engine described in MFSA 2008-15 CVE-2008-1237 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...

9.3CVSS2.3AI score0.02897EPSS
Exploits1References3Affected Software2
Mozilla
Mozilla
added 2007/10/18 12:0 a.m.34 views

Possible file stealing through sftp protocol — Mozilla

On Linux machines with gnome-vfs support the smb: and sftp: URI schemes are available in Firefox. Georgi Guninski showed that if an attacker can store the attack page in a mutually accessible location on the target server /tmp perhaps and lure the victim into loading it, the attacker could...

4.3CVSS3.1AI score0.02441EPSS
Exploits1References2Affected Software2
Mozilla
Mozilla
added 2007/05/30 12:0 a.m.34 views

Persistent Autocomplete Denial of Service — Mozilla

Marcel reported that a malicious web page could perform a denial of service attack against the form autocomplete feature that would persist from session to session until the malicious form data was deleted. Filling a text field with millions of characters and submitting the form will cause the...

4.3CVSS3.2AI score0.01798EPSS
Exploits0References2Affected Software1
Mozilla
Mozilla
added 2006/12/19 12:0 a.m.34 views

Mozilla SVG Processing Remote Code Execution — Mozilla

Appending an SVG comment DOM node from one document into another type of document such as HTML in some cases results in a crash due to memory corruption that can be exploited to run arbitrary code...

9.3CVSS2.4AI score0.08604EPSS
Exploits0References5Affected Software2
Mozilla
Mozilla
added 2006/09/14 12:0 a.m.34 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.14074EPSS
Exploits0References3Affected Software3
Mozilla
Mozilla
added 2006/06/01 12:0 a.m.34 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.01646EPSS
Exploits0References3Affected Software2
Mozilla
Mozilla
added 2006/06/01 12:0 a.m.34 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.04817EPSS
Exploits0References2Affected Software3
Mozilla
Mozilla
added 2006/06/01 12:0 a.m.34 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.01519EPSS
Exploits0References3Affected Software2
Mozilla
Mozilla
added 2006/04/21 12:0 a.m.34 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
Exploits0References2Affected Software4
Mozilla
Mozilla
added 2006/04/13 12:0 a.m.34 views

Security check of js_ValueToFunctionObject() can be circumvented — Mozilla

The security check in jsValueToFunctionObject can be bypassed by clever use of setTimeout and the new Firefox 1.5 array method ForEach. shutdown demonstrated how to leverage this into a privilege escalation vulnerability that would allow the installation of malware...

9.3CVSS2.5AI score0.06711EPSS
Exploits0References1Affected Software3
Mozilla
Mozilla
added 2006/02/01 12:0 a.m.34 views

Long document title causes startup denial of service — Mozilla

Web pages with extremely long titles--the public demonstration had a title 2.5 million characters long--cause subsequent launches of the browser to appear to "hang" for up to a few minutes, or even crash if the computer has insufficient memory...

5CVSS3.3AI score0.12589EPSS
Exploits0References1Affected Software3
Mozilla
Mozilla
added 2006/02/01 12:0 a.m.34 views

Memory corruption via QueryInterface on Location, Navigator objects — Mozilla

Calling the QueryInterface method of the built-in Location and Navigator objects causes memory corruption that might be exploitable to run arbitrary code...

5.1CVSS6.5AI score0.70741EPSS
Exploits16References3Affected Software3
Mozilla
Mozilla
added 2025/07/22 12:0 a.m.33 views

Security Vulnerabilities fixed in Firefox ESR 115.26 — Mozilla

On 64-bit platforms IonMonkey-JIT only wrote 32 bits of the 64-bit return value space on the stack. Baseline-JIT, however, read the entire 64 bits. On arm64, a WASM brtable instruction with a lot of entries could lead to the label being too far from the instruction causing truncation and incorrec...

9.8CVSS7.8AI score0.00472EPSS
Exploits0References4Affected Software1
Mozilla
Mozilla
added 2024/07/15 12:0 a.m.33 views

Security Vulnerabilities fixed in Thunderbird 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.8AI score0.00977EPSS
Exploits0References7Affected Software1
Mozilla
Mozilla
added 2023/07/04 12:0 a.m.33 views

Security Vulnerabilities fixed in Firefox ESR 102.13 — Mozilla

An attacker could have triggered a use-after-free condition when creating a WebRTC connection over HTTPS. Cross-compartment wrappers wrapping a scripted proxy could have caused objects from other compartments to be stored in the main compartment resulting in a use-after-free. A website could have...

8.8CVSS7.7AI score0.00696EPSS
Exploits0References5Affected Software1
Mozilla
Mozilla
added 2022/06/29 12:0 a.m.33 views

Security Vulnerabilities fixed in Firefox for iOS 102 — Mozilla

Internal URLs are protected by a secret UUID key, which could have been leaked to web page through the Referrer header...

6.5CVSS1.5AI score0.00412EPSS
Exploits0References1Affected Software1
Mozilla
Mozilla
added 2020/11/04 12:0 a.m.33 views

OAuth session fixation vulnerability in Mozilla VPN — Mozilla

An OAuth session fixation vulnerability existed in the VPN login flow, where an attacker could craft a custom login URL, convince a VPN user to login via that URL, and obtain authenticated access as that user. This issue is limited to cases where attacker and victim are sharing the same source IP...

7.6CVSS2.7AI score0.00469EPSS
Exploits0References3Affected Software1
Mozilla
Mozilla
added 2016/08/02 12:0 a.m.33 views

Use-after-free in DTLS during WebRTC session shutdown — Mozilla

Security researcher Looben Yang reported a use-after-free vulnerability in WebRTC. This occurs during WebRTC session shutdown when DTLS objects in memory are freed while still actively in use. This results in a potentially exploitable crash...

8.8CVSS3.7AI score0.03286EPSS
Exploits1References2Affected Software2
Mozilla
Mozilla
added 2016/06/07 12:0 a.m.33 views

Partial same-origin-policy through setting location.host through data URI — Mozilla

Security researcher Armin Ebert reported that the location.host property can be set to an arbitrary string after creating an invalid data: URI. This allows for a bypass of some same-origin policy protections. This issue is mitigated by the data: URI in use and any same-origin checks for http: or...

6.5CVSS0.5AI score0.01699EPSS
Exploits0References2Affected Software1
Mozilla
Mozilla
added 2015/11/03 12:0 a.m.33 views

JavaScript garbage collection crash with Java applet — Mozilla

Mozilla community member Vytautas Staraitis reported an issue with the interaction of Java applets and JavaScript. The Java plugin can deallocate a JavaScript wrapper when it is still in use, which leads to a JavaScript garbage collection crash. This crash is potentially exploitable...

6.8CVSS8.9AI score0.03661EPSS
Exploits0References2Affected Software2
Mozilla
Mozilla
added 2015/09/22 12:0 a.m.33 views

Out-of-bounds read during 2D canvas display on Linux 16-bit color depth systems — Mozilla

Security researcher Francisco Alonso of the NowSecure Research Team used the Address Sanitizer tool to discover an out-of-bounds read issue during 2D canvas rendering. This was due to an issue in the cairo graphics library when surfaces are created with 32-bit color depth but displayed on a 16-bi...

6.4CVSS5.8AI score0.03493EPSS
Exploits0References2Affected Software2
Mozilla
Mozilla
added 2015/09/22 12:0 a.m.33 views

Site attribute spoofing on Android by pasting URL with unknown scheme — Mozilla

Security researcher Jordi Chancel reported that on Firefox for Android, when a URL is pasted with an unknown protocol, such as secure: or httpz:, the pasted URL is shown in the addressbar but no navigation occurs. Other addressbar attributes present before this pasted URL is entered will continue...

4.3CVSS6.1AI score0.01842EPSS
Exploits0References2Affected Software1
Mozilla
Mozilla
added 2015/02/24 12:0 a.m.33 views

Buffer overflow in libstagefright during MP4 video playback — Mozilla

Security researcher Pantrombka reported a buffer overflow in the libstagefright library during video playback when certain invalid MP4 video files led to the allocation of a buffer that was too small for the content. This led to a potentially exploitable crash...

6.8CVSS9.3AI score0.06029EPSS
Exploits0References2Affected Software3
Mozilla
Mozilla
added 2014/04/29 12:0 a.m.33 views

Debugger can bypass XrayWrappers with JavaScript — Mozilla

Mozilla developer Boris Zbarsky discovered that the debugger will work with some objects while bypassing XrayWrappers. This could lead to privilege escalation if the victim used the debugger to interact with a malicious page...

6.8CVSS9AI score0.01824EPSS
Exploits0References2Affected Software2
Mozilla
Mozilla
added 2013/10/29 12:0 a.m.33 views

Use-after-free when updating offline cache — Mozilla

Security researcher Byoungyoung Lee of Georgia Tech Information Security Center GTISC used the Address Sanitizer tool to discover a use-after-free during state change events while updating the offline cache. This leads to a potentially exploitable crash...

10CVSS1.7AI score0.06273EPSS
Exploits0References2Affected Software5
Mozilla
Mozilla
added 2012/11/20 12:0 a.m.33 views

XrayWrappers exposes chrome-only properties when not in chrome compartment — Mozilla

Mozilla developer Peter Van der Beken discovered that same-origin XrayWrappers expose chrome-only properties even when not in a chrome compartment. This can allow web content to get properties of DOM objects that are intended to be chrome-only...

4.3CVSS8.4AI score0.0211EPSS
Exploits0References2Affected Software3
Mozilla
Mozilla
added 2011/03/01 12:0 a.m.33 views

Buffer overflow in JavaScript upvarMap — Mozilla

Security researcher Christian Holler reported that the JavaScript engine's internal memory mapping of non-local JS variables contained a buffer overflow which could potentially be used by an attacker to run arbitrary code on a victim's computer...

10CVSS2.9AI score0.04554EPSS
Exploits0References2Affected Software2
Total number of security vulnerabilities1568