Lucene search
+L
MozillaRecent

1596 matches found

Mozilla
Mozilla
added 2013/04/02 12:00 a.m.55 views

Bypass of SOW protections allows cloning of protected nodes — Mozilla

Security researcher Cody Crews reported a mechanism to use the cloneNode method to bypass System Only Wrappers SOW and clone a protected node. This allows violation of the browser's same origin policy and could also lead to privilege escalation and the execution of arbitrary code...

10CVSS4.9AI score0.03429EPSS
SaveExploits0References2Affected Software5
Mozilla
Mozilla
added 2013/04/02 12:00 a.m.48 views

World read and write access to app_tmp directory on Android — Mozilla

Security researcher Shuichiro Suzuki of the Fourteenforty Research Institute reported the apptmp directory is set to be world readable and writeable by Firefox for Android. This potentially allows for third party applications to replace or alter Firefox add-ons when downloaded because they are...

4.3CVSS5.9AI score0.00994EPSS
SaveExploits0References2Affected Software1
Mozilla
Mozilla
added 2013/04/02 12:00 a.m.64 views

Miscellaneous memory safety hazards (rv:20.0 / rv:17.0.5) — 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...

10CVSS3.1AI score0.04615EPSS
SaveExploits0References6Affected Software5
Mozilla
Mozilla
added 2013/04/02 12:00 a.m.55 views

WebGL crash with Mesa graphics driver on Linux — Mozilla

Security researcher miaubiz used the Address Sanitizer tool to discover a crash in WebGL rendering when memory is freed that has not previously been allocated. This issue only affects Linux users who have Intel Mesa graphics drivers. The resulting crash could be potentially exploitable...

10CVSS3.2AI score0.07953EPSS
SaveExploits1References3Affected Software5
Mozilla
Mozilla
added 2013/04/02 12:00 a.m.51 views

Out-of-bounds write in Cairo library — Mozilla

Security researcher Abhishek Arya Inferno of the Google Chrome Security Team used the Address Sanitizer tool to discover an out-of-bounds write in Cairo graphics library. When certain values are passed to it during rendering, Cairo attempts to use negative boundaries or sizes for boxes, leading t...

6.8CVSS2.4AI score0.03941EPSS
SaveExploits0References2Affected Software5
Mozilla
Mozilla
added 2013/03/07 12:00 a.m.54 views

Use-after-free in HTML Editor — Mozilla

VUPEN Security, via TippingPoint's Zero Day Initiative, reported a use-after-free within the HTML editor when content script is run by the document.execCommand function while internal editor operations are occurring. This could allow for arbitrary code execution...

9.3CVSS2.2AI score0.06398EPSS
SaveExploits0References2Affected Software5
Mozilla
Mozilla
added 2013/02/19 12:00 a.m.43 views

Web content bypass of COW and SOW security wrappers — Mozilla

Mozilla developer Bobby Holley discovered that it was possible to bypass some protections in Chrome Object Wrappers COW and System Only Wrappers SOW, making their prototypes mutable by web content. This could be used leak information from chrome objects and possibly allow for arbitrary code...

9.3CVSS4.3AI score0.02361EPSS
SaveExploits0References2Affected Software5
Mozilla
Mozilla
added 2013/02/19 12:00 a.m.52 views

Out-of-bounds read in image rendering — Mozilla

Using the Address Sanitizer tool, security researcher Atte Kettunen from OUSPG found an out-of-bounds read while rendering GIF format images. This could cause a non-exploitable crash and could also attempt to render normally inaccessible data as part of the image...

5.8CVSS9.1AI score0.01958EPSS
SaveExploits0References2Affected Software2
Mozilla
Mozilla
added 2013/02/19 12:00 a.m.59 views

Miscellaneous memory safety hazards (rv:19.0 / rv:17.0.3) — 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.04731EPSS
SaveExploits1References4Affected Software5
Mozilla
Mozilla
added 2013/02/19 12:00 a.m.58 views

Privacy leak in JavaScript Workers — Mozilla

Mozilla security researcher Frederik Braun discovered that since Firefox 15 the file system location of the active browser profile was available to JavaScript workers. While not dangerous by itself, this could potentially be combined with other vulnerabilities to target the profile in an attack...

