CVE-2020-12819
19.12.2024, 08:15
A heap-based buffer overflow vulnerability in the processing of Link Control Protocol messages in FortiGate versions 5.6.12, 6.0.10, 6.2.4 and 6.4.1 and earlier may allow a remote attacker with valid SSL VPN credentials to crash the SSL VPN daemon by sending a large LCP packet, when tunnel mode is enabled. Arbitrary code execution may be theoretically possible, albeit practically very difficult to achieve in this contextEnginsight
Vendor | Product | Version |
---|---|---|
fortinet | fortios | 𝑥 < 5.6.13 |
fortinet | fortios | 6.0.0 ≤ 𝑥 < 6.0.11 |
fortinet | fortios | 6.2.0 ≤ 𝑥 < 6.2.5 |
fortinet | fortios | 6.4.0 ≤ 𝑥 < 6.4.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.