9.8

CVE-2024-9680

Warning

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)
MozillaFirefox SwEditionesr Version < 115.16.1
MozillaFirefox SwEdition- Version < 131.0.2
MozillaFirefox SwEditionesr Version >= 128.1.0 < 128.3.1
MozillaThunderbird Version < 115.16.0
MozillaThunderbird Version >= 128.0.1 < 128.3.1
MozillaThunderbird Version131.0
DebianDebian Linux Version11.0

15.10.2024: CISA Known Exploited Vulnerabilities (KEV) Catalog

Mozilla Firefox Use-After-Free Vulnerability

Vulnerability

Mozilla Firefox and Firefox ESR contain a use-after-free vulnerability in Animation timelines that allows for code execution in the content process.

Description

Apply mitigations per vendor instructions or discontinue use of the product if mitigations are unavailable.

Required actions
EPSS Metriken
Type Source Score Percentile
EPSS FIRST.org 13.03% 0.938
CVSS Metriken
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.