CVE-2022-34819
12.07.2022, 10:15
A vulnerability has been identified in SIMATIC CP 1242-7 V2 (All versions < V3.3.46), SIMATIC CP 1243-1 (All versions < V3.3.46), SIMATIC CP 1243-7 LTE EU (All versions < V3.3.46), SIMATIC CP 1243-7 LTE US (All versions < V3.3.46), SIMATIC CP 1243-8 IRC (All versions < V3.3.46), SIMATIC CP 1542SP-1 IRC (All versions >= V2.0 < V2.2.28), SIMATIC CP 1543-1 (All versions < V3.0.22), SIMATIC CP 1543SP-1 (All versions >= V2.0 < V2.2.28), SIPLUS ET 200SP CP 1542SP-1 IRC TX RAIL (All versions >= V2.0 < V2.2.28), SIPLUS ET 200SP CP 1543SP-1 ISEC (All versions >= V2.0 < V2.2.28), SIPLUS ET 200SP CP 1543SP-1 ISEC TX RAIL (All versions >= V2.0 < V2.2.28), SIPLUS NET CP 1242-7 V2 (All versions < V3.3.46), SIPLUS NET CP 1543-1 (All versions < V3.0.22), SIPLUS S7-1200 CP 1243-1 (All versions < V3.3.46), SIPLUS S7-1200 CP 1243-1 RAIL (All versions < V3.3.46). The application lacks proper validation of user-supplied data when parsing specific messages. This could result in a heap-based buffer overflow. An attacker could leverage this vulnerability to execute code in the context of device.Enginsight
Vendor | Product | Version |
---|---|---|
siemens | simatic_cp_1242-7_v2_firmware | * |
siemens | simatic_cp_1243-1_firmware | * |
siemens | simatic_cp_1243-7_lte_eu_firmware | * |
siemens | simatic_cp_1243-7_lte_us_firmware | * |
siemens | simatic_cp_1243-8_irc_firmware | * |
siemens | simatic_cp_1542sp-1_irc_firmware | 2.0 ≤ |
siemens | simatic_cp_1543-1_firmware | 𝑥 < 3.0.22 |
siemens | simatic_cp_1543sp-1_firmware | 2.0 ≤ |
siemens | siplus_et_200sp_cp_1542sp-1_irc_tx_rail_firmware | 2.0 ≤ |
siemens | siplus_et_200sp_cp_1543sp-1_isec_firmware | 2.0 ≤ |
siemens | siplus_et_200sp_cp_1543sp-1_isec_tx_rail_firmware | 2.0 ≤ |
siemens | siplus_net_cp_1242-7_v2_firmware | * |
siemens | siplus_net_cp_1543-1_firmware | 𝑥 < 3.0.22 |
siemens | siplus_s7-1200_cp_1243-1_firmware | * |
siemens | siplus_s7-1200_cp_1243-1_rail_firmware | * |
𝑥
= 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.