CVE-2022-22274
25.03.2022, 23:15
A Stack-based buffer overflow vulnerability in the SonicOS via HTTP request allows a remote unauthenticated attacker to cause Denial of Service (DoS) or potentially results in code execution in the firewall.Enginsight
Vendor | Product | Version |
---|---|---|
sonicwall | sonicos | 𝑥 ≤ 7.0.1-5050 |
sonicwall | sonicos | 𝑥 ≤ 7.0.1-r579 |
sonicwall | sonicosv | 𝑥 ≤ 6.5.4.4-44v-21-1452 |
𝑥
= 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.