9
CVE-2014-0783
- EPSS 7.81%
- Published 14.03.2014 10:55:05
- Last modified 25.09.2025 18:15:35
- Source ics-cert@hq.dhs.gov
- Teams watchlist Login
- Open Login
Stack-based buffer overflow in BKHOdeq.exe in Yokogawa CENTUM CS 3000 R3.09.50 and earlier allows remote attackers to execute arbitrary code via a crafted TCP packet.
Data is provided by the 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.
Type | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 7.81% | 0.916 |
Source | Base Score | Exploit Score | Impact Score | Vector string |
---|---|---|---|---|
nvd@nist.gov | 9 | 10 | 8.5 |
AV:N/AC:L/Au:N/C:P/I:P/A:C
|
ics-cert@hq.dhs.gov | 9 | 10 | 8.5 |
AV:N/AC:L/Au:N/C:P/I:P/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-121 Stack-based Buffer Overflow
A stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function).