CVE-2018-8845
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, a heap-based buffer overflow vulnerability has 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-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.