9.3

CVE-2014-0781

Exploit

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.

Data is provided by the National Vulnerability Database (NVD)
YokogawaCentum Cs 3000 Version <= r3.09.50
YokogawaCentum Cs 3000 Versionr3.01
YokogawaCentum Cs 3000 Versionr3.02
YokogawaCentum Cs 3000 Versionr3.03
YokogawaCentum Cs 3000 Versionr3.04
YokogawaCentum Cs 3000 Versionr3.05
YokogawaCentum Cs 3000 Versionr3.06
YokogawaCentum Cs 3000 Versionr3.07
YokogawaCentum Cs 3000 Versionr3.08
YokogawaCentum Cs 3000 Versionr3.08.50
YokogawaCentum Cs 3000 Versionr3.08.70
YokogawaCentum Cs 3000 Versionr3.09
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Type Source Score Percentile
EPSS FIRST.org 7.96% 0.918
CVSS Metriken
Source 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().