File Manager <= 7.2.5 - Authenticated (Administrator+) Directory Traversal

2024-04-03 00:00
DarkT

Strategic Overview

Status
Patched in 7.2.6
Affected PluginFile Manager
Affected Version<= 7.2.5
CVSS6.8Medium
CVECVE-2024-2654
View all File Manager vulnerabilities

Vulnerability Overview

The File Manager plugin for WordPress is vulnerable to Directory Traversal in all versions up to, and including, 7.2.5 via the fm_download_backup function. This makes it possible for authenticated attackers, with administrator access and above, to read the contents of arbitrary zip files on the server, which can contain sensitive information.

Technical Analysis

REMEDIATION: Update to version 7.2.6, or a newer patched version --- IDENTIFIER: CWE-35 (Path Traversal: '.../...//') The product 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.

External References

Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C