Lucene search
+L
MozillaRecent

1596 matches found

Mozilla
Mozilla
added 2016/08/02 12:00 a.m.50 views

Stack underflow during 2D graphics rendering — Mozilla

Georg Koppen of the Tor Project used the Address Sanitizer tool to discover a stack buffer underflow when calculating clipping regions in 2D graphics. This results in a potentially exploitable crash...

8.8CVSS2.9AI score0.03065EPSS
SaveExploits0References2Affected Software2
Mozilla
Mozilla
added 2016/08/02 12:00 a.m.65 views

Buffer overflow rendering SVG with bidirectional content — Mozilla

Using the Address Sanitizer tool, security researcher Atte Kettunen found a buffer overflow during the rendering of SVG format graphics with directional content. This is caused by a flaw in directional-isolate processing and results in a potentially exploitable crash...

8.8CVSS2.7AI score0.04506EPSS
SaveExploits0References2Affected Software2
Mozilla
Mozilla
added 2016/08/02 12:00 a.m.53 views

Cairo rendering crash due to memory allocation issue with FFmpeg 0.10 — Mozilla

Security researcher Bert Massop reported a crash in the Cairo graphics layer on Linux systems using the LibAV library included in version 0.10 of the FFmpeg library. This was due to an error when allocating the LibAV header when decoding some videos...

6.5CVSS7.6AI score0.0179EPSS
SaveExploits0References2Affected Software2
Mozilla
Mozilla
added 2016/08/02 12:00 a.m.63 views

Buffer overflow in ClearKey Content Decryption Module (CDM) during video playback — Mozilla

An anonymous security researcher working with Trend Micro's Zero Day Initiative reported a buffer overflow in the ClearKey Content Decryption Module CDM used by the Encrypted Media Extensions EME API. This vulnerability can be triggered using a malformed video file due to incorrect error handling...

6.8CVSS2.4AI score0.04577EPSS
SaveExploits0References2Affected Software2
Mozilla
Mozilla
added 2016/08/02 12:00 a.m.44 views

Use-after-free when using alt key and toplevel menus — Mozilla

Security researcher Abhishek Arya Inferno of the Google Chrome Security Team reported a use-after-free vulnerability when the alt key is used in conjunction with toplevel menu items in Firefox. This results in a potentially exploitable crash when triggered. This vulnerability is mitigated by not...

9.8CVSS1.7AI score0.02953EPSS
SaveExploits0References2Affected Software2
Mozilla
Mozilla
added 2016/08/02 12:00 a.m.57 views

Use-after-free when applying SVG effects — Mozilla

Security researcher Nils used the Address Sanitizer tool to discover a use-after-free vulnerability when applying effects to SVG elements. This results in a potentially exploitable crash...

8.8CVSS2.4AI score0.03193EPSS
SaveExploits1References2Affected Software2
Mozilla
Mozilla
added 2016/08/02 12:00 a.m.49 views

Use-after-free in service workers with nested sync events — Mozilla

Security researcher Looben Yang discovered a use-after-free vulnerability when working with nested sync event loops in Service Workers. He discovered a mechanism where scripts can close their own worker, which will then trigger a synchronization XMLHttpRequest on this now closed and released...

8.8CVSS2.3AI score0.03259EPSS
SaveExploits1References2Affected Software2
Mozilla
Mozilla
added 2016/08/02 12:00 a.m.54 views

Spoofing attack through text injection into internal error pages — Mozilla

Security researcher musicDespiteEverything reported that some of the special about: URLs used by Firefox to display system information or error messages can incorporate text passed as parameters. These could be used in spoofing attacks...

4.3CVSS7AI score0.01228EPSS
SaveExploits0References2Affected Software1
Mozilla
Mozilla
added 2016/08/02 12:00 a.m.51 views

Information disclosure and local file manipulation through drag and drop — Mozilla

Security researcher Rafael Gieschke reported that file URIs dragged from a web page in Firefox to other software do not have their contents properly filtered before being passed to other programs, such as the local file manager. This can allow for the theft or manipulation of arbitrary local file...

8.1CVSS8.8AI score0.0166EPSS
SaveExploits0References2Affected Software1
Mozilla
Mozilla
added 2016/08/02 12:00 a.m.62 views

Scripts on marquee tag can execute in sandboxed iframes — Mozilla

Security researcher Nikita Arykov reported that JavaScript event handler attributes on a tag will execute inside a sandboxed iframe that does not have the allow-scripts flag set. This could result in a cross-site scripting XSS vulnerability in a site that depends on the iframe sandbox for...

