CVE-2025-32103
15.04.2025, 13:15
CrushFTP 9.x and 10.x through 10.8.4 and 11.x through 11.3.1 allows directory traversal via the /WebInterface/function/ URI to read files accessible by SMB at UNC share pathnames, bypassing SecurityManager restrictions.
Vendor | Product | Version |
---|---|---|
crushftp | crushftp | 9.0.0 ≤ 𝑥 ≤ 11.3.1 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-40 - Path Traversal: '\\UNC\share\name\' (Windows UNC Share)An attacker can inject a Windows UNC share ('\\UNC\share\name') into a software system to potentially redirect access to an unintended location or arbitrary file.
- 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.