A vulnerability in a proprietary device driver in the kernel of Cisco TelePresence Multipoint Control Unit (MCU) Software could allow an unauthenticated, remote attacker to execute arbitrary code or cause a denial of service (DoS) condition. The vulnerability is due to improper size validation when reassembling fragmented IPv4 or IPv6 packets. An attacker could exploit this vulnerability by sending crafted IPv4 or IPv6 fragments to a port receiving content in Passthrough content mode. An exploit could allow the attacker to overflow a buffer. If successful, the attacker could execute arbitrary code or cause a DoS condition on the affected system. Cisco TelePresence MCU platforms TelePresence MCU 5300 Series, TelePresence MCU MSE 8510 and TelePresence MCU 4500 are affected when running software version 4.3(1.68) or later configured for Passthrough content mode. Cisco has released software updates that address this vulnerability. Workarounds that address this vulnerability are not available, but mitigations are available. Cisco Bug IDs: CSCuu67675.
The 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.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Telepresence_mcu_software | Cisco | 4.3_(1.68) (including) | 4.3_(1.68) (including) |
Telepresence_mcu_software | Cisco | 4.3_(2.18) (including) | 4.3_(2.18) (including) |
Telepresence_mcu_software | Cisco | 4.3_(2.30) (including) | 4.3_(2.30) (including) |
Telepresence_mcu_software | Cisco | 4.3_(2.32) (including) | 4.3_(2.32) (including) |
Telepresence_mcu_software | Cisco | 4.4_(3.42) (including) | 4.4_(3.42) (including) |
Telepresence_mcu_software | Cisco | 4.4_(3.49) (including) | 4.4_(3.49) (including) |
Telepresence_mcu_software | Cisco | 4.4_(3.54) (including) | 4.4_(3.54) (including) |
Telepresence_mcu_software | Cisco | 4.4_(3.57) (including) | 4.4_(3.57) (including) |
Telepresence_mcu_software | Cisco | 4.4_(3.67) (including) | 4.4_(3.67) (including) |
Telepresence_mcu_software | Cisco | 4.5_(1.45) (including) | 4.5_(1.45) (including) |
Telepresence_mcu_software | Cisco | 4.5_(1.55) (including) | 4.5_(1.55) (including) |
Telepresence_mcu_software | Cisco | 4.5_(1.71) (including) | 4.5_(1.71) (including) |
Telepresence_mcu_software | Cisco | 4.5_(1.72) (including) | 4.5_(1.72) (including) |
Telepresence_mcu_software | Cisco | 4.5_(1.85) (including) | 4.5_(1.85) (including) |
Input validation is a frequently-used technique for checking potentially dangerous inputs in order to ensure that the inputs are safe for processing within the code, or when communicating with other components. Input can consist of:
Data can be simple or structured. Structured data can be composed of many nested layers, composed of combinations of metadata and raw data, with other simple or structured data. Many properties of raw data or metadata may need to be validated upon entry into the code, such as:
Implied or derived properties of data must often be calculated or inferred by the code itself. Errors in deriving properties may be considered a contributing factor to improper input validation.