Cyber Posture

CVE-2025-13536

High

Published: 27 November 2025

Published
27 November 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0024 47.5th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-13536 is a high-severity Unrestricted Upload of File with Dangerous Type (CWE-434) vulnerability in Wordpress (inferred from references). Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 47.5th percentile by exploit likelihood (below the median); 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 2 other techniques. 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 CVE by remediating the flaw in the Blubrry PowerPress plugin through timely patching to versions beyond 11.15.2.

prevent

Requires comprehensive validation of file types and contents during uploads in functions like powerpress_edit_post, countering the plugin's insufficient validation that fails to halt execution.

prevent

Enforces restrictions on file types and inputs accepted by the WordPress system, preventing arbitrary dangerous files from being uploaded via the vulnerable plugin.

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.
T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
T1505.003 Web Shell Persistence
Adversaries may backdoor web servers with web shells to establish persistent access to systems.
Why these techniques?

Arbitrary file upload in public-facing WordPress plugin enables exploitation of public-facing application (T1190), privilege escalation from low-priv Contributor to RCE (T1068), and deployment/execution of web shells (T1100).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

NVD Description

The Blubrry PowerPress plugin for WordPress is vulnerable to arbitrary file uploads due to insufficient file type validation in all versions up to, and including, 11.15.2. This is due to the plugin validating file extensions but not halting execution when…

more

validation fails in the 'powerpress_edit_post' function. This makes it possible for authenticated attackers, with Contributor-level access and above, to upload arbitrary files on the affected site's server which may make remote code execution possible.

Deeper analysisAI

CVE-2025-13536 affects the Blubrry PowerPress plugin for WordPress in all versions up to and including 11.15.2. The vulnerability enables arbitrary file uploads due to insufficient file type validation in the 'powerpress_edit_post' function. Specifically, the plugin checks file extensions but fails to halt execution upon validation failure, allowing unauthorized file types to be processed and stored on the server. It has a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H) and is associated with CWE-434 (Unrestricted Upload of File with Dangerous Type).

Authenticated attackers with Contributor-level access or higher can exploit this vulnerability remotely over the network with low complexity and no user interaction required. By uploading arbitrary files, such as web shells, they can achieve potential remote code execution on the affected WordPress site, leading to high confidentiality, integrity, and availability impacts.

Advisories reference code locations in powerpressadmin.php at lines 2368, 3012, and 3068 in version 11.14.1, along with WordPress plugin changeset 3402635, which likely addresses the validation flaw. Security practitioners should update to a version beyond 11.15.2 and review the Wordfence threat intelligence page for additional details on detection and mitigation.

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-11755Shared CWE-434
CVE-2025-12968Shared CWE-434
CVE-2025-20274Shared CWE-434
CVE-2025-8323Shared CWE-434
CVE-2026-35047Shared CWE-434
CVE-2025-1128Shared CWE-434
CVE-2025-13066Shared CWE-434
CVE-2025-67910Shared CWE-434
CVE-2026-22799Shared CWE-434
CVE-2025-15226Shared CWE-434

References