CVE-2023-24480
13.07.2023, 11:15
Controller DoS due to stack overflow when decoding a message from the server. See Honeywell Security Notification for recommendations on upgrading and versioning.Enginsight
Vendor | Product | Version |
---|---|---|
honeywell | c300_firmware | 501.1 ≤ 𝑥 ≤ 501.6hf8 |
honeywell | c300_firmware | 510.1 ≤ 𝑥 ≤ 510.2hf12 |
honeywell | c300_firmware | 511.1 ≤ 𝑥 ≤ 511.5tcu3 |
honeywell | c300_firmware | 520.1 ≤ 𝑥 ≤ 520.1tcu4 |
honeywell | c300_firmware | 520.2 ≤ 𝑥 ≤ 520.2tcu2 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-116 - Improper Encoding or Escaping of OutputThe software prepares a structured message for communication with another component, but encoding or escaping of the data is either missing or done incorrectly. As a result, the intended structure of the message is not preserved.
- CWE-787 - Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.