CVE-2025-60201

7.5

aguilatechnologies · WP Customer Area

A Local File Inclusion (LFI) vulnerability in the WP Customer Area plugin allows attackers to manipulate file paths in include statements, potentially leading to unauthorized file access or execution.

Executive summary

A high-severity Local File Inclusion vulnerability in the WP Customer Area plugin allows unauthenticated attackers to potentially compromise the underlying server environment.

Vulnerability

The plugin contains an Improper Control of Filename for Include/Require Statement vulnerability (CWE-98), which permits Local File Inclusion. This flaw can be triggered by an unauthenticated attacker, as indicated by the CVSS vector AV:N/PR:N.

Business impact

The ability to perform Local File Inclusion poses a significant risk to business operations, as it may allow an attacker to read sensitive configuration files, source code, or potentially execute arbitrary PHP code. With a CVSS score of 7.5, this vulnerability represents a high risk to data confidentiality and system integrity, potentially leading to a complete compromise of the WordPress installation.

Remediation

Immediate Action: Review the vendor documentation for available security updates and upgrade to a version beyond 8.3.5 if a patch has been released. If no patch is available, consider deactivating the WP Customer Area plugin until a secure version is confirmed.

Proactive Monitoring: Monitor server access logs for unusual requests containing directory traversal sequences (such as ../) or attempts to access sensitive files like wp-config.php.

Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to block common LFI patterns and directory traversal attempts, providing a virtual patch layer against exploitation.

Exploitation status

Public Exploit Available: Unknown.

Analyst recommendation

Given the high CVSS score and the potential for full system compromise via Local File Inclusion, organizations should prioritize the removal or update of this plugin. Administrators must verify the status of the vendor advisory frequently and apply the necessary patches immediately upon release to prevent unauthorized access to the web server.

Sources

Originally found and disclosed by LVT-tholv2k | Patchstack Bug Bounty Program, per the CVE Program record.