A vulnerability in the SOAP API endpoint of Cisco Unified Communications Manager, Cisco Unified Communications Manager Session Management Edition, Cisco Unified Communications Manager IM & Presence Service, Cisco Unity Connection, and Cisco Prime License Manager could allow an authenticated, remote attacker to execute arbitrary code on an affected device. This vulnerability is due to improper sanitization of user-supplied input. An attacker could exploit this vulnerability by sending a SOAP API request with crafted parameters to an affected device. A successful exploit could allow the attacker to execute arbitrary code with root privileges on the underlying Linux operating system of the affected device.
The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Prime_license_manager | Cisco | 10.5(2) (including) | 11.5(1)su9 (excluding) |
Unified_communications_manager | Cisco | 10.5(2) (including) | 11.5(1)su9 (excluding) |
Unified_communications_manager | Cisco | 12.0(1) (including) | 12.5(1)su4 (excluding) |
Unified_communications_manager_im_&_presence_service | Cisco | 10.5(2) (including) | 11.5(1)su9 (excluding) |
Unified_communications_manager_im_&_presence_service | Cisco | 12.0(1) (including) | 12.5(1)su4 (excluding) |
Unity_connection | Cisco | 10.5(2) (including) | 11.5(1)su9 (excluding) |
Unity_connection | Cisco | 12.0(1) (including) | 12.5(1)su4 (excluding) |
When a product allows a user’s input to contain code syntax, it might be possible for an attacker to craft the code in such a way that it will alter the intended control flow of the product. Such an alteration could lead to arbitrary code execution. Injection problems encompass a wide variety of issues – all mitigated in very different ways. For this reason, the most effective way to discuss these weaknesses is to note the distinct features which classify them as injection weaknesses. The most important issue to note is that all injection problems share one thing in common – i.e., they allow for the injection of control plane data into the user-controlled data plane. This means that the execution of the process may be altered by sending code in through legitimate data channels, using no other mechanism. While buffer overflows, and many other flaws, involve the use of some further issue to gain execution, injection problems need only for the data to be parsed. The most classic instantiations of this category of weakness are SQL injection and format string vulnerabilities.