LiveActive security incident?Get immediate response
CVE Record

CVE-2019-25632: phpFileManager 1.7.8 Local File Inclusion via index.php

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.

MediumCVSS 6.9Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

phpFileManager 1.7.8 has a file-reading flaw that can expose sensitive server files to unauthenticated attackers. The sources identify public exploit information, but do not show confirmed active exploitation or a vendor patch. Organizations using this older PHP file manager should treat internet exposure as a meaningful data-disclosure risk.

Executive priority

Prioritize if phpFileManager 1.7.8 is internet-facing or stores access to sensitive systems. The issue can disclose server files without authentication, but current sources do not prove active exploitation or a confirmed patch path. Treat as a near-term exposure-reduction task, not a confirmed breach indicator by itself.

Technical view

CVE-2019-25632 is a local file inclusion issue in phpFileManager 1.7.8 through index.php parameter handling. The advisory says unauthenticated attackers can manipulate action, fm_current_dir, and filename values to read arbitrary files. Impact is confidentiality-focused; integrity and availability impact are not indicated in the supplied CVSS vector.

Likely exposure

Exposure is most likely where phpFileManager 1.7.8 is installed on a reachable web server, especially internet-facing systems. The product is hosted on SourceForge, but the provided sources do not describe affected forks, packaged distributions, or later versions.

Exploitation context

A public ExploitDB reference exists, so proof-of-concept knowledge is publicly available. The source bundle says the CVE is not in KEV, and no cited source confirms active exploitation. The practical attacker goal is reading sensitive local files, not code execution, based on the provided evidence.

Researcher notes

The supplied CVSS v4 vector lists local attack vector, while the description discusses crafted GET requests to index.php. Preserve that inconsistency in triage notes and validate actual deployment reachability. Do not assume affected versions beyond 1.7.8 or remediation details not present in the cited sources.

Mitigation direction

  • Identify any phpFileManager 1.7.8 deployments, especially internet-facing instances.
  • Check vendor or project guidance for fixed versions or official remediation.
  • Remove or disable unused phpFileManager installations.
  • Restrict access to trusted administrators until remediation is confirmed.
  • Review web server exposure and authentication controls around phpFileManager.

Validation and detection

  • Inventory web roots and asset records for phpFileManager 1.7.8.
  • Confirm whether index.php for phpFileManager is reachable externally.
  • Review access logs for unusual requests involving action, fm_current_dir, or filename parameters.
  • Check whether sensitive-file access attempts occurred before containment.
  • Document version evidence and remediation status for each affected host.
Prepared
Confidence
medium
Sources
5

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-306: Credential and account abuse lookup

Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2019-25632 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
6.9 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
6.9CVSS 4.0MediumCVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:NPrimary CVE score

Vulnerability scoring details

Base CVSS 4.0 score

6.9Medium
CVSS 4.0 vector shape for CVE-2019-25632Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
SourceforgephpFileManager1.7.8Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-306 · source CWE mapping

Missing Authentication for Critical Function

Missing Authentication for Critical Function represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.