4.3CVSS6.1AI score0.01308EPSS
SaveExploits1References2Affected Software5
Mozilla
Mozilla
added 2013/02/19 12:00 a.m.64 views

Phishing on HTTPS connection through malicious proxy — Mozilla

Google security researcher Michal Zalewski reported an issue where the browser displayed the content of a proxy's 407 response if a user canceled the proxy's authentication prompt. In this circumstance, the addressbar will continue to show the requested site's address, including HTTPS addresses...

4CVSS0.2AI score0.013EPSS
SaveExploits0References2Affected Software5
Mozilla
Mozilla
added 2013/02/19 12:00 a.m.52 views

Wrapped WebIDL objects can be wrapped again — Mozilla

Mozilla developer Boris Zbarsky reported that in some circumstances a wrapped WebIDL object can be wrapped multiple times, overwriting the existing wrapped state. This could lead to an exploitable condition in rare cases...

9.3CVSS2.6AI score0.02745EPSS
SaveExploits0References2Affected Software2
Mozilla
Mozilla
added 2013/02/19 12:00 a.m.61 views

Use-after-free in nsImageLoadingContent — Mozilla

Security researcher Nils reported a use-after-free in nsImageLoadingContent when content script is executed. This could allow for arbitrary code execution...

9.3CVSS2.2AI score0.03498EPSS
SaveExploits0References2Affected Software5
Mozilla
Mozilla
added 2013/02/19 12:00 a.m.56 views

Use-after-free, out of bounds read, and buffer overflow issues found using Address Sanitizer — Mozilla

Security researcher Abhishek Arya Inferno of the Google Chrome Security Team used the Address Sanitizer tool to discover a series of use-after-free, out of bounds read, and buffer overflow problems rated as low to critical security issues in shipped software. Some of these issues are potentially...

9.3CVSS1.8AI score0.05364EPSS
SaveExploits2References12Affected Software5
Mozilla
Mozilla
added 2013/01/08 12:00 a.m.49 views

Use-after-free in Javascript Proxy objects — Mozilla

...

9.3CVSS6.1AI score0.04199EPSS
SaveExploits0References2Affected Software5
Mozilla
Mozilla
added 2013/01/08 12:00 a.m.42 views

Use-after-free in Vibrate — Mozilla

Security researcher regenrecht reported, via TippingPoint's Zero Day Initiative, a use-after-free using the domDoc pointer within Vibrate library. This can lead to arbitrary code execution when exploited...

9.3CVSS6.9AI score0.06853EPSS
SaveExploits1References2Affected Software5
Mozilla
Mozilla
added 2013/01/08 12:00 a.m.50 views

Memory corruption in XBL with XML bindings containing SVG — Mozilla

Security researcher Sviatoslav Chagaev reported that when using an XBL file containing multiple XML bindings with SVG content, a memory corruption can occur. In concern with remote XUL, this can lead to an exploitable crash...

9.3CVSS1.7AI score0.06623EPSS
SaveExploits1References2Affected Software5
Mozilla
Mozilla
added 2013/01/08 12:00 a.m.65 views

Compartment mismatch with quickstubs returned values — Mozilla

Mozilla developer Boris Zbarsky reported reported a problem where jsval-returning quickstubs fail to wrap their return values, causing a compartment mismatch. This mismatch can cause garbage collection to occur incorrectly and lead to a potentially exploitable crash...

9.3CVSS3.5AI score0.04485EPSS
SaveExploits0References2Affected Software5
Mozilla
Mozilla
added 2013/01/08 12:00 a.m.63 views

Chrome Object Wrapper (COW) bypass through changing prototype — Mozilla

Security researcher Mariusz Mlynski reported that it is possible to change the prototype of an object and bypass Chrome Object Wrappers COW to gain access to chrome privileged functions. This could allow for arbitrary code execution...

9.3CVSS5.8AI score0.60859EPSS
SaveExploits6References2Affected Software5
Mozilla
Mozilla
added 2013/01/08 12:00 a.m.58 views

Buffer Overflow in Canvas — Mozilla

Security researcher miaubiz used the Address Sanitizer tool to discover a buffer overflow in Canvas when specific bad height and width values were given through HTML. This could lead to a potentially exploitable crash...

9.3CVSS1.6AI score0.07633EPSS
SaveExploits1References2Affected Software5
Mozilla
Mozilla
added 2013/01/08 12:00 a.m.79 views

