7.8

CVE-2023-28830

A vulnerability has been identified in JT2Go (All versions < V14.2.0.5), Solid Edge SE2022 (All versions < V222.0 Update 13), Solid Edge SE2023 (All versions < V223.0 Update 4), Teamcenter Visualization V13.2 (All versions < V13.2.0.15), Teamcenter Visualization V13.3 (All versions < V13.3.0.11), Teamcenter Visualization V14.1 (All versions < V14.1.0.11), Teamcenter Visualization V14.2 (All versions < V14.2.0.5). The affected application contains a use-after-free vulnerability that could be triggered while parsing specially crafted ASM file. An attacker could leverage this vulnerability to execute code in the context of the current process.

Data is provided by the National Vulnerability Database (NVD)
SiemensJt2go Version < 14.2.0.5
SiemensTeamcenter Visualization Version >= 13.2.0 < 13.2.0.15
SiemensTeamcenter Visualization Version >= 13.3.0 < 13.3.0.11
SiemensTeamcenter Visualization Version >= 14.1 < 14.1.0.11
SiemensTeamcenter Visualization Version >= 14.2 < 14.2.0.5
SiemensSolid Edge Se2022 Version-
SiemensSolid Edge Se2022 Versionmaintenance_pack_1
SiemensSolid Edge Se2022 Versionmaintenance_pack_2
SiemensSolid Edge Se2022 Versionmaintenance_pack_3
SiemensSolid Edge Se2022 Versionmaintenance_pack_4
SiemensSolid Edge Se2022 Versionmaintenance_pack_5
SiemensSolid Edge Se2022 Versionmaintenance_pack_7
SiemensSolid Edge Se2022 Versionmaintenance_pack_8
SiemensSolid Edge Se2022 Versionmaintenance_pack_9
SiemensSolid Edge Se2022 Versionmaintenance_pack_10
SiemensSolid Edge Se2022 Versionmaintenance_pack_11
SiemensSolid Edge Se2022 Versionmaintenance_pack_12
SiemensSolid Edge Se2023 Version-
SiemensSolid Edge Se2023 Versionupdate_0001
SiemensSolid Edge Se2023 Versionupdate_0002
SiemensSolid Edge Se2023 Versionupdate_0003
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Type Source Score Percentile
EPSS FIRST.org 0.07% 0.218
CVSS Metriken
Source 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
productcert@siemens.com 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-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.