6.1CVSS0.8AI score0.01464EPSS
SaveExploits0References2Affected Software2
Mozilla
Mozilla
added 2016/08/02 12:00 a.m.45 views

Form input type change from password to text can store plain text password in session restore file — Mozilla

Mozilla employee Mike Kaply reported that the Firefox session restore data can contain passwords in plain text if a password input field on a page has its type changed from "password" to "text" during a session. This can occur if the password input field has a scripted mechanism to display the...

6.5CVSS7.8AI score0.01379EPSS
SaveExploits0References2Affected Software1
Mozilla
Mozilla
added 2016/08/02 12:00 a.m.63 views

Out-of-bounds read during XML parsing in Expat library — Mozilla

Security researcher Gustavo Grieco reported a potential out-of-bounds read parsing malformed XML data during character conversion. This is due to a bug in the Expat library, which is used in Firefox. This could allow an attacker to read other inaccessible memory...

9.8CVSS4.6AI score0.13335EPSS
SaveExploits3References2Affected Software1
Mozilla
Mozilla
added 2016/06/07 12:00 a.m.56 views

Information disclosure of disabled plugins through CSS pseudo-classes — Mozilla

Mozilla developer John Schoenick reported that CSS pseudo-classes can be used by web content to leak information on plugins that are installed but disabled. This can be used for information disclosure through a fingerprinting attack that lists all of the plugins installed by a user on a system,...

4.3CVSS6.1AI score0.01491EPSS
SaveExploits0References2Affected Software1
Mozilla
Mozilla
added 2016/06/07 12:00 a.m.48 views

Use-after-free deleting tables from a contenteditable document — Mozilla

Security researcher firehack used the Address Sanitizer tool to discover a use-after-free in contenteditable mode. This occurs when deleting document object model DOM table elements created within the editor and results in a potentially exploitable crash...

7.5CVSS3.5AI score0.02771EPSS
SaveExploits0References2Affected Software2
Mozilla
Mozilla
added 2016/06/07 12:00 a.m.59 views

File overwrite and privilege escalation through Mozilla Windows updater — Mozilla

Security researcher Frédéric Hoguin reported a mechanism where the Mozilla Windows updater could be used to overwrite arbitrary files. He found that files extracted by the updater from a MAR archive are not locked for writing and can be overwritten by other processes while the updater is running....

7.8CVSS8.1AI score0.00341EPSS
SaveExploits0References2Affected Software2
Mozilla
Mozilla
added 2016/06/07 12:00 a.m.62 views

Java applets bypass CSP protections — Mozilla

Mozilla engineer Matt Wobensmith reported that Content Security Policy CSP does not block the loading of cross-domain Java applets when specified by policy. This is because the Java applet is loaded by the Java plugin, which then mediates all network requests without checking against CSP. This...

6.1CVSS6.6AI score0.01372EPSS
SaveExploits0References2Affected Software1
Mozilla
Mozilla
added 2016/06/07 12:00 a.m.65 views

Network Security Services (NSS) vulnerabilities — Mozilla

Mozilla has updated the version of Network Security Services NSS library used in Firefox to NSS 3.23. This addresses four moderate rated networking security issues reported by Mozilla engineers Tyson Smith and Jed Davis...

9.3CVSS3.3AI score0.0338EPSS
SaveExploits0References3Affected Software2
Mozilla
Mozilla
added 2016/06/07 12:00 a.m.60 views

Entering fullscreen and persistent pointerlock without user permission — Mozilla

Security researcher sushi Anton Larsson reported that when paired fullscreen and pointerlock requests are done in combination with closing windows, a pointerlock can be created within a fullscreen window without user permission. This pointerlock cannot then be cancelled without terminating the...

8.8CVSS2.9AI score0.01347EPSS
SaveExploits0References2Affected Software2
Mozilla
Mozilla
added 2016/06/07 12:00 a.m.56 views

Incorrect icon displayed on permissions notifications — Mozilla

Security researcher Tim McCormack reported that when a page requests a series of permissions in a short timespan, the resulting permission notifications can show the icon for the wrong permission request. This can lead to user confusion and inadvertent consent given when a user is prompted by web...

6.5CVSS7.2AI score0.01334EPSS
SaveExploits0References2Affected Software1
Mozilla
Mozilla
added 2016/06/07 12:00 a.m.59 views

Use-after-free when textures are used in WebGL operations after recycle pool destruction — Mozilla

