Lucene search
+L

1689 matches found

Mozilla
Mozilla
added 2016/08/02 12:0 a.m.46 views

Crash in incremental garbage collection in JavaScript — Mozilla

Security researcher Jukka Jylänki reported a use-after-free in JavaScript caused by how objects and pointers are handled during incremental garbage collection in some circumstances working with object groups. When triggered, this causes a potential exploitable crash but is mitigated by the...

8.8CVSS9AI score0.02403EPSS
Exploits0References2Affected Software1
Mozilla
Mozilla
added 2016/08/02 12:0 a.m.45 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
Exploits1References2Affected Software2
Mozilla
Mozilla
added 2016/08/02 12:0 a.m.38 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
Exploits0References2Affected Software2
Mozilla
Mozilla
added 2016/08/02 12:0 a.m.34 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.03259EPSS
Exploits1References2Affected Software2
Mozilla
Mozilla
added 2016/08/02 12:0 a.m.42 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
Exploits0References2Affected Software2
Mozilla
Mozilla
added 2016/06/07 12:0 a.m.45 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
Exploits7References2Affected Software2
Mozilla
Mozilla
added 2016/03/08 12:0 a.m.51 views

Out-of-bounds write with malicious font in Graphite 2 — Mozilla

Security researcher James Clawson used the Address Sanitizer tool to discover an out-of-bounds write in the Graphite 2 library when loading a crafted Graphite font file. This results in a potentially exploitable crash...

8.8CVSS1.5AI score0.01665EPSS
Exploits0References2Affected Software2
Mozilla
Mozilla
added 2016/03/08 12:0 a.m.53 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
Exploits0References2Affected Software1
Mozilla
Mozilla
added 2016/03/08 12:0 a.m.42 views

Use-after-free in GetStaticInstance in WebRTC — Mozilla

Security researcher Ronald Crane reported a race condition in GetStaticInstance in WebRTC which results in a use-after-free. This could result in a potentially exploitable crash. This issue was found through code inspection and does not have clear mechanism to be exploited through web content but...

8.8CVSS6.5AI score0.0298EPSS
Exploits0References2Affected Software1
Mozilla
Mozilla
added 2016/03/08 12:0 a.m.50 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
Exploits0References2Affected Software1
Mozilla
Mozilla
added 2016/03/08 12:0 a.m.62 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
Exploits8References2Affected Software3
Mozilla
Mozilla
added 2016/03/08 12:0 a.m.41 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
Exploits0References2Affected Software3
Mozilla
Mozilla
added 2016/03/08 12:0 a.m.35 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
Exploits0References2Affected Software2
Mozilla
Mozilla
added 2016/03/08 12:0 a.m.47 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
Exploits0References2Affected Software3
Mozilla
Mozilla
added 2016/03/08 12:0 a.m.42 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
Exploits0References2Affected Software1
FreeBSD
FreeBSD
added 2016/03/08 12:0 a.m.46 views

graphite2 -- multiple vulnerabilities

Mozilla Foundation reports: 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. The issue reported by Holger Fuhrmannek is a mechanism to induce stack corruption with a...

9.3CVSS1.1AI score0.04889EPSS
Exploits1References2
FreeBSD
FreeBSD
added 2016/02/08 12:0 a.m.42 views

brotli -- buffer overflow

Google Chrome Releases reports: 583607 High CVE-2016-1624: Buffer overflow in Brotli. Credit to lukezli. Mozilla Foundation reports: 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...

8.8CVSS2.5AI score0.01352EPSS
Exploits0References4
Mozilla
Mozilla
added 2015/12/15 12:0 a.m.55 views

Use-after-free in WebRTC when datachannel is used after being destroyed — Mozilla

Security researcher Looben Yang reported a use-after-free error in WebRTC that occurs due to timing issues in WebRTC when closing channels. WebRTC may still believe is has a datachannel open after another WebRTC function has closed it. This results in attempts to use the now destroyed datachannel...

7.5CVSS6.7AI score0.04309EPSS
Exploits0References2Affected Software3
Mozilla
Mozilla
added 2015/12/15 12:0 a.m.50 views

Integer overflow in MP4 playback in 64-bit versions — Mozilla

Security researcher Ronald Crane reported a vulnerability found through code inspection. This issue is an integer overflow while processing an MP4 format video file when an a erroneously-small buffer is allocated and then overrun, resulting in a potentially exploitable crash...

6.8CVSS7.1AI score0.04075EPSS
Exploits0References2Affected Software3
Mozilla
Mozilla
added 2015/11/03 12:0 a.m.37 views

Memory corruption in libjar through zip files — Mozilla

Security researcher Gustavo Grieco reported a buffer underflow in libjar triggered through a maliciously crafted ZIP format file. This results in a potentially exploitable crash...

7.5CVSS9AI score0.04229EPSS
Exploits0References2Affected Software3
Rows per page
Query Builder