CVE-2026-3464 HIGH

CVE-2026-3464: WP Customer Area <= 8.3.4 - Authenticated (Subscriber+) Arbitrary File Read/Deletion via ajax_attach_file

Vendor Aguilatechnologies
Product WP Customer Area
Weakness CWE-22 · Path traversal
Published April 17, 2026
Last update April 17, 2026

CVSS base score

8.8/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality High
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

What the vulnerability does

01Description

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).

Explanation of Vulnerability in Simple Terms

02Summary

WP Customer Area versions 8.3.4 and earlier contain a path traversal vulnerability that allows authenticated users to read, modify, or delete arbitrary files on the server. An attacker with low-level site access can exploit this without user interaction to access sensitive data, alter site files, or disrupt service. Update to a version newer than 8.3.4 immediately.

What an attacker can do

03Attacker Capabilities

Read, modify, or delete arbitrary files on the server.

Potential impact on your site

04Site Impact

Any authenticated user can access sensitive files, alter site configuration, or cause downtime.

Conditions required to exploit

05Prerequisites

Attacker must have a low-privilege user account on the site (e.g., subscriber or customer role).

Key dates

06Disclosure timeline

April 17, 2026 CVE published
April 17, 2026 Record updated