CVE-2024-33505
12.11.2024, 19:15
A heap-based buffer overflow in Fortinet FortiAnalyzer version 7.4.0 through 7.4.2, 7.2.0 through 7.2.5, 7.0.0 through 7.0.12, 6.4.0 through 6.4.14, FortiManager version 7.4.0 through 7.4.2, 7.2.0 through 7.2.5, 7.0.0 through 7.0.12, 6.4.0 through 6.4.14 allows attacker to escalation of privilege via specially crafted http requestsEnginsight
Vendor | Product | Version |
---|---|---|
fortinet | fortianalyzer | 6.4.0 ≤ 𝑥 < 7.2.6 |
fortinet | fortianalyzer | 7.4.0 ≤ 𝑥 < 7.4.3 |
fortinet | fortimanager | 6.0.0 ≤ 𝑥 < 7.2.7 |
fortinet | fortimanager | 7.4.0 ≤ 𝑥 < 7.4.3 |
fortinet | fortimanager_cloud | 6.4.1 ≤ 𝑥 < 7.2.7 |
fortinet | fortimanager_cloud | 7.4.1 ≤ 𝑥 < 7.4.3 |
𝑥
= 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.