CVE-2017-5261
20.12.2017, 22:29
In versions 4.3.2-R4 and prior of Cambium Networks cnPilot firmware, the 'ping' and 'traceroute' functions of the web administrative console expose a file path traversal vulnerability, accessible to all authenticated users.
Vendor | Product | Version |
---|---|---|
cambiumnetworks | cnpilot_r190v_firmware | 𝑥 ≤ 4.3.2-r4 |
cambiumnetworks | cnpilot_e410_firmware | 𝑥 ≤ 4.3.2-r4 |
cambiumnetworks | cnpilot_r190n_firmware | 𝑥 ≤ 4.3.2-r4 |
cambiumnetworks | cnpilot_e400_firmware | 𝑥 ≤ 4.3.2-r4 |
cambiumnetworks | cnpilot_e600_firmware | 𝑥 ≤ 4.3.2-r4 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-472 - External Control of Assumed-Immutable Web ParameterThe web application does not sufficiently verify inputs that are assumed to be immutable but are actually externally controllable, such as hidden form fields.
- CWE-22 - Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')The software uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the software does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.