7.8
CVE-2014-0789
- EPSS 1.05%
- Veröffentlicht 04.04.2014 15:09:45
- Zuletzt bearbeitet 25.09.2025 18:15:36
- Quelle ics-cert@hq.dhs.gov
- Teams Watchlist Login
- Unerledigt Login
Multiple buffer overflows in the OPC Automation 2.0 Server Object ActiveX control in Schneider Electric OPC Factory Server (OFS) TLXCDSUOFS33 3.5 and earlier, TLXCDSTOFS33 3.5 and earlier, TLXCDLUOFS33 3.5 and earlier, TLXCDLTOFS33 3.5 and earlier, and TLXCDLFOFS33 3.5 and earlier allow remote attackers to cause a denial of service via long arguments to unspecified functions.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Schneider-electric ≫ Opc Factory Server Tlxcdlfofs Version <= 3.35
Schneider-electric ≫ Opc Factory Server Tlxcdltofs Version <= 3.35
Schneider-electric ≫ Opc Factory Server Tlxcdluofs Version <= 3.35
Schneider-electric ≫ Opc Factory Server Tlxcdstofs Version <= 3.35
Schneider-electric ≫ Opc Factory Server Tlxcdsuofs Version <= 3.35
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Typ | Quelle | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 1.05% | 0.768 |
Quelle | Base Score | Exploit Score | Impact Score | Vector String |
---|---|---|---|---|
nvd@nist.gov | 7.8 | 10 | 6.9 |
AV:N/AC:L/Au:N/C:N/I:N/A:C
|
ics-cert@hq.dhs.gov | 5 | 10 | 2.9 |
AV:N/AC:L/Au:N/C:N/I:N/A:P
|
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().