7.8
CVE-2023-28830
- EPSS 0.07%
- Published 08.08.2023 10:15:14
- Last modified 21.11.2024 07:56:06
- Source productcert@siemens.com
- Teams watchlist Login
- Open Login
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)
Siemens ≫ Teamcenter Visualization Version >= 13.2.0 < 13.2.0.15
Siemens ≫ Teamcenter Visualization Version >= 13.3.0 < 13.3.0.11
Siemens ≫ Teamcenter Visualization Version >= 14.1 < 14.1.0.11
Siemens ≫ Teamcenter Visualization Version >= 14.2 < 14.2.0.5
Siemens ≫ Solid Edge Se2022 Version-
Siemens ≫ Solid Edge Se2022 Versionmaintenance_pack_1
Siemens ≫ Solid Edge Se2022 Versionmaintenance_pack_2
Siemens ≫ Solid Edge Se2022 Versionmaintenance_pack_3
Siemens ≫ Solid Edge Se2022 Versionmaintenance_pack_4
Siemens ≫ Solid Edge Se2022 Versionmaintenance_pack_5
Siemens ≫ Solid Edge Se2022 Versionmaintenance_pack_7
Siemens ≫ Solid Edge Se2022 Versionmaintenance_pack_8
Siemens ≫ Solid Edge Se2022 Versionmaintenance_pack_9
Siemens ≫ Solid Edge Se2022 Versionmaintenance_pack_10
Siemens ≫ Solid Edge Se2022 Versionmaintenance_pack_11
Siemens ≫ Solid Edge Se2022 Versionmaintenance_pack_12
Siemens ≫ Solid Edge Se2023 Version-
Siemens ≫ Solid Edge Se2023 Versionupdate_0001
Siemens ≫ Solid Edge Se2023 Versionupdate_0002
Siemens ≫ Solid Edge Se2023 Versionupdate_0003
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Type | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.07% | 0.218 |
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.