CVE-2024-29012
20.06.2024, 09:15
Stack-based buffer overflow vulnerability in the SonicOS HTTP server allows an authenticated remote attacker to cause Denial of Service (DoS) via sscanf function.Enginsight
Vendor | Product | Version |
---|---|---|
sonicwall | sonicos | 𝑥 < 7.0.1-5161 |
sonicwall | sonicos | 7.1.1 ≤ 𝑥 < 7.1.1-7058 |
sonicwall | sonicos | 7.1.2 ≤ 𝑥 < 7.1.2-7019 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- 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).
- CWE-787 - Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.