6.9
CVE-2014-0774
- EPSS 0.06%
- Published 28.02.2014 06:18:54
- Last modified 24.09.2025 22:15:34
- Source ics-cert@hq.dhs.gov
- Teams watchlist Login
- Open Login
Stack-based buffer overflow in the C++ sample client in Schneider Electric OPC Factory Server (OFS) TLXCDSUOFS33 - 3.35, TLXCDSTOFS33 - 3.35, TLXCDLUOFS33 - 3.35, TLXCDLTOFS33 - 3.35, and TLXCDLFOFS33 - 3.35 allows local users to gain privileges via vectors involving a malformed configuration file.
Data is provided by the National Vulnerability Database (NVD)
Schneider-electric ≫ Ofs Test Client Tlxcdlfofs33 Version3.35
Schneider-electric ≫ Ofs Test Client Tlxcdltofs33 Version3.35
Schneider-electric ≫ Ofs Test Client Tlxcdluofs33 Version3.35
Schneider-electric ≫ Ofs Test Client Tlxcdstofs33 Version3.35
Schneider-electric ≫ Ofs Test Client Tlxcdsuofs33 Version3.35
Schneider-electric ≫ Opc Factory Server Version3.35
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Type | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.06% | 0.199 |
Source | Base Score | Exploit Score | Impact Score | Vector string |
---|---|---|---|---|
nvd@nist.gov | 6.9 | 3.4 | 10 |
AV:L/AC:M/Au:N/C:C/I:C/A:C
|
ics-cert@hq.dhs.gov | 6.8 | 3.1 | 10 |
AV:L/AC:L/Au:S/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-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).