CVE-2021-20040
08.12.2021, 10:15
A relative path traversal vulnerability in the SMA100 upload funtion allows a remote unauthenticated attacker to upload crafted web pages or files as a 'nobody' user. This vulnerability affected SMA 200, 210, 400, 410 and 500v appliances.
Vendor | Product | Version |
---|---|---|
sonicwall | sma_200_firmware | 10.2.0.8-37sv |
sonicwall | sma_200_firmware | 10.2.1.1-19sv |
sonicwall | sma_210_firmware | 10.2.0.8-37sv |
sonicwall | sma_210_firmware | 10.2.1.1-19sv |
sonicwall | sma_410_firmware | 10.2.0.8-37sv |
sonicwall | sma_410_firmware | 10.2.1.1-19sv |
sonicwall | sma_400_firmware | 10.2.0.8-37sv |
sonicwall | sma_400_firmware | 10.2.1.1-19sv |
sonicwall | sma_500v_firmware | 10.2.0.8-37sv |
sonicwall | sma_500v_firmware | 10.2.1.1-19sv |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-23 - Relative Path TraversalThe software uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize sequences such as ".." 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.