7.8
CVE-2022-37864
- EPSS 0.08%
- Veröffentlicht 11.10.2022 11:15:10
- Zuletzt bearbeitet 21.11.2024 07:15:17
- Quelle productcert@siemens.com
- Teams Watchlist Login
- Unerledigt Login
A vulnerability has been identified in Solid Edge (All Versions < SE2022MP9). The affected application contains an out of bounds write past the fixed-length heap-based buffer while parsing specially crafted DWG files. This could allow an attacker to execute code in the context of the current process. (ZDI-CAN-17627)
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Siemens ≫ Solid Edge Versionse2020 Update-
Siemens ≫ Solid Edge Versionse2020 Updatemaintenance_pack1
Siemens ≫ Solid Edge Versionse2020 Updatemaintenance_pack2
Siemens ≫ Solid Edge Versionse2020 Updatemaintenance_pack3
Siemens ≫ Solid Edge Versionse2020 Updatemaintenance_pack4
Siemens ≫ Solid Edge Versionse2020 Updatemaintenance_pack5
Siemens ≫ Solid Edge Versionse2020 Updatemaintenance_pack6
Siemens ≫ Solid Edge Versionse2020 Updatemaintenance_pack7
Siemens ≫ Solid Edge Versionse2020 Updatemaintenance_pack8
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Typ | Quelle | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.08% | 0.251 |
Quelle | Base Score | Exploit Score | Impact Score | Vector String |
---|---|---|---|---|
nvd@nist.gov | 7.8 | 1.8 | 5.9 |
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
|
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().
CWE-787 Out-of-bounds Write
The product writes data past the end, or before the beginning, of the intended buffer.