7.1

CVE-2022-22514

An authenticated, remote attacker can gain access to a dereferenced pointer contained in a request. The accesses can subsequently lead to local overwriting of memory in the CmpTraceMgr, whereby the attacker can neither gain the values read internally nor control the values to be written. If invalid memory is accessed, this results in a crash.

Daten sind bereitgestellt durch National Vulnerability Database (NVD)
CodesysControl For Beaglebone Sl Version < 4.5.0.0
CodesysControl For Beckhoff Cx9020 Version < 4.5.0.0
CodesysControl For Empc-a/imx6 Sl Version < 4.5.0.0
CodesysControl For Iot2000 Sl Version < 4.5.0.0
CodesysControl For Linux Sl Version < 4.5.0.0
CodesysControl For Pfc100 Sl Version < 4.5.0.0
CodesysControl For Pfc200 Sl Version < 4.5.0.0
CodesysControl For Plcnext Sl Version < 4.5.0.0
CodesysControl For Raspberry Pi Sl Version < 4.5.0.0
CodesysControl Rte Sl Version < 3.5.18.0
CodesysControl Runtime System Toolkit Version < 3.5.18.0
CodesysControl Win Sl Version < 3.5.18.0
CodesysDevelopment System Version >= 3.0 < 3.5.18.0
CodesysEdge Gateway SwPlatformwindows Version < 3.5.18.0
CodesysEdge Gateway SwPlatformlinux Version < 4.5.0.0
CodesysEmbedded Target Visu Toolkit Version < 3.5.18.0
CodesysGateway Version < 3.5.18.0
CodesysHmi Sl Version < 3.5.18.0
CodesysRemote Target Visu Toolkit Version < 3.5.18.0
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.68% 0.707
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
nvd@nist.gov 7.1 2.8 4.2
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H
nvd@nist.gov 4.9 6.8 4.9
AV:N/AC:M/Au:S/C:N/I:P/A:P
info@cert.vde.com 7.1 2.8 4.2
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/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-822 Untrusted Pointer Dereference

The product obtains a value from an untrusted source, converts this value to a pointer, and dereferences the resulting pointer.