CVE-2023-49123
09.01.2024, 10:15
A vulnerability has been identified in Solid Edge SE2023 (All versions < V223.0 Update 10). The affected application is vulnerable to heap-based buffer overflow while parsing specially crafted PAR files. This could allow an attacker to execute code in the context of the current process.Enginsight
Vendor | Product | Version |
---|---|---|
siemens | solid_edge_se2023 | 𝑥 < 223.0 |
siemens | solid_edge_se2023 | 223.0 |
siemens | solid_edge_se2023 | 223.0:update_0001 |
siemens | solid_edge_se2023 | 223.0:update_0002 |
siemens | solid_edge_se2023 | 223.0:update_0003 |
siemens | solid_edge_se2023 | 223.0:update_0004 |
siemens | solid_edge_se2023 | 223.0:update_0005 |
siemens | solid_edge_se2023 | 223.0:update_0006 |
siemens | solid_edge_se2023 | 223.0:update_0007 |
siemens | solid_edge_se2023 | 223.0:update_0008 |
siemens | solid_edge_se2023 | 223.0:update_0009 |
𝑥
= 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.