Miscellaneous memory safety hazards (rv:18.0/ rv:10.0.12 / rv:17.0.2) — 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.3CVSS7.1AI score0.05852EPSS
SaveExploits3References6Affected Software5
Mozilla
Mozilla
added 2013/01/08 12:00 a.m.22 views

Mis-issued TURKTRUST certificates — Mozilla

Google reported to Mozilla that TURKTRUST, a certificate authority in Mozilla’s root program, had mis-issued two intermediate certificates to customers. The issue was not specific to Firefox but there was evidence that one of the certificates was used for man-in-the-middle MITM traffic management...

6.7AI score
SaveExploits0References1Affected Software5
Mozilla
Mozilla
added 2013/01/08 12:00 a.m.44 views

Use-after-free in ListenerManager — Mozilla

Security researcher regenrecht reported, via TippingPoint's Zero Day Initiative, a use-after-free within the ListenerManager when garbage collection is forced after data in listener objects have been allocated in some circumstances. This results in a use-after-free which can lead to arbitrary cod...

9.3CVSS2.7AI score0.05381EPSS
SaveExploits0References2Affected Software5
Mozilla
Mozilla
added 2013/01/08 12:00 a.m.61 views

Buffer overflow in Javascript string concatenation — Mozilla

Security researcher pakt reported a flaw via TippingPoint's Zero Day Initiative that an integer overflow is possible when calculating the length for a Javascript string concatenation, which is then used for memory allocation. This results in a buffer overflow, leading to a potentially exploitable...

9.3CVSS3.9AI score0.0633EPSS
SaveExploits0References2Affected Software5
Mozilla
Mozilla
added 2013/01/08 12:00 a.m.54 views

AutoWrapperChanger fails to keep objects alive during garbage collection — Mozilla

Mozilla developer Olli Pettay discovered that the AutoWrapperChanger class fails to keep some javascript objects alive during garbage collection. This can lead to an exploitable crash allowing for arbitrary code execution...

9.3CVSS6.8AI score0.04485EPSS
SaveExploits0References2Affected Software5
Mozilla
Mozilla
added 2013/01/08 12:00 a.m.52 views

Crash due to handling of SSL on threads — Mozilla

Mozilla community member Jerry Baker reported a crashing issue found through Thunderbird when downloading messages over a Secure Sockets Layer SSL connection. This was caused by a bug in the networking code assuming that secure connections were entirely handled on the socket transport thread when...

9.3CVSS1.2AI score0.03148EPSS
SaveExploits0References2Affected Software5
Mozilla
Mozilla
added 2013/01/08 12:00 a.m.68 views

Use-after-free when displaying table with many columns and column groups — Mozilla

Using the Address Sanitizer tool, security researcher Atte Kettunen from OUSPG discovered that the combination of large numbers of columns and column groups in a table could cause the array containing the columns during rendering to overwrite itself. This can lead to a user-after-free causing a...

9.3CVSS2.7AI score0.06147EPSS
SaveExploits0References2Affected Software5
Mozilla
Mozilla
added 2013/01/08 12:00 a.m.75 views

Use-after-free and buffer overflow issues found using Address Sanitizer — Mozilla

Security researcher Abhishek Arya Inferno of the Google Chrome Security Team discovered a series critically rated of use-after-free, out of bounds read, and buffer overflow issues using the Address Sanitizer tool in shipped software. These issues are potentially exploitable, allowing for remote...

10CVSS2.1AI score0.08439EPSS
SaveExploits8References16Affected Software5
Mozilla
Mozilla
added 2013/01/08 12:00 a.m.58 views

Use-after-free in serializeToStream — Mozilla

Security researcher regenrecht reported, via TippingPoint's Zero Day Initiative, a use-after-free in XMLSerializer by the exposing of serializeToStream to web content. This can lead to arbitrary code execution when exploited...

9.3CVSS2.8AI score0.51324EPSS
SaveExploits8References2Affected Software5
Mozilla
Mozilla
added 2013/01/08 12:00 a.m.55 views

Privilege escalation through plugin objects — Mozilla

Security researcher Mariusz Mlynski reported that it is possible to open a chrome privileged web page through plugin objects through interaction with SVG elements. This could allow for arbitrary code execution...

