CVE-2018-14818
08.10.2018, 12:29
WECON Technology Co., Ltd. PI Studio HMI versions 4.1.9 and prior and PI Studio versions 4.2.34 and prior have a stack-based buffer overflow vulnerability which may allow remote code execution.Enginsight
Vendor | Product | Version |
---|---|---|
we-con | pi_studio | 𝑥 ≤ 4.2.34 |
we-con | pi_studio_hmi | 𝑥 ≤ 4.1.9 |
𝑥
= 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.