CVE-2025-8033
BaseFortify
Publication date: 2025-07-22
Last updated on: 2026-04-13
Assigner: Mozilla Corporation
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| mozilla | firefox | From 60.9.0 (exc) |
| mozilla | thunderbird | to 140.0 (inc) |
| mozilla | thunderbird | to 140.0 (inc) |
| mozilla | thunderbird | to 140.0 (inc) |
| mozilla | firefox | From 60.9.0 (exc) |
| mozilla | firefox | From 60.9.0 (exc) |
| mozilla | firefox | From 60.9.0 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-476 | The product dereferences a pointer that it expects to be valid but is NULL. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability involves the JavaScript engine incorrectly handling closed generators, allowing them to be resumed. This improper handling can lead to a nullptr dereference, which is a type of error where the program attempts to access memory through a null pointer, potentially causing crashes or unexpected behavior.
How can this vulnerability impact me? :
The vulnerability can cause the affected applications (Firefox and Thunderbird versions listed) to crash or behave unexpectedly due to the nullptr dereference. This could potentially be exploited to disrupt normal operation or cause denial of service.