CVE-2019-25632
Received Received - Intake
Local File Inclusion in phpFileManager 1.7.8 Allows Arbitrary File Read

Publication date: 2026-03-24

Last updated on: 2026-03-25

Assigner: VulnCheck

Description
phpFileManager 1.7.8 contains a local file inclusion vulnerability that allows unauthenticated attackers to read arbitrary files by manipulating the action, fm_current_dir, and filename parameters. Attackers can send GET requests to index.php with crafted parameter values to access sensitive files like /etc/passwd from the server.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-03-24
Last Modified
2026-03-25
Generated
2026-06-16
AI Q&A
2026-03-24
EPSS Evaluated
2026-06-14
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
dulldusk phpfilemanager 1.7.8
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-306 The product does not perform any authentication for functionality that requires a provable user identity or consumes a significant amount of resources.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

phpFileManager version 1.7.8 contains a Local File Inclusion (LFI) vulnerability that allows unauthenticated attackers to read arbitrary files on the server.

This vulnerability arises because the application does not properly validate or sanitize the parameters action, fm_current_dir, and filename in the index.php file.

Attackers can send crafted GET requests manipulating these parameters to access sensitive files such as /etc/passwd.

Impact Analysis

This vulnerability allows attackers to read sensitive files on the server without any authentication.

By accessing files like /etc/passwd, attackers can gather critical system information which may aid in further attacks or compromise.

The exposure of sensitive data can lead to information disclosure, potentially harming the confidentiality of your system.

Compliance Impact

I don't know

Detection Guidance

[{'type': 'paragraph', 'content': "This vulnerability can be detected by sending crafted HTTP GET requests to the vulnerable phpFileManager's index.php endpoint, manipulating the parameters action, fm_current_dir, and filename to attempt to read sensitive files."}, {'type': 'paragraph', 'content': 'A typical detection command using curl would be:'}, {'type': 'list_item', 'content': 'curl "http://target/index.php?action=3&fm_current_dir=/etc/&filename=passwd"'}, {'type': 'paragraph', 'content': 'If the response contains the contents of the /etc/passwd file or other sensitive files, the system is vulnerable.'}, {'type': 'paragraph', 'content': 'Additionally, a proof-of-concept Python script exists that automates this detection by sending crafted requests and displaying file contents.'}] [1, 2]

Mitigation Strategies

I don't know

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2019-25632. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart