7.8

CVE-2022-37864

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)
SiemensSolid Edge Versionse2020 Update-
SiemensSolid Edge Versionse2020 Updatemaintenance_pack1
SiemensSolid Edge Versionse2020 Updatemaintenance_pack2
SiemensSolid Edge Versionse2020 Updatemaintenance_pack3
SiemensSolid Edge Versionse2020 Updatemaintenance_pack4
SiemensSolid Edge Versionse2020 Updatemaintenance_pack5
SiemensSolid Edge Versionse2020 Updatemaintenance_pack6
SiemensSolid Edge Versionse2020 Updatemaintenance_pack7
SiemensSolid Edge Versionse2020 Updatemaintenance_pack8
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.08% 0.251
CVSS Metriken
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.