There are multiple command injection vulnerabilities that could lead to unauthenticated remote code execution by sending specially crafted packets destined to the PAPI (Aruba Networks access point management protocol) UDP port (8211). Successful exploitation of these vulnerabilities result in the ability to execute arbitrary code as a privileged user on the underlying operating system.
The product constructs all or part of a command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended command when it is sent to a downstream component.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Sd-wan | Arubanetworks | 8.7.0.0-2.3.0.0 (including) | 8.7.0.0-2.3.0.8 (including) |
Arubaos | Arubanetworks | 8.6.0.0 (including) | 8.6.0.19 (including) |
Arubaos | Arubanetworks | 8.10.0.0 (including) | 8.10.0.4 (including) |
Arubaos | Arubanetworks | 10.3.0.0 (including) | 10.3.1.0 (including) |
Command injection vulnerabilities typically occur when:
Many protocols and products have their own custom command language. While OS or shell command strings are frequently discovered and targeted, developers may not realize that these other command languages might also be vulnerable to attacks. Command injection is a common problem with wrapper programs.