CVE-2014-9186
08.04.2019, 16:29
A file inclusion vulnerability exists in the confd.exe module in Honeywell Experion PKS R40x before R400.6, R41x before R410.6, and R43x before R430.2, which could lead to accepting an arbitrary file into the function, and potential information disclosure or remote code execution. Honeywell strongly encourages and recommends all customers running unsupported versions of EKPS prior to R400 to upgrade to a supported version.
Vendor | Product | Version |
---|---|---|
honeywell | experion_process_knowledge_system | r400 ≤ 𝑥 < r400.6 |
honeywell | experion_process_knowledge_system | r410 ≤ 𝑥 < r410.6 |
honeywell | experion_process_knowledge_system | r430 ≤ 𝑥 < r430.2 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-98 - Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion')The PHP application receives input from an upstream component, but it does not restrict or incorrectly restricts the input before its usage in "require," "include," or similar functions.
- CWE-20 - Improper Input ValidationThe product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.