CVE-2023-28162
02.06.2023, 17:15
While implementing AudioWorklets, some code may have casted one type to another, invalid, dynamic type. This could have led to a potentially exploitable crash. This vulnerability affects Firefox < 111, Firefox ESR < 102.9, and Thunderbird < 102.9.
Vendor | Product | Version |
---|---|---|
mozilla | firefox | 𝑥 < 111.0 |
mozilla | firefox_esr | 𝑥 < 102.9 |
mozilla | thunderbird | 𝑥 < 102.9 |
𝑥
= Vulnerable software versions

Debian Releases
Debian Product | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
firefox |
| ||||||||||||
firefox-esr |
| ||||||||||||
thunderbird |
|

Ubuntu Releases
Ubuntu Product | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
firefox |
| ||||||||||||||||||
mozjs38 |
| ||||||||||||||||||
mozjs52 |
| ||||||||||||||||||
mozjs68 |
| ||||||||||||||||||
mozjs78 |
| ||||||||||||||||||
mozjs91 |
| ||||||||||||||||||
thunderbird |
|
Common Weakness Enumeration
- CWE-704 - Incorrect Type Conversion or CastThe software does not correctly convert an object, resource, or structure from one type to a different type.
- CWE-843 - Access of Resource Using Incompatible Type ('Type Confusion')The program 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.
References