CVE-2022-3160
13.01.2023, 01:15
The APDFL.dll 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 | 𝑥 < 14.1.0.5 |
siemens | teamcenter_visualization | 13.3.0 ≤ 𝑥 < 13.3.0.8 |
siemens | teamcenter_visualization | 14.0 ≤ 𝑥 < 14.0.0.4 |
siemens | teamcenter_visualization | 14.1 ≤ 𝑥 < 14.1.0.5 |
𝑥
= 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.
References