CVE-2022-2848
29.03.2023, 19:15
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Kepware KEPServerEX 6.11.718.0. Authentication is not required to exploit this vulnerability. The specific flaw exists within the handling of text encoding conversions. The issue results from the lack of proper validation of the length of user-supplied data prior to copying it to a heap-based buffer. An attacker can leverage this vulnerability to execute code in the context of SYSTEM. Was ZDI-CAN-16486.Enginsight
Vendor | Product | Version |
---|---|---|
ge | industrial_gateway_server | 𝑥 < 7.612 |
ptc | kepware_kepserverex | 𝑥 < 6.12 |
ptc | opc-aggregator | 𝑥 < 6.12 |
ptc | thingworx_industrial_connectivity | - |
ptc | thingworx_kepware_edge | 𝑥 < 1.4 |
ptc | thingworx_kepware_server | 𝑥 < 6.12 |
rockwellautomation | kepserver_enterprise | 𝑥 < 6.12 |
softwaretoolbox | top_server | 𝑥 < 6.12 |
𝑥
= 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-119 - Improper Restriction of Operations within the Bounds of a Memory BufferThe software performs operations on a memory buffer, but it can read from or write to a memory location that is outside of the intended boundary of the buffer.