Cyber Posture

CVE-2025-13675

Critical

Published: 27 November 2025

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

Summary

CVE-2025-13675 is a critical-severity Improper Privilege Management (CWE-269) vulnerability in Themeforest (inferred from references). Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 39.7th 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 AC-2 (Account Management) and SI-10 (Information Input Validation).

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

AC-2 requires management of account creation and privilege assignment processes, directly preventing improper role specification like 'administrator' during unauthenticated registration in the paypal-submit.php file.

prevent

SI-10 mandates validation of information inputs such as the user role parameter, blocking arbitrary privilege escalation by rejecting unauthorized 'administrator' roles in the registration script.

prevent

AC-6 enforces least privilege by restricting accounts to only necessary permissions, mitigating the impact of any successful improper admin role assignment during registration.

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.
Why these techniques?

Unauthenticated remote exploitation of a public-facing WordPress application vulnerability (T1190) enables privilege escalation to administrator role (T1068).

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

NVD Description

The Tiger theme for WordPress is vulnerable to Privilege Escalation in all versions up to, and including, 101.2.1. This is due to the 'paypal-submit.php' file not restricting what user roles a user can register with. This makes it possible for…

more

unauthenticated attackers to supply the 'administrator' role during registration and gain administrator access to the site.

Deeper analysisAI

CVE-2025-13675 is a privilege escalation vulnerability in the Tiger theme for WordPress, affecting all versions up to and including 101.2.1. The flaw arises in the 'paypal-submit.php' file, which does not enforce restrictions on the user roles that can be assigned during registration, allowing arbitrary role specification. It is classified under CWE-269 (Improper Privilege Management) and carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), reflecting its critical severity.

Unauthenticated attackers can exploit this vulnerability over the network with low complexity and no user interaction required. By supplying the 'administrator' role during the registration process, they can gain full administrator access to the affected WordPress site, enabling complete control over content, users, plugins, and themes.

Advisories and additional details are provided by Wordfence in their threat intelligence report and on the Tiger theme's product page at ThemeForest. Security practitioners should consult these sources for patch availability or workaround recommendations, published as of 2025-11-27.

Details

CWE(s)

Affected Products

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

CVEs Like This One

CVE-2025-13542Shared CWE-269
CVE-2026-2631Shared CWE-269
CVE-2025-13764Shared CWE-269
CVE-2026-3629Shared CWE-269
CVE-2025-15027Shared CWE-269
CVE-2025-14533Shared CWE-269
CVE-2026-5144Shared CWE-269
CVE-2025-12882Shared CWE-269
CVE-2025-8900Shared CWE-269
CVE-2025-22937Shared CWE-269

References