CVE-2024-24963
28.05.2024, 16:15
A stack-based buffer overflow vulnerability exists in the Programming Software Connection FileSelect functionality of AutomationDirect P3-550E 1.2.10.9. A specially crafted network packet can lead to stack-based buffer overflow. An attacker can send an unauthenticated packet to trigger this vulnerability.This CVE tracks the stack-based buffer overflow that occurs at offset `0xb6e84` of v1.2.10.9 of the P3-550E firmware.Enginsight
Vendor | Product | Version |
---|---|---|
automationdirect | p3-550e_firmware | 1.2.10.9 |
automationdirect | p3-550e_firmware | 4.1.1.10 |
automationdirect | p3-550_firmware | 1.2.10.9 |
automationdirect | p3-550_firmware | 4.1.1.10 |
automationdirect | p3-530_firmware | 1.2.10.9 |
automationdirect | p3-530_firmware | 4.1.1.10 |
automationdirect | p2-550_firmware | 1.2.10.10 |
automationdirect | p2-550_firmware | 4.1.1.10 |
automationdirect | p1-550_firmware | 1.2.10.10 |
automationdirect | p1-550_firmware | 4.1.1.10 |
automationdirect | p1-540_firmware | 1.2.10.10 |
automationdirect | p1-540_firmware | 4.1.1.10 |
𝑥
= 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.