CVE-2023-2914
17.08.2023, 16:15
The Rockwell Automation Thinmanager Thinserver is impacted by an improper input validation vulnerability, an integer overflow condition exists in the affected products. When the ThinManager processes incoming messages, a read access violation occurs and terminates the process. A malicious user could exploit this vulnerability by sending a crafted synchronization protocol message and causing a denial of service condition in the software.Enginsight
Vendor | Product | Version |
---|---|---|
rockwellautomation | thinmanager_thinserver | 11.0.0 ≤ 𝑥 ≤ 11.0.6 |
rockwellautomation | thinmanager_thinserver | 11.1.0 ≤ 𝑥 ≤ 11.1.6 |
rockwellautomation | thinmanager_thinserver | 11.2.0 ≤ 𝑥 ≤ 11.2.7 |
rockwellautomation | thinmanager_thinserver | 12.0.0 ≤ 𝑥 ≤ 12.0.5 |
rockwellautomation | thinmanager_thinserver | 12.1.0 ≤ 𝑥 ≤ 12.1.6 |
rockwellautomation | thinmanager_thinserver | 13.0.0 ≤ 𝑥 ≤ 13.0.2 |
rockwellautomation | thinmanager_thinserver | 13.1.0 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- 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.
- CWE-190 - Integer Overflow or WraparoundThe software performs a calculation that can produce an integer overflow or wraparound, when the logic assumes that the resulting value will always be larger than the original value. This can introduce other weaknesses when the calculation is used for resource management or execution control.