9.3CVSS3.7AI score0.73364EPSS
SaveExploits5References2Affected Software5
Mozilla
Mozilla
added 2013/01/08 12:00 a.m.50 views

Address space layout leaked in XBL objects — Mozilla

Mozilla security researcher Jesse Ruderman discovered that using the toString function of XBL objects can lead to inappropriate information leakage by revealing the address space layout instead of just the ID of the object. This layout information could potentially be used to bypass ASLR and othe...

4.3CVSS1.9AI score0.01998EPSS
SaveExploits1References2Affected Software5
Mozilla
Mozilla
added 2013/01/08 12:00 a.m.62 views

Event manipulation in plugin handler to bypass same-origin policy — Mozilla

Mozilla security researcher Jesse Ruderman reported that events in the plugin handler can be manipulated by web content to bypass same-origin policy SOP restrictions. This can allow for clickjacking on malicious web pages...

6.8CVSS6.1AI score0.02189EPSS
SaveExploits1References2Affected Software5
Mozilla
Mozilla
added 2013/01/08 12:00 a.m.38 views

Touch events are shared across iframes — Mozilla

Mozilla developer Wesley Johnston reported that when there are two or more iframes on the same HTML page, an iframe is able to see the touch events and their targets that occur within the other iframes on the page. If the iframes are from the same origin, they can also access the properties and...

5.8CVSS5.1AI score0.01373EPSS
SaveExploits0References2Affected Software2
Mozilla
Mozilla
added 2013/01/08 12:00 a.m.54 views

URL spoofing in addressbar during page loads — Mozilla

Security researcher Masato Kinugawa found a flaw in which the displayed URL values within the addressbar can be spoofed by a page during loading. This allows for phishing attacks where a malicious page can spoof the identify of another site...

5CVSS5.9AI score0.02284EPSS
SaveExploits1References2Affected Software5
Mozilla
Mozilla
added 2012/11/20 12:00 a.m.55 views

Memory corruption in str_unescape — Mozilla

Security researcher Scott Bell of Security-Assessment.com used the Address Sanitizer tool to discover a memory corruption in strunescape in the Javascript engine. This could potentially lead to arbitrary code execution...

9.3CVSS9AI score0.05784EPSS
SaveExploits1References2Affected Software3
Mozilla
Mozilla
added 2012/11/20 12:00 a.m.45 views

Javascript: URLs run in privileged context on New Tab page — Mozilla

Security researcher [email protected] reported that if a javascript: URL is selected from the list of Firefox "new tab" page, the script will inherit the privileges of the privileged "new tab" page. This allows for the execution of locally installed programs if a user can be convinced to save a...

6.8CVSS8.5AI score0.03263EPSS
SaveExploits1References2Affected Software1
Mozilla
Mozilla
added 2012/11/20 12:00 a.m.47 views

Crash when combining SVG text on path with CSS — Mozilla

Security researcher Jonathan Stephens discovered that combining SVG text on a path with the setting of CSS properties could lead to a potentially exploitable crash...

7.5CVSS1.5AI score0.04453EPSS
SaveExploits0References2Affected Software3
Mozilla
Mozilla
added 2012/11/20 12:00 a.m.70 views

Use-after-free and buffer overflow issues found using Address Sanitizer — Mozilla

Security researcher Abhishek Arya Inferno of the Google Chrome Security Team discovered a series critically rated of use-after-free and buffer overflow issues using the Address Sanitizer tool in shipped software. These issues are potentially exploitable, allowing for remote code execution. We wou...

10CVSS2.2AI score0.06997EPSS
SaveExploits6References18Affected Software5
Mozilla
Mozilla
added 2012/11/20 12:00 a.m.53 views

evalInSanbox location context incorrectly applied — Mozilla

Mozilla security researcher mozbugra4 reported that if code executed by the evalInSandbox function sets location.href, it can get the wrong subject principal for the URL check, ignoring the sandbox's Javascript context and gaining the context of evalInSandbox object. This can lead to malicious we...

4.3CVSS1.2AI score0.03083EPSS
SaveExploits1References2Affected Software5
Mozilla
Mozilla
added 2012/11/20 12:00 a.m.53 views

Frames can shadow top.location — Mozilla

Security researcher Mariusz Mlynski reported that the location property can be accessed by binary plugins through top.location with a frame whose name attribute's value is set to "top". This can allow for possible cross-site scripting XSS attacks through plugins...

