CVE-2018-7499
15.05.2018, 22:29
In Advantech WebAccess versions V8.2_20170817 and prior, WebAccess versions V8.3.0 and prior, WebAccess Dashboard versions V.2.0.15 and prior, WebAccess Scada Node versions prior to 8.3.1, and WebAccess/NMS 2.0.3 and prior, several stack-based buffer overflow vulnerabilities have been identified, which may allow an attacker to execute arbitrary code.Enginsight
Vendor | Product | Version |
---|---|---|
advantech | webaccess | 𝑥 ≤ 8.2_20170817 |
advantech | webaccess | 𝑥 ≤ 8.3.0 |
advantech | webaccess_dashboard | 𝑥 ≤ 2.0.15 |
advantech | webaccess_scada | 𝑥 < 8.3.1 |
advantech | webaccess\/nms | 𝑥 ≤ 2.0.3 |
𝑥
= 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.