9.8
CVE-2024-9680
- EPSS 13.03%
- Published 09.10.2024 13:15:12
- Last modified 26.11.2024 19:53:56
- Source security@mozilla.org
- Teams watchlist Login
- Open Login
An attacker was able to achieve code execution in the content process by exploiting a use-after-free in Animation timelines. We have had reports of this vulnerability being exploited in the wild. This vulnerability affects Firefox < 131.0.2, Firefox ESR < 128.3.1, Firefox ESR < 115.16.1, Thunderbird < 131.0.1, Thunderbird < 128.3.1, and Thunderbird < 115.16.0.
Data is provided by the National Vulnerability Database (NVD)
Mozilla ≫ Thunderbird Version < 115.16.0
Mozilla ≫ Thunderbird Version >= 128.0.1 < 128.3.1
Mozilla ≫ Thunderbird Version131.0
Debian ≫ Debian Linux Version11.0
15.10.2024: CISA Known Exploited Vulnerabilities (KEV) Catalog
Mozilla Firefox Use-After-Free Vulnerability
VulnerabilityMozilla Firefox and Firefox ESR contain a use-after-free vulnerability in Animation timelines that allows for code execution in the content process.
DescriptionApply mitigations per vendor instructions or discontinue use of the product if mitigations are unavailable.
Required actionsType | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 13.03% | 0.938 |
Source | Base Score | Exploit Score | Impact Score | Vector string |
---|---|---|---|---|
nvd@nist.gov | 9.8 | 3.9 | 5.9 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
134c704f-9b21-4f2e-91b3-4a467353bcc0 | 9.8 | 3.9 | 5.9 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
CWE-416 Use After Free
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.