9.8 CVE-2024-8381

 

A potentially exploitable type confusion could be triggered when looking up a property name on an object being used as the `with` environment. This vulnerability affects Firefox < 130, Firefox ESR < 128.2, Firefox ESR < 115.15, Thunderbird < 128.2, and Thunderbird < 115.15.
https://nvd.nist.gov/vuln/detail/CVE-2024-8381

Categories

CWE-843 : Access of Resource Using Incompatible Type ('Type Confusion')
The product allocates or initializes a resource such as a pointer, object, or variable using one type, but it later accesses that resource using a type that is incompatible with the original type. Type confusion in CSS sequence leads to out-of-bounds read. Size inconsistency allows code execution, first discovered when it was actively exploited in-the-wild. Improperly-parsed file containing records of different types leads to code execution when a memory location is interpreted as a different object than intended.

References


 

CPE

cpe start end
Configuration 1
cpe:2.3:a:mozilla:firefox:*:*:*:*:*:*:*:* < 130.0
cpe:2.3:a:mozilla:firefox_esr:*:*:*:*:*:*:*:* < 115.15
cpe:2.3:a:mozilla:firefox_esr:*:*:*:*:*:*:*:* >= 128.0 < 128.2


REMEDIATION




EXPLOITS


Exploit-db.com

id description date
No known exploits

POC Github

Url
No known exploits

Other Nist (github, ...)

Url
No known exploits


CAPEC


Common Attack Pattern Enumerations and Classifications

id description severity
No entry