Mozilla community member jomo reported a use-after-free crash when processing WebGL content. This issue was caused by the use of a texture after its recycle pool has been destroyed during WebGL operations, which frees the memory associated with the texture. This results in a potentially exploitab...

8.8CVSS1.9AI score0.03017EPSS
SaveExploits0References2Affected Software2
Mozilla
Mozilla
added 2016/06/07 12:00 a.m.43 views

Out-of-bounds write with WebGL shader — Mozilla

Security researcher Aral reported an out-of-bounds write when using the ANGLE graphics library, which is used for WebGL content on Windows systems. This crash occurs due to improper size checking while writing to an array during some WebGL shader operations...

8.8CVSS8.6AI score0.0172EPSS
SaveExploits0References2Affected Software2
Mozilla
Mozilla
added 2016/06/07 12:00 a.m.49 views

Miscellaneous memory safety hazards (rv:47.0 / rv:45.2) — Mozilla

Mozilla developers and community members reported 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...

8.8CVSS2.4AI score0.03873EPSS
SaveExploits0References2Affected Software3
Mozilla
Mozilla
added 2016/06/07 12:00 a.m.68 views

Addressbar spoofing though the SELECT element — Mozilla

Security researcher Jordi Chancel reported a method to spoof the contents of the addressbar. This uses a persistent menu within a element, which acts as a container for HTML content and can be placed in an arbitrary location. When placed over the addressbar, this can mask the true site URL,...

6.5CVSS1.6AI score0.02026EPSS
SaveExploits0References2Affected Software2
Mozilla
Mozilla
added 2016/06/07 12:00 a.m.39 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
SaveExploits0References2Affected Software1
Mozilla
Mozilla
added 2016/06/07 12:00 a.m.52 views

Buffer overflow parsing HTML5 fragments — Mozilla

Security researcher firehack reported a buffer overflow when parsing HTML5 fragments in a foreign context such as under an node. This results in a potentially exploitable crash when inserting an HTML fragment into an existing document...

8.8CVSS3.5AI score0.23957EPSS
SaveExploits7References2Affected Software2
Mozilla
Mozilla
added 2016/04/26 12:00 a.m.55 views

Buffer overflow in libstagefright with CENC offsets — Mozilla

Using Address Sanitizer, security researcher Sascha Just reported a buffer overflow in the libstagefright library due to issues with the handling of CENC offsets and the sizes table. This results in a potentially exploitable crash triggerable through web content...

8.8CVSS1.4AI score0.0378EPSS
SaveExploits0References2Affected Software2
Mozilla
Mozilla
added 2016/04/26 12:00 a.m.40 views

Content provider permission bypass allows malicious application to access data — Mozilla

Security researcher Ken Okuyama reported an issue on Firefox for Android where a previously installed malicious application can access content provider permissions for Firefox in order to read data. This data includes browser history and locally saved passwords. This issue occurs when a list of...

5CVSS6.6AI score0.0085EPSS
SaveExploits0References2Affected Software1
Mozilla
Mozilla
added 2016/04/26 12:00 a.m.49 views

Elevation of privilege with chrome.tabs.update API in web extensions — Mozilla

Security researcher Muneaki Nishimura nishimunea of Recruit Technologies Co., Ltd. reported that the chrome.tabs.update API for web extensions allows for navigation to javascript: URLs without additional permissions. This can used to elevate privilege for a universal cross-site scripting XSS atta...

5.4CVSS6.4AI score0.01252EPSS
SaveExploits0References2Affected Software1
Mozilla
Mozilla
added 2016/04/26 12:00 a.m.50 views

Write to invalid HashMap entry through JavaScript.watch() — Mozilla

The CESG, the Information Security Arm of GCHQ, reported that the JavaScript .watch method could be used to overflow the 32-bit generation count of the underlying HashMap, resulting in a write to an invalid entry. Under the right conditions this write could lead to arbitrary code execution. The...

7.5CVSS0.7AI score0.02064EPSS
SaveExploits0References2Affected Software2
Mozilla
Mozilla
added 2016/04/26 12:00 a.m.53 views

Firefox Health Reports could accept events from untrusted domains — Mozilla

Mozilla engineer Mark Goodwin discovered that the Firefox Health Report about:healthreport accepts certain events from any content document present in the remote-report iframe. If there were another vulnerability that allowed the injection of web content into the Firefox Health Report iframe, thi...

