CVE-2026-51027
Received Received - Intake

Information Disclosure in FileThingie v2.5.7

Vulnerability report for CVE-2026-51027, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-20

Last updated on: 2026-07-20

Assigner: MITRE

Description

An issue in FileThingie v.2.5.7 allows a remote attacker to obtain sensitive information via the ft2.php component.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-20
Last Modified
2026-07-20
Generated
2026-07-21
AI Q&A
2026-07-20
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
leefish filethingie 2.5.7

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-200 The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-51027 is a critical vulnerability in FileThingie v2.5.7, an open-source file management tool. It involves a path traversal flaw called 'Slash Inflation' where authenticated users with low privileges can write or move files outside the intended directory. The issue stems from incorrect slash counting in user-supplied paths, allowing attackers to bypass intended restrictions and access sensitive locations.

Detection Guidance

Check FileThingie version 2.5.7 for the 'Slash Inflation' path traversal flaw. Test by submitting long slash sequences in the dir parameter and ../ in newvalue to see if files can be moved outside the intended directory. Monitor for unauthorized file writes or moves to restricted locations like /tmp or web-accessible directories.

Impact Analysis

This vulnerability allows attackers to upload malicious files like PHP web shells, overwrite system files, or execute arbitrary code. If administrators disable password protection, it can be exploited without authentication, turning it into a zero-click attack. This could lead to full system compromise, data theft, or unauthorized access.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, violating GDPR's data protection requirements and HIPAA's security rules for protected health information. Organizations may face legal penalties, reputational damage, and loss of compliance certifications if exploited.

Mitigation Strategies

Replace the flawed slash-counting logic with PHP's realpath() function for proper path canonicalization. Sanitize user input to remove redundant slashes early in processing. Ensure password protection is enabled in config.php to prevent unauthenticated access. Update to a patched version of FileThingie if available.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-51027. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart