9.1
CVE-2020-27267
- EPSS 0.13%
- Veröffentlicht 14.01.2021 00:15:13
- Zuletzt bearbeitet 21.11.2024 05:20:58
- Quelle ics-cert@hq.dhs.gov
- Teams Watchlist Login
- Unerledigt Login
KEPServerEX v6.0 to v6.9, ThingWorx Kepware Server v6.8 and v6.9, ThingWorx Industrial Connectivity (all versions), OPC-Aggregator (all versions), Rockwell Automation KEPServer Enterprise, GE Digital Industrial Gateway Server v7.68.804 and v7.66, and Software Toolbox TOP Server all 6.x versions, are vulnerable to a heap-based buffer overflow. Opening a specifically crafted OPC UA message could allow an attacker to crash the server and potentially leak data.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Ge ≫ Industrial Gateway Server Version7.66
Ge ≫ Industrial Gateway Server Version7.68.804
Ptc ≫ Kepware Kepserverex Version6.0
Ptc ≫ Kepware Kepserverex Version6.9
Ptc ≫ Opc-aggregator Version-
Ptc ≫ Thingworx Industrial Connectivity Version-
Ptc ≫ Thingworx Kepware Server Version6.8
Ptc ≫ Thingworx Kepware Server Version6.9
Rockwellautomation ≫ Kepserver Enterprise Version6.6.504.0
Rockwellautomation ≫ Kepserver Enterprise Version6.9.572.0
Softwaretoolbox ≫ Top Server Version >= 6.0 <= 6.9
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Typ | Quelle | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.13% | 0.33 |
Quelle | Base Score | Exploit Score | Impact Score | Vector String |
---|---|---|---|---|
nvd@nist.gov | 9.1 | 3.9 | 5.2 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
|
nvd@nist.gov | 6.4 | 10 | 4.9 |
AV:N/AC:L/Au:N/C:P/I:N/A:P
|
CWE-416 Use After Free
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.
CWE-787 Out-of-bounds Write
The product writes data past the end, or before the beginning, of the intended buffer.