9.1

CVE-2023-5908





KEPServerEX is vulnerable to a buffer overflow which may allow an attacker to crash the product being accessed or leak information.




Daten sind bereitgestellt durch National Vulnerability Database (NVD)
GeIndustrial Gateway Server Version <= 7.614
PtcKeepserverex Version <= 6.14.263.0
PtcOpc-aggregator Version <= 6.14
PtcThingworx Kepware Edge Version <= 1.7
PtcThingworx Kepware Server Version <= 6.14.263.0
RockwellautomationKepserver Enterprise Version <= 6.14.263.0
SoftwaretoolboxTop Server Version <= 6.14.263.0
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.05% 0.156
CVSS Metriken
Quelle 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
ics-cert@hq.dhs.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
CWE-120 Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')

The product 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.

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().