CVE-2026-51026 Details
Description
Directory Traversal vulnerability in FileThingie v.2.5.7 allows a remote attacker to obtain sensitive information via a crafted request.
A directory traversal vulnerability has been identified in FileThingie version 2.5.7. This vulnerability allows authenticated remote attackers to read arbitrary files on the server by exploiting improper input sanitization. The issue arises when the application attempts to clean user input in the `$_REQUEST` superglobal but fails to adequately sanitize the `$_GET` superglobal, which is ultimately used in file handling operations. As a result, attackers can craft requests that bypass the sanitization process and access sensitive files through the file download functionality.
To address this vulnerability, it is recommended to avoid using `$_GET` directly after sanitizing `$_REQUEST`. Instead, assign sanitized inputs to local variables and use those variables throughout the controller logic. Additionally, implement `basename()` on the file parameter to ensure that only specific files are targeted, stripping away any directory traversal characters.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jul 20, 2026CISA-ADP
Assessed Jul 20, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/SpeWnz/Vulnerability-Research/tree/main/CVE-2026-51026 | CISA-ADP | Technical AnalysisExploit |
| https://github.com/leefish/filethingie | [email protected] | ProductVendor |
| https://github.com/SpeWnz/Vulnerability-Research/tree/main/CVE-2026-51026 | [email protected] | Technical AnalysisExploit |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-23 | Relative Path Traversal | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| FileThingie | 2.5.7 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 20, 2026 | CVE Modified | CISA-ADP |
| Jul 20, 2026 | New CVE Received | [email protected] |
Volerion