CVE Vulnerabilities

CVE-2025-23402

Use After Free

Published: Mar 11, 2025 | Modified: Sep 23, 2025
CVSS 3.x
N/A
Source:
NVD
CVSS 2.x
RedHat/V2
RedHat/V3
Ubuntu

A vulnerability has been identified in Teamcenter Visualization V14.3 (All versions < V14.3.0.13), Teamcenter Visualization V2312 (All versions < V2312.0009), Teamcenter Visualization V2406 (All versions < V2406.0007), Teamcenter Visualization V2412 (All versions < V2412.0002), Tecnomatix Plant Simulation V2302 (All versions < V2302.0021), Tecnomatix Plant Simulation V2404 (All versions < V2404.0010). The affected applications contain a use-after-free vulnerability that could be triggered while parsing specially crafted WRL files. An attacker could leverage this vulnerability to execute code in the context of the current process.

Weakness

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.

Affected Software

Name Vendor Start Version End Version
Teamcenter_visualization Siemens 14.0.0 (including) 14.3.0.13 (excluding)
Teamcenter_visualization Siemens 2312.0 (including) 2312.0009 (excluding)
Teamcenter_visualization Siemens 2406.0 (including) 2406.0007 (excluding)
Teamcenter_visualization Siemens 2412.0 (including) 2412.0002 (excluding)
Tecnomatix_plant_simulation Siemens 2302.0 (including) 2302.0021 (excluding)
Tecnomatix_plant_simulation Siemens 2404.0 (including) 2404.0010 (excluding)

Potential Mitigations

References