4.3CVSS6.7AI score0.0141EPSS
SaveExploits0References2Affected Software1
Mozilla
Mozilla
added 2016/04/26 12:00 a.m.37 views

Privilege escalation through file deletion by Maintenance Service updater — Mozilla

Security researcher Holger Fuhrmannek reported an issue where the Mozilla Maintenance Service updater on Windows can delete arbitrary files because of its privileged system access. This file deletion can then potentially be used for further privilege escalation. This flaw requires users to execut...

5.8CVSS7AI score0.01656EPSS
SaveExploits0References2Affected Software1
Mozilla
Mozilla
added 2016/04/26 12:00 a.m.72 views

Miscellaneous memory safety hazards (rv:46.0 / rv:45.1 / rv:38.8) — Mozilla

Mozilla developers 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 exploited to run...

10CVSS2.9AI score0.04841EPSS
SaveExploits0References8Affected Software3
Mozilla
Mozilla
added 2016/04/26 12:00 a.m.53 views

CSP not applied to pages sent with multipart/x-mixed-replace — Mozilla

Security researcher Muneaki Nishimura nishimunea of Recruit Technologies Co., Ltd. reported that Content Security Policy CSP is not applied correctly to web content sent with the multipart/x-mixed-replace MIME type. This allows for script to run in instances where CSP should block it, leading to ...

6.5CVSS6.7AI score0.02314EPSS
SaveExploits0References2Affected Software1
Mozilla
Mozilla
added 2016/04/26 12:00 a.m.54 views

Disclosure of user actions through JavaScript with motion and orientation sensors — Mozilla

Security researcher Maryam Mehrnezhad of Newcastle University, UK reported an issue discovered by their research team, which also includes Ehsan Toreini, Siamak F. Shahandashti, and Feng Hao. They found vulnerabilities in Firefox for Android using orientation data and motion sensors on a mobile...

6.5CVSS7.8AI score0.01436EPSS
SaveExploits0References3Affected Software1
Mozilla
Mozilla
added 2016/04/26 12:00 a.m.43 views

Use-after-free and buffer overflow in Service Workers — Mozilla

Security researcher Looben Yang reported two issues discovered in Service Workers using Address Sanitizer...

8.8CVSS8AI score0.0294EPSS
SaveExploits0References4Affected Software1
Mozilla
Mozilla
added 2016/03/08 12:00 a.m.54 views

Use-after-free during processing of DER encoded keys in NSS — Mozilla

Mozilla developer Tim Taubert used the Address Sanitizer tool and software fuzzing to discover a use-after-free vulnerability while processing DER encoded keys in the Network Security Services NSS libraries. The vulnerability overwrites the freed memory with zeroes. This issue has been addressed ...

8.8CVSS1.8AI score0.02171EPSS
SaveExploits0References2Affected Software4
Mozilla
Mozilla
added 2016/03/08 12:00 a.m.49 views

Memory corruption with malicious NPAPI plugin — Mozilla

The CESG, the Information Security Arm of GCHQ, reported a dangling pointer dereference within the Netscape Plugin Application Programming Interface NPAPI that could lead to the NPAPI subsystem crashing. This issue requires a maliciously crafted NPAPI plugin in concert with scripted web content,...

8.8CVSS0.9AI score0.02928EPSS
SaveExploits0References2Affected Software3
Mozilla
Mozilla
added 2016/03/08 12:00 a.m.53 views

Memory leak in libstagefright when deleting an array during MP4 processing — Mozilla

Security researchers Jose Martinez and Romina Santillan reported a memory leak in the libstagefright library when array destruction occurs during MPEG4 video file processing...

4.3CVSS2.9AI score0.02156EPSS
SaveExploits0References2Affected Software3
Mozilla
Mozilla
added 2016/03/08 12:00 a.m.91 views

Font vulnerabilities in the Graphite 2 library — Mozilla

Security researcher Holger Fuhrmannek and Mozilla security engineer Tyson Smith reported a number of security vulnerabilities in the Graphite 2 library affecting version 1.3.5...

9.3CVSS2.4AI score0.04889EPSS
SaveExploits1References28Affected Software3
Mozilla
Mozilla
added 2016/03/08 12:00 a.m.60 views

Buffer overflow in Brotli decompression — Mozilla

Security researcher Luke Li reported a pointer underflow bug in the Brotli library's decompression that leads to a buffer overflow. This results in a potentially exploitable crash when triggered...

8.8CVSS9.1AI score0.04141EPSS
SaveExploits0References2Affected Software1
Mozilla
Mozilla
added 2016/03/08 12:00 a.m.49 views

