CVE-2021-42857
10.03.2022, 17:44
It was discovered that the SteelCentral AppInternals Dynamic Sampling Agent's (DSA) AgentDaServlet has directory traversal vulnerabilities at the "/api/appInternals/1.0/agent/da/pcf" API. The affected endpoint does not have any validation of the user's input that allows a malicious payload to be injected.
Vendor | Product | Version |
---|---|---|
riverbed | steelcentral_appinternals_dynamic_sampling_agent | 11.0.0 ≤ 𝑥 < 11.8.8 |
riverbed | steelcentral_appinternals_dynamic_sampling_agent | 12.0.0 ≤ 𝑥 < 12.13.0 |
riverbed | steelcentral_appinternals_dynamic_sampling_agent | 10.0.0 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-20 - Improper Input ValidationThe 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.
- 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.