CVE-2023-39276
17.10.2023, 23:15
SonicOS post-authentication stack-based buffer overflow vulnerability in the getBookmarkList.json URL endpoint leads to a firewall crash.Enginsight
| Vendor | Product | Version |
|---|---|---|
| sonicwall | sonicos | 𝑥 < 7.0.1-5145 |
| sonicwall | sonicos | 𝑥 < 6.5.4.4-44v-21-2340 |
| sonicwall | sonicos | 𝑥 < 6.5.4.13-105n |
𝑥
= 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.