CVE-2021-36193
02.02.2022, 12:15
Multiple stack-based buffer overflowsin the command line interpreter of FortiWeb before 6.4.2 may allow an authenticated attacker to achieve arbitrary code execution via specially crafted commands.Enginsight
| Vendor | Product | Version |
|---|---|---|
| fortinet | fortiweb | 5.0.0 ≤ 𝑥 < 6.2.6 |
| fortinet | fortiweb | 6.3.0 ≤ 𝑥 < 6.3.16 |
| fortinet | fortiweb | 6.4.0 ≤ 𝑥 < 6.4.2 |
𝑥
= 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.