Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

1451+ Articles
151+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. CVE-2025-6254: WordPress Doctreat Core Plugin Privilege Escalation (CVSS 9.8)
CVE-2025-6254: WordPress Doctreat Core Plugin Privilege Escalation (CVSS 9.8)

Critical Security Alert

This vulnerability is actively being exploited. Immediate action is recommended.

SECURITYCRITICALCVE-2025-6254

CVE-2025-6254: WordPress Doctreat Core Plugin Privilege Escalation (CVSS 9.8)

A critical unauthenticated privilege escalation vulnerability in the Doctreat Core WordPress plugin allows attackers to register with elevated roles,...

Dylan H.

Security Team

June 11, 2026
3 min read

Affected Products

  • Doctreat Core WordPress Plugin ≤ 1.6.8

Overview

A critical privilege escalation vulnerability has been identified in the Doctreat Core plugin for WordPress. Tracked as CVE-2025-6254, this flaw carries a CVSS score of 9.8 (Critical) and affects all versions up to and including 1.6.8.

The vulnerability enables unauthenticated remote attackers to register accounts with arbitrary elevated roles — including administrator — on affected WordPress installations, effectively granting full site control without requiring any prior authentication or credentials.

Technical Details

The flaw resides in the doctreat_process_registration() function, which fails to adequately validate or restrict the role parameter during user registration. An attacker can supply an arbitrary role value in the registration request payload, causing WordPress to create an account with that privileged role.

PropertyValue
CVE IDCVE-2025-6254
CVSS Score9.8 (Critical)
Attack VectorNetwork
AuthenticationNone Required
Affected VersionsDoctreat Core ≤ 1.6.8
CWECWE-269: Improper Privilege Management

Attack Scenario

  1. An unauthenticated attacker discovers a WordPress site running a vulnerable version of Doctreat Core.
  2. The attacker submits a crafted registration request with a manipulated role field set to administrator.
  3. WordPress processes the registration without validating the role, creating an admin-level account.
  4. The attacker logs in with full administrative privileges, enabling complete site takeover, data exfiltration, or malware installation.

Affected Software

Doctreat is a medical/healthcare directory and listing WordPress theme and plugin framework commonly used to build doctor directory sites, clinic listings, and healthcare platforms. Sites using Doctreat Core for user management are directly at risk.

Remediation

Update the Doctreat Core plugin immediately to a version beyond 1.6.8 once a patched release is available. If no patch is yet available:

  • Disable user registration temporarily via WordPress settings (Settings → General → uncheck "Anyone can register") until the plugin is updated.
  • Audit existing user accounts for any unexpectedly privileged accounts that may have been created through exploitation.
  • Implement a Web Application Firewall (WAF) to block suspicious registration requests with abnormal role parameters.

CISA KEV Status

As of the publication date, CVE-2025-6254 has not been added to the CISA Known Exploited Vulnerabilities (KEV) catalog. However, given the critical CVSS score and ease of exploitation (no authentication required, network-accessible), active exploitation is likely as threat actors routinely target high-severity WordPress plugin flaws.

References

  • NVD: CVE-2025-6254
  • WordPress Plugin Directory: Doctreat Core
  • CWE-269: Improper Privilege Management
#CVE#WordPress#Privilege Escalation#Vulnerability#Critical

Related Articles

CVE-2026-29646: OpenXiangShan NEMU RISC-V Hypervisor

A critical privilege escalation flaw in OpenXiangShan NEMU's RISC-V hypervisor extension allows a VS-mode guest write to the supervisor interrupt-enable...

4 min read

CVE-2026-22172: OpenClaw Critical Authorization Bypass via WebSocket Scope Elevation

A critical CVSS 9.9 authorization bypass in OpenClaw allows authenticated users to self-declare elevated scopes over WebSocket connections without...

6 min read

CVE-2026-5513: Bookly WordPress Plugin Stored XSS via Cookie

The Bookly scheduling plugin for WordPress contains a stored cross-site scripting vulnerability in versions up to 27.2, allowing unauthenticated attackers...

3 min read
Back to all Security Alerts