Impact
The archive builder in File Browser contains a logic flaw that replaces backslashes with forward slashes before adding entries to a ZIP or TAR archive. A user with upload rights can name a file using backslashes (for example '..\\..\\evil.sh'), which is transformed into '../../evil.sh' in the archive. When another user downloads and extracts the archive, the path traversal allows the bad file to be written outside the intended extraction directory, potentially overwriting existing files or placing executable payloads in privileged locations.
Affected Systems
File Browser versions 2.63.6 through 2.63.16 are affected. The fix is in version 2.63.17 and later. This applies to the open‑source File Browser file‑management interface.
Risk and Exploitability
The CVSS score of 6.8 indicates a moderate severity. The EPSS score is below 1%, suggesting a very low likelihood of widespread exploitation at the moment. It is not listed in the CISA KEV catalog. The vulnerability can be exercised by simply uploading a backslash‑named file and may be leveraged by a threat actor with upload privileges to compromise files during extraction by other users.
OpenCVE Enrichment
Github GHSA