9.1
CVE-2022-2848
- EPSS 0.29%
- Published 29.03.2023 19:15:11
- Last modified 18.02.2025 17:15:13
- Source zdi-disclosures@trendmicro.com
- Teams watchlist Login
- Open Login
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.
Data is provided by the National Vulnerability Database (NVD)
Ge ≫ Industrial Gateway Server Version < 7.612
Ptc ≫ Kepware Kepserverex Version < 6.12
Ptc ≫ Opc-aggregator Version < 6.12
Ptc ≫ Thingworx Industrial Connectivity Version-
Ptc ≫ Thingworx Kepware Edge Version < 1.4
Ptc ≫ Thingworx Kepware Server Version < 6.12
Rockwellautomation ≫ Kepserver Enterprise Version < 6.12
Softwaretoolbox ≫ Top Server Version < 6.12
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Type | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.29% | 0.518 |
Source | Base Score | Exploit Score | Impact Score | Vector string |
---|---|---|---|---|
nvd@nist.gov | 9.1 | 3.9 | 5.2 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
|
zdi-disclosures@trendmicro.com | 9.1 | 3.9 | 5.2 |
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
|
CWE-119 Improper Restriction of Operations within the Bounds of a Memory Buffer
The product performs operations on a memory buffer, but it reads from or writes to a memory location outside the buffer's intended boundary. This may result in read or write operations on unexpected memory locations that could be linked to other variables, data structures, or internal program data.
CWE-122 Heap-based Buffer Overflow
A 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().