CVE-2022-2069
20.10.2022, 17:15
The APDFL.dll in Siemens JT2Go prior to V13.3.0.5 and Siemens Teamcenter Visualization prior to V14.0.0.2 contains an out of bounds write past the fixed-length heap-based buffer while parsing specially crafted PDF files. This could allow an attacker to execute code in the context of the current process.Enginsight
Vendor | Product | Version |
---|---|---|
siemens | jt2go | 𝑥 < 13.3.0.5 |
siemens | teamcenter_visualization | 13.3.0 ≤ 𝑥 < 13.3.0.5 |
siemens | teamcenter_visualization | 14.0 ≤ 𝑥 < 14.0.0.2 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-122 - Heap-based Buffer OverflowA heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc().
- CWE-787 - Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.