9.3
CVE-2014-0781
- EPSS 7.96%
- Veröffentlicht 14.03.2014 10:55:05
- Zuletzt bearbeitet 25.09.2025 18:15:35
- Quelle ics-cert@hq.dhs.gov
- Teams Watchlist Login
- Unerledigt Login
Heap-based buffer overflow in BKCLogSvr.exe in Yokogawa CENTUM CS 3000 R3.09.50 and earlier allows remote attackers to execute arbitrary code via crafted UDP packets.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Yokogawa ≫ Centum Cs 3000 Version <= r3.09.50
Yokogawa ≫ Centum Cs 3000 Versionr3.01
Yokogawa ≫ Centum Cs 3000 Versionr3.02
Yokogawa ≫ Centum Cs 3000 Versionr3.03
Yokogawa ≫ Centum Cs 3000 Versionr3.04
Yokogawa ≫ Centum Cs 3000 Versionr3.05
Yokogawa ≫ Centum Cs 3000 Versionr3.06
Yokogawa ≫ Centum Cs 3000 Versionr3.07
Yokogawa ≫ Centum Cs 3000 Versionr3.08
Yokogawa ≫ Centum Cs 3000 Versionr3.08.50
Yokogawa ≫ Centum Cs 3000 Versionr3.08.70
Yokogawa ≫ Centum Cs 3000 Versionr3.09
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Typ | Quelle | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 7.96% | 0.918 |
Quelle | Base Score | Exploit Score | Impact Score | Vector String |
---|---|---|---|---|
nvd@nist.gov | 9.3 | 8.6 | 10 |
AV:N/AC:M/Au:N/C:C/I:C/A:C
|
ics-cert@hq.dhs.gov | 9.3 | 8.6 | 10 |
AV:N/AC:M/Au:N/C:C/I:C/A:C
|
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().