9.1
CVE-2023-5908
- EPSS 0.05%
- Published 30.11.2023 22:15:09
- Last modified 21.11.2024 08:42:45
- Source ics-cert@hq.dhs.gov
- Teams watchlist Login
- Open Login
KEPServerEX is vulnerable to a buffer overflow which may allow an attacker to crash the product being accessed or leak information.
Data is provided by the National Vulnerability Database (NVD)
Ge ≫ Industrial Gateway Server Version <= 7.614
Ptc ≫ Keepserverex Version <= 6.14.263.0
Ptc ≫ Opc-aggregator Version <= 6.14
Ptc ≫ Thingworx Industrial Connectivity Version-
Ptc ≫ Thingworx Kepware Edge Version <= 1.7
Ptc ≫ Thingworx Kepware Server Version <= 6.14.263.0
Rockwellautomation ≫ Kepserver Enterprise Version <= 6.14.263.0
Softwaretoolbox ≫ Top Server Version <= 6.14.263.0
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Type | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.05% | 0.156 |
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
|
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().