Cyber Resilience

CVE-2025-6994

Critical

Published: 06 August 2025

Published
06 August 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0058 69.5th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-6994 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 Exploitation for Privilege Escalation (T1068); ranked in the top 30.5% 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 AC-2 (Account Management) and AC-6 (Least Privilege).

Deeper analysis

CVE-2025-6994 is a privilege escalation vulnerability affecting the Reveal Listing plugin by smartdatasoft for WordPress, in versions up to and including 3.3. The flaw arises because the plugin permits users registering new accounts to arbitrarily set their own user role by supplying the 'listing_user_role' field. This improper privilege management (CWE-269) has 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), indicating critical severity due to its high impact on confidentiality, integrity, and availability.

Unauthenticated attackers can exploit this vulnerability remotely with low complexity and no user interaction required. By submitting a registration request with 'listing_user_role' set to 'administrator', they can create an account granting full administrative privileges on the targeted WordPress site, potentially allowing complete takeover including arbitrary code execution, data exfiltration, or further persistence.

Mitigation details are available in advisories such as the Wordfence threat intelligence report at https://www.wordfence.com/threat-intel/vulnerabilities/id/cd00d716-535c-41eb-a766-82079e0060e6?source=cve. The plugin's ThemeForest page at https://themeforest.net/item/reveal-directory-listing-wordpress-theme/27704330 provides additional context on the affected component. Security practitioners should update to a patched version if available and review registration endpoints for similar misconfigurations.

EU & UK References

Vulnerability details

The Reveal Listing plugin by smartdatasoft for WordPress is vulnerable to privilege escalation in versions up to, and including, 3.3. This is due to the plugin allowing users who are registering new accounts to set their own role or by…

more

supplying 'listing_user_role' field. This makes it possible for unauthenticated attackers to gain elevated privileges by creating an account with the administrator role.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
T1136 Create Account Persistence
Adversaries may create an account to maintain access to victim systems.
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.
Why these techniques?

Direct privilege escalation via unauthenticated account role manipulation on public-facing WordPress plugin enables T1068 (Exploitation for Privilege Escalation), T1136 (Create Account), and T1190 (Exploit Public-Facing Application).

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

CVEs Like This One

CVE-2025-13618Shared CWE-269
CVE-2026-4880Shared CWE-269
CVE-2026-26725Shared CWE-269
CVE-2026-6228Shared CWE-269
CVE-2025-14736Shared CWE-269
CVE-2025-0180Shared CWE-269
CVE-2025-2232Shared CWE-269
CVE-2025-8489Shared CWE-269
CVE-2026-31070Shared CWE-269
CVE-2024-9636Shared CWE-269

Affected Assets

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

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires managed processes for account creation and privilege assignment, preventing unauthenticated users from self-escalating to administrator roles during registration.

prevent

Mandates validation of user inputs like 'listing_user_role' to reject unauthorized privilege specifications and block escalation exploits.

prevent

Enforces least privilege by ensuring assigned roles during registration are limited to necessary permissions, mitigating self-assigned administrator access.

References