CVE-2026-8092
Analyzed
Analyzed - Analysis Complete
Memory Corruption in Firefox ESR and Firefox
Publication date: 2026-05-07
Last updated on: 2026-05-18
Assigner: Mozilla Corporation
Description
Description
Memory safety bugs present in Firefox ESR 115.35.1, Firefox ESR 140.10.1 and Firefox 150.0.1. 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. This vulnerability was fixed in Firefox 150.0.2, Firefox ESR 140.10.2, Firefox ESR 115.35.2, Thunderbird 150.0.2, and Thunderbird 140.10.2.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| mozilla | firefox | From 150.0 (inc) to 150.0.2 (exc) |
| mozilla | firefox | to 115.35.2 (exc) |
| mozilla | firefox | From 140.0 (inc) to 140.10.2 (exc) |
| mozilla | thunderbird | From 150.0 (inc) to 150.0.2 (exc) |
| mozilla | thunderbird | From 140.0 (inc) to 140.10.2 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-416 | The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer. |
| CWE-125 | The product reads data past the end, or before the beginning, of the intended buffer. |
| CWE-787 | The product writes data past the end, or before the beginning, of the intended buffer. |