CVE-2025-3055 HIGH

CVE-2025-3055: WP User Frontend Pro <= 4.1.3 - Authenticated (Subscriber+) Arbitrary File Deletion

Vendor Wedevs
Product WP User Frontend Pro
Weakness CWE-22 · Path traversal
Published June 5, 2025
Last update April 8, 2026

CVSS base score

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

CVSS vector

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

What the vulnerability does

01Description

The WP User Frontend Pro plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the delete_avatar_ajax() function in all versions up to, and including, 4.1.3. This makes it possible for authenticated attackers, with Subscriber-level access and above, to 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 User Frontend Pro versions up to 4.1.3 contain a path traversal vulnerability that allows authenticated users to read, modify, or delete arbitrary files on the server. An attacker with low-level user access can bypass file restrictions and access sensitive data outside the intended upload directories. This affects file integrity and availability on affected sites.

What an attacker can do

03Attacker Capabilities

Read, modify, or delete arbitrary files on the server outside intended directories.

Potential impact on your site

04Site Impact

Attackers with user accounts can compromise file integrity, delete critical files, or expose sensitive configuration data.

Conditions required to exploit

05Prerequisites

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

Key dates

06Disclosure timeline

June 5, 2025 CVE published
April 8, 2026 Record updated