CVE-2023-5908
30.11.2023, 22:15
KEPServerEX is vulnerable to a buffer overflow which may allow an attacker to crash the product being accessed or leak information.
Vendor | Product | Version |
---|---|---|
ge | industrial_gateway_server | 𝑥 ≤ 7.614 |
ptc | keepserverex | 𝑥 ≤ 6.14.263.0 |
ptc | opc-aggregator | 𝑥 ≤ 6.14 |
ptc | thingworx_industrial_connectivity | - |
ptc | thingworx_kepware_edge | 𝑥 ≤ 1.7 |
ptc | thingworx_kepware_server | 𝑥 ≤ 6.14.263.0 |
rockwellautomation | kepserver_enterprise | 𝑥 ≤ 6.14.263.0 |
softwaretoolbox | top_server | 𝑥 ≤ 6.14.263.0 |
𝑥
= 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-120 - Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')The program copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer, leading to a buffer overflow.