Skip to main content

PHP CVE-2026-3464

| EUVDEUVD-2026-23448 HIGH
Path Traversal (CWE-22)
2026-04-17 Wordfence GHSA-9859-fqhx-279v
8.8
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
8.8 HIGH
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

5
Re-analysis Queued
Apr 17, 2026 - 17:22 vuln.today
cvss_changed
Analysis Generated
Apr 17, 2026 - 17:03 vuln.today
EUVD ID Assigned
Apr 17, 2026 - 16:45 euvd
EUVD-2026-23448
Analysis Generated
Apr 17, 2026 - 16:45 vuln.today
CVE Published
Apr 17, 2026 - 16:26 nvd
HIGH 8.8

DescriptionCVE.org

The WP Customer Area plugin for WordPress is vulnerable to arbitrary file read and deletion due to insufficient file path validation in the 'ajax_attach_file' function in all versions up to, and including, 8.3.4. This makes it possible for authenticated attackers with a role that an administrator grants access to (e.g., Subscriber) to to read the contents of arbitrary files on the server, which can contain sensitive information, or delete arbitrary files on the server, which can easily lead to remote code execution when the right file is deleted (such as wp-config.php).

AnalysisAI

Path traversal in WP Customer Area plugin through version 8.3.4 enables low-privileged authenticated users (Subscriber-level or higher, as configured by administrators) to read sensitive files like wp-config.php or delete critical WordPress files to achieve remote code execution. Wordfence reported this vulnerability affecting the ajax_attach_file function, which fails to properly validate file paths. CVSS 8.8 reflects network-based exploitation with low complexity, though exploitation requires authentication and administrator-granted plugin access. No evidence of active exploitation (not in CISA KEV) or public exploit code at time of analysis.

Technical ContextAI

This is a classic CWE-22 path traversal vulnerability in the Private File addon component of WP Customer Area (cpe:2.3:a:aguilatechnologies:wp_customer_area). The ajax_attach_file function in private-file-addon.class.php processes file attachment requests without proper canonicalization or validation of user-supplied file paths. The vulnerable code spans multiple files: the main addon class methods (lines 844, 883, 920), default handler implementations (lines 404, 422, 428 in private-file-default-handlers.class.php), and frontend JavaScript components that interface with the backend (file-attachment-manager.js line 170, ftp-uploader.js line 63). In PHP-based WordPress environments, insufficient path validation allows attackers to use directory traversal sequences (../) to escape intended file storage directories and access or delete arbitrary files in the web root or system directories. The plugin's design grants file management capabilities to any WordPress role that an administrator explicitly adds to the plugin's access control list, expanding the attack surface beyond WordPress's default permission model.

RemediationAI

Upgrade WP Customer Area plugin to version 8.3.5 or later, which contains the path validation fix documented in WordPress plugin repository changeset 3507868 (https://plugins.trac.wordpress.org/changeset/3507868/customer-area). Site administrators should verify the update resolves the issue by reviewing the changeset code changes to private-file-addon.class.php and private-file-default-handlers.class.php. If immediate patching is not feasible, implement these compensating controls: (1) Disable the Private File addon in WP Customer Area settings until patching is complete - this eliminates the vulnerable code path entirely but removes file management functionality for users. (2) Remove WP Customer Area access permissions from all untrusted user roles (Subscriber, Customer, etc.) and restrict the plugin to Administrator-only use - this reduces attack surface but may disrupt business workflows requiring customer file access. (3) Enable WordPress file modification restrictions by adding define('DISALLOW_FILE_EDIT', true); and define('DISALLOW_FILE_MODS', true); to wp-config.php to prevent file deletion exploitation paths, though this also blocks legitimate plugin updates. (4) Implement web application firewall rules to block requests containing directory traversal patterns (../, ..\, %2e%2e%2f) to the plugin's AJAX endpoints - this may cause false positives for legitimate filenames. Review WordPress access logs for suspicious ajax_attach_file requests accessing files outside intended upload directories. After patching, audit file permissions on wp-config.php and other sensitive files to ensure they were not accessed or modified.

More in PHP

View all
CVE-2012-1823 CRITICAL POC
9.8 May 11

sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-46506 CRITICAL POC
10.0 May 13

NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

Share

CVE-2026-3464 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy