CVE-2023-21415
16.10.2023, 07:15
Sandro Poppi, member of the AXIS OS Bug Bounty Program, has found that the VAPIX API overlay_del.cgi is vulnerable to path traversal attacks that allows for file deletion. This flaw can only be exploited after authenticating with an operator- or administrator-privileged service account. Axis has released patched AXIS OS versions for the highlighted flaw. Please refer to the Axis security advisory for more information and solution.
Vendor | Product | Version |
---|---|---|
axis | axis_os | 6.50.5.3 ≤ 𝑥 < 6.50.5.14 |
axis | axis_os | 11.0.81 ≤ 𝑥 < 11.6.94 |
axis | axis_os_2016 | 6.50.2 ≤ 𝑥 < 6.50.5.2 |
axis | axis_os_2018 | 𝑥 < 8.40.35 |
axis | axis_os_2020 | 𝑥 < 9.80.47 |
axis | axis_os_2022 | 𝑥 < 10.12.206 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-35 - Path Traversal: '.../...//'The software uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize '.../...//' (doubled triple dot slash) sequences that can resolve to a location that is outside of that directory.
- 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.