CVE-2023-38070
12.09.2023, 10:15
A vulnerability has been identified in JT2Go (All versions < V14.3.0.1), Teamcenter Visualization V13.3 (All versions < V13.3.0.12), Teamcenter Visualization V14.0 (All versions), Teamcenter Visualization V14.1 (All versions < V14.1.0.11), Teamcenter Visualization V14.2 (All versions < V14.2.0.6), Teamcenter Visualization V14.3 (All versions < V14.3.0.1), Tecnomatix Plant Simulation V2201 (All versions < V2201.0010), Tecnomatix Plant Simulation V2302 (All versions < V2302.0004). The affected application is vulnerable to stack-based buffer overflow while parsing specially crafted WRL files. This could allow an attacker to execute code in the context of the current process. (ZDI-CAN-20818)Enginsight
Vendor | Product | Version |
---|---|---|
siemens | jt2go | 𝑥 < 14.3.0.1 |
siemens | teamcenter_visualization | 13.3.0 ≤ 𝑥 < 13.4.0.12 |
siemens | teamcenter_visualization | 14.0 ≤ 𝑥 < 14.1.0.11 |
siemens | teamcenter_visualization | 14.2 ≤ 𝑥 < 14.2.0.6 |
siemens | teamcenter_visualization | 14.3 ≤ 𝑥 < 14.3.0.1 |
siemens | tecnomatix_plant_simulation | 2201.0 ≤ 𝑥 < 2201.0010 |
siemens | tecnomatix_plant_simulation | 2302.0 ≤ 𝑥 ≤ 2302.0004 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-121 - Stack-based Buffer OverflowA stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function).
- CWE-787 - Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.