Service Worker Manager out-of-bounds read in Service Worker Manager — Mozilla

Security researcher Looben Yang reported a mechanism where the Clients API in Service Workers can be used to trigger an out-of-bounds read in ServiceWorkerManager. This results in a potentially exploitable crash...

8.8CVSS8.9AI score0.02947EPSS
SaveExploits0References2Affected Software1
Mozilla
Mozilla
added 2016/03/08 12:00 a.m.54 views

Displayed page address can be overridden — Mozilla

Security researcher Abdulrahman Alqabandi reported an issue where an attacker can load an arbitrary web page but the addressbar's displayed URL will be blank or filled with page defined content. This can be used to obfuscate which page is currently loaded and allows for an attacker to spoof an...

4.3CVSS2AI score0.02227EPSS
SaveExploits0References2Affected Software2
Mozilla
Mozilla
added 2016/03/08 12:00 a.m.57 views

Miscellaneous memory safety hazards (rv:45.0 / rv:38.7) — Mozilla

Mozilla developers 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 exploited to run...

8.8CVSS2.9AI score0.03226EPSS
SaveExploits0References2Affected Software3
Mozilla
Mozilla
added 2016/03/08 12:00 a.m.43 views

WebRTC and LibVPX vulnerabilities found through code inspection — Mozilla

Security researcher Ronald Crane reported five "moderate" rated vulnerabilities affecting released code that were found through code inspection. These included the following issues in WebRTC: an integer underflow, a missing status check, race condition, and a use of deleted pointers to create new...

8.8CVSS7.3AI score0.01906EPSS
SaveExploits0References10Affected Software1
Mozilla
Mozilla
added 2016/03/08 12:00 a.m.52 views

Same-origin policy violation using performance.getEntries and history navigation with session restore — Mozilla

Security researcher Jordi Chancel discovered a variant of Mozilla Foundation Security Advisory 2015-136 which was fixed in Firefox 43. In the original bug, it was possible to read cross-origin URLs following a redirect if performance.getEntries was used along with an iframe to host a page...

6.5CVSS7.8AI score0.02248EPSS
SaveExploits0References3Affected Software2
Mozilla
Mozilla
added 2016/03/08 12:00 a.m.56 views

Linux video memory DOS with Intel drivers — Mozilla

Security researcher Ucha Gobejishvili reported a denial of service DOS attack when doing certain WebGL operations in a canvas requiring an unusually large amount buffer to be allocated from video memory. This resulted in memory resource exhaustion with some Intel video cards, requiring the comput...

7.1CVSS7.6AI score0.02425EPSS
SaveExploits0References2Affected Software2
Mozilla
Mozilla
added 2016/03/08 12:00 a.m.42 views

Use-after-free when using multiple WebRTC data channels — Mozilla

Security researcher Dominique Hazaël-Massieux reported a use-after-free issue when using multiple WebRTC data channel connections. This causes a potentially exploitable crash when a data channel connection is freed from within a call through it...

10CVSS1.8AI score0.06084EPSS
SaveExploits0References2Affected Software2
Mozilla
Mozilla
added 2016/03/08 12:00 a.m.54 views

Memory corruption when modifying a file being read by FileReader — Mozilla

Security researcher Oriol reported memory corruption when local files are modified by either the user or another program at the same time being read using the FileReader API. This flaw requires that input be taken from a local file in order to be triggered and cannot be triggered by web content...

7.4CVSS8.3AI score0.00299EPSS
SaveExploits0References2Affected Software1
Mozilla
Mozilla
added 2016/03/08 12:00 a.m.66 views

Use-after-free in HTML5 string parser — Mozilla

Security researcher ca0nguyen, working with HP's Zero Day Initiative, reported a use-after-free issue in the HTML5 string parser when parsing a particular set of table-related tags in a foreign fragment context such as SVG. This results in a potentially exploitable crash...

8.8CVSS2.5AI score0.30946EPSS
SaveExploits8References2Affected Software3
Mozilla
Mozilla
added 2016/03/08 12:00 a.m.52 views

Use-after-free in SetBody — Mozilla

Security researcher lokihardt, working with HP's Zero Day Initiative, reported a use-after-free issue in the SetBody function of HTMLDocument. This results in a potentially exploitable crash...

8.8CVSS0.9AI score0.0289EPSS
SaveExploits0References2Affected Software3
Total number of security vulnerabilities1596