CVE-2018-7530
17.04.2018, 19:29
Parsing malformed project files in Omron CX-One versions 4.42 and prior, including the following applications: CX-FLnet versions 1.00 and prior, CX-Protocol versions 1.992 and prior, CX-Programmer versions 9.65 and prior, CX-Server versions 5.0.22 and prior, Network Configurator versions 3.63 and prior, and Switch Box Utility versions 1.68 and prior, may allow the pointer to call an incorrect object resulting in an access of resource using incompatible type condition.
Vendor | Product | Version |
---|---|---|
omron | cx-flnet | 𝑥 ≤ 1.00 |
omron | cx-one | 𝑥 ≤ 4.42 |
omron | cx-programmer | 𝑥 ≤ 9.65 |
omron | cx-protocol | 𝑥 ≤ 1.992 |
omron | cx-server | 𝑥 ≤ 5.0.22 |
omron | network_configurator | 𝑥 ≤ 3.63 |
omron | switch_box_utility | 𝑥 ≤ 1.68 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-843 - Access of Resource Using Incompatible Type ('Type Confusion')The program allocates or initializes a resource such as a pointer, object, or variable using one type, but it later accesses that resource using a type that is incompatible with the original type.
- CWE-118 - Incorrect Access of Indexable Resource ('Range Error')The software does not restrict or incorrectly restricts operations within the boundaries of a resource that is accessed using an index or pointer, such as memory or files.