CVE-2022-24290
20.05.2022, 13:15
A vulnerability has been identified in Teamcenter V12.4 (All versions < V12.4.0.13), Teamcenter V13.0 (All versions < V13.0.0.9), Teamcenter V13.1 (All versions), Teamcenter V13.2 (All versions < V13.2.0.8), Teamcenter V13.3 (All versions < V13.3.0.3), Teamcenter V14.0 (All versions < V14.0.0.2). The tcserver.exe binary in affected applications is vulnerable to a stack overflow condition during the parsing of user input that may lead the binary to crash.Enginsight
Vendor | Product | Version |
---|---|---|
siemens | teamcenter | 12.4 ≤ 𝑥 < 12.4.0.13 |
siemens | teamcenter | 13.0 ≤ 𝑥 < 13.0.0.9 |
siemens | teamcenter | 13.1 ≤ 𝑥 < 13.1.0.9 |
siemens | teamcenter | 13.2 ≤ 𝑥 < 13.2.0.8 |
siemens | teamcenter | 13.3 ≤ 𝑥 < 13.3.0.3 |
siemens | teamcenter | 14.0 |
𝑥
= 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.