CVE-2023-0656
02.03.2023, 22:15
A Stack-based buffer overflow vulnerability in the SonicOS allows a remote unauthenticated attacker to cause Denial of Service (DoS), which could cause an impacted firewall to crash.Enginsight
Vendor | Product | Version |
---|---|---|
sonicwall | sonicos | 𝑥 ≤ 7.0.1-5111 |
sonicwall | sonicos | 𝑥 ≤ 7.0.1-5083 |
sonicwall | sonicos | 𝑥 ≤ 6.5.4.4-44v-21-1551 |
𝑥
= 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.