Cyber Posture

CVE-2025-9048

High

Published: 23 August 2025

Published
23 August 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score 8.1 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
EPSS Score 0.0070 72.2th percentile
Risk Priority 17 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-9048 is a high-severity External Control of File Name or Path (CWE-73) vulnerability in Wordpress (inferred from references). Its CVSS base score is 8.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 27.8% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly mitigates the insufficient file path validation in del_img_ajax_call() by requiring robust input validation at the AJAX endpoint to prevent arbitrary file deletions.

prevent

Requires timely identification, reporting, and patching of the flaw in the Wptobe-memberships plugin up to version 3.4.2 to eliminate arbitrary file deletion capability.

prevent

Enforces least privilege to restrict Subscriber-level users from accessing file deletion functions beyond their authorized scope, reducing the attack surface even if validation fails.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1070.004 File Deletion Stealth
Adversaries may delete files left behind by the actions of their intrusion activity.
Why these techniques?

Vuln in public-facing WordPress plugin directly enables remote exploitation (T1190); arbitrary file deletion maps to T1070.004, with wp-config.php deletion facilitating further impact.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

The Wptobe-memberships plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the del_img_ajax_call() function in all versions up to, and including, 3.4.2. This makes it possible for authenticated attackers, with Subscriber-level access and…

more

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

Deeper analysisAI

CVE-2025-9048 is a vulnerability in the Wptobe-memberships plugin for WordPress, affecting all versions up to and including 3.4.2. It stems from insufficient file path validation in the del_img_ajax_call() function, enabling arbitrary file deletion on the server. Published on 2025-08-23, the issue carries a CVSS v3.1 base score of 8.1 (AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H) and is linked to CWE-73 (External Control of File Name or Path).

Authenticated attackers with Subscriber-level access or higher can exploit this vulnerability remotely with low complexity and no user interaction required. By targeting arbitrary files, they can achieve significant impact, including high integrity and availability disruption; for instance, deleting wp-config.php can facilitate remote code execution.

References point to the affected source code in the WordPress plugin repositories, including the SVN trunk at plugins.svn.wordpress.org/wptobe-memberships/trunk/bwlms-fields/bwlms-fields.php and Trac browser view at line 156 in plugins.trac.wordpress.org/browser/wptobe-memberships/trunk/bwlms-fields/bwlms-fields.php#L156, along with Wordfence threat intelligence at www.wordfence.com/threat-intel/vulnerabilities/id/466568c5-33a9-4891-b4ad-9bc6052603cb?source=cve.

Details

CWE(s)

Affected Products

Wordpress
inferred from references and description; NVD did not file a CPE for this CVE

CVEs Like This One

CVE-2025-66254Shared CWE-73
CVE-2025-12529Shared CWE-73
CVE-2026-5809Shared CWE-73
CVE-2025-13322Shared CWE-73
CVE-2025-10494Shared CWE-73
CVE-2025-10058Shared CWE-73
CVE-2026-28442Shared CWE-73
CVE-2025-6691Shared CWE-73
CVE-2025-65115Shared CWE-73
CVE-2025-10134Shared CWE-73

References