4.3CVSS8AI score0.02546EPSS
SaveExploits0References2Affected Software5
Mozilla
Mozilla
added 2012/11/20 12:00 a.m.68 views

CSS and HTML injection through Style Inspector — Mozilla

Security researcher Mariusz Mlynski reported that when a maliciously crafted stylesheet is inspected in the Style Inspector, HTML and CSS can run in a chrome privileged context without being properly sanitized first. This can lead to arbitrary code execution...

9.3CVSS8.7AI score0.03528EPSS
SaveExploits0References2Affected Software2
Mozilla
Mozilla
added 2012/11/20 12:00 a.m.61 views

Script entered into Developer Toolbar runs with chrome privileges — Mozilla

Security researcher Masato Kinugawa reported that when script is entered into the Developer Toolbar, it runs in a chrome privileged context. This allows for arbitrary code execution or cross-site scripting XSS if a user can be convinced to paste malicious code into the Developer Toolbar...

6.8CVSS8.2AI score0.02261EPSS
SaveExploits0References2Affected Software1
Mozilla
Mozilla
added 2012/11/20 12:00 a.m.57 views

Improper character decoding in HZ-GB-2312 charset — Mozilla

Security researcher Masato Kinugawa found when HZ-GB-2312 charset encoding is used for text, the "" character will destroy another character near the chunk delimiter. This can lead to a cross-site scripting XSS attack in pages encoded in HZ-GB-2312...

4.3CVSS2.8AI score0.02781EPSS
SaveExploits1References2Affected Software5
Mozilla
Mozilla
added 2012/11/20 12:00 a.m.59 views

XMLHttpRequest inherits incorrect principal within sandbox — Mozilla

Mozilla developer Gabor Krizsanits discovered that XMLHttpRequest objects created within sandboxes have the system principal instead of the sandbox principal. This can lead to cross-site request forgery CSRF or information theft via an add-on running untrusted code in a sandbox...

6.8CVSS1.9AI score0.01613EPSS
SaveExploits0References2Affected Software3
Mozilla
Mozilla
added 2012/11/20 12:00 a.m.64 views

Buffer overflow while rendering GIF images — Mozilla

Security researcher Atte Kettunen from OUSPG used the Address Sanitizer tool to discover a buffer overflow while rendering GIF format images. This issue is potentially exploitable and could lead to arbitrary code execution...

9.3CVSS4.6AI score0.11079EPSS
SaveExploits0References2Affected Software5
Mozilla
Mozilla
added 2012/11/20 12:00 a.m.59 views

Miscellaneous memory safety hazards (rv:17.0/ rv:10.0.11) — 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.05783EPSS
SaveExploits1References4Affected Software5
Mozilla
Mozilla
added 2012/11/20 12:00 a.m.41 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
SaveExploits0References2Affected Software3
Mozilla
Mozilla
added 2012/11/20 12:00 a.m.79 views

Firefox installer DLL hijacking — Mozilla

Security researcher Robert Kugler reported that when a specifically named DLL file on a Windows computer is placed in the default downloads directory with the Firefox installer, the Firefox installer will load this DLL when it is launched. In circumstances where the installer is run by an...

6.9CVSS3.4AI score0.00326EPSS
SaveExploits1References2Affected Software2
Mozilla
Mozilla
added 2012/11/20 12:00 a.m.51 views

Use-after-free, buffer overflow, and memory corruption issues found using Address Sanitizer — Mozilla

Security researcher miaubiz used the Address Sanitizer tool to discover a series critically rated of use-after-free, buffer overflow, and memory corruption issues in shipped software. These issues are potentially exploitable, allowing for remote code execution. We would also like to thank miaubiz...

10CVSS3AI score0.08528EPSS
SaveExploits4References8Affected Software5
Mozilla
Mozilla
added 2012/11/20 12:00 a.m.53 views

Improper security filtering for cross-origin wrappers — Mozilla

Mozilla developer Bobby Holley reported that security wrappers filter at the time of property access, but once a function is returned, the caller can use this function without further security checks. This affects cross-origin wrappers, allowing for write actions on objects when only read actions...

4.3CVSS8.1AI score0.0193EPSS
SaveExploits0References2Affected Software5
Total number of security vulnerabilities1596