CVE-2024-0745
23.01.2024, 14:15
The WebAudio `OscillatorNode` object was susceptible to a stack buffer overflow. This could have led to a potentially exploitable crash. This vulnerability affects Firefox < 122.Enginsight
Vendor | Product | Version |
---|---|---|
mozilla | firefox | 𝑥 < 122.0 |
𝑥
= Vulnerable software versions

Ubuntu Releases
Ubuntu Product | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
firefox |
| ||||||||||||||||
mozjs102 |
| ||||||||||||||||
mozjs38 |
| ||||||||||||||||
mozjs52 |
| ||||||||||||||||
mozjs68 |
| ||||||||||||||||
mozjs78 |
| ||||||||||||||||
mozjs91 |
| ||||||||||||||||
thunderbird |
|
Common Weakness Enumeration
- CWE-787 - Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.
- CWE-121 - Stack-based Buffer OverflowA stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function).