CVE-2023-23782
16.02.2023, 19:15
A heap-based buffer overflow in Fortinet FortiWeb version 7.0.0 through 7.0.1, FortiWeb version 6.3.0 through 6.3.19, FortiWeb 6.4 all versions, FortiWeb 6.2 all versions, FortiWeb 6.1 all versions allows attacker to escalation of privilege via specifically crafted arguments to existing commands.Enginsight
Vendor | Product | Version |
---|---|---|
fortinet | fortiweb | 6.0.0 ≤ 𝑥 ≤ 6.2.7 |
fortinet | fortiweb | 6.3.0 ≤ 𝑥 < 6.3.20 |
fortinet | fortiweb | 6.4.0 ≤ 𝑥 ≤ 6.4.2 |
fortinet | fortiweb | 7.0.0 ≤ 𝑥 < 7.0.2 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-122 - Heap-based Buffer OverflowA heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc().
- CWE-787 - Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.