CVE-2025-6254
Deferred Deferred - Pending Action

Privilege Escalation in Doctreat Core WordPress Plugin

Vulnerability report for CVE-2025-6254, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-10

Last updated on: 2026-06-10

Assigner: Wordfence

Description

The Doctreat Core plugin for WordPress is vulnerable to Privilege Escalation in all versions up to, and including, 1.6.8. This is due to the doctreat_process_registration() function not properly restricting the roles that a user can register with. This makes it possible for unauthenticated attackers to register as an administrator user.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-10
Last Modified
2026-06-10
Generated
2026-06-30
AI Q&A
2026-06-10
EPSS Evaluated
2026-06-29
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
amentotech doctreat_hospitals_and_doctors_directory_wordpress_listing_theme to 1.7.0 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-269 The product does not properly assign, modify, track, or check privileges for an actor, creating an unintended sphere of control for that actor.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Mitigation Strategies

To mitigate this vulnerability, you should update the Doctreat Core plugin to version 1.7.0 or later, as this version includes fixes for the privilege escalation issue.

Ensure that no unauthenticated users can register with administrator roles by applying the update promptly.

Executive Summary

The Doctreat Core plugin for WordPress has a privilege escalation vulnerability in all versions up to and including 1.6.8. This occurs because the function doctreat_process_registration() does not properly restrict the roles that a user can register with. As a result, unauthenticated attackers can exploit this flaw to register themselves as administrator users.

Impact Analysis

This vulnerability allows unauthenticated attackers to gain administrator-level access to a WordPress site using the Doctreat Core plugin. With administrator privileges, attackers can fully control the website, including modifying content, accessing sensitive data, installing malicious code, and disrupting site operations. The CVSS score of 9.8 indicates a critical impact with high confidentiality, integrity, and availability consequences.

Compliance Impact

The vulnerability allows unauthenticated attackers to register as administrator users, leading to a high risk of unauthorized access and control over the system.

Such unauthorized privilege escalation can result in exposure or manipulation of sensitive personal and health-related data managed by the Doctreat WordPress theme, which is designed for healthcare solutions.

This exposure and potential misuse of sensitive data could lead to non-compliance with data protection regulations such as GDPR and HIPAA, which require strict access controls and protection of personal health information.

Detection Guidance

This vulnerability allows unauthenticated attackers to register as administrator users due to improper role restrictions in the doctreat_process_registration() function of the Doctreat Core plugin for WordPress.

To detect if your system is vulnerable, you can check the installed version of the Doctreat plugin. Versions up to and including 1.6.8 are vulnerable, while version 1.7.0 and later include the fix.

You can detect the plugin version by running the following command in the WordPress installation directory:

  • grep -i 'Version' wp-content/plugins/doctreat-core/readme.txt

Alternatively, you can check the plugin version via WP-CLI:

  • wp plugin get doctreat-core --field=version

To detect if unauthorized administrator accounts have been created, you can list all users with administrator roles using WP-CLI:

  • wp user list --role=administrator

Review the list for any suspicious or unknown administrator accounts that may have been created without authorization.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-6254. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart