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.
Security readout for executives and security teams
Plain-English summary
This flaw can let an unauthenticated internet user create an administrator account on a WordPress site using Doctreat Core through version 1.6.8. Administrator access means full control of site content, users, plugins, and potentially sensitive data handled by the site.
Executive priority
Treat this as an emergency for any affected public site. A successful attacker could take over the WordPress application without credentials. Prioritize inventory, containment, account review, and vendor-guided patching before normal maintenance work.
Technical view
CVE-2025-6254 is a critical CWE-269 privilege escalation in AmentoTech Doctreat Core for WordPress. The doctreat_process_registration() function does not properly restrict selectable registration roles, allowing unauthenticated attackers to register as an administrator. CVSS is 9.8, network exploitable, low complexity, no privileges or user interaction required.
Likely exposure
Exposure is likely limited to WordPress sites running the Doctreat Core plugin version 1.6.8 or earlier, especially if public registration is reachable. The bundle references the Doctreat doctors directory theme, but only Doctreat Core is identified as the vulnerable product.
Exploitation context
The provided sources do not report known active exploitation, and the CVE is not marked KEV. However, the vulnerability is unauthenticated, low complexity, and leads directly to administrator creation, so public WordPress deployments should be treated as urgent until remediated.
Researcher notes
The root issue is improper privilege management in registration role handling. The bundle provides strong impact details but does not name a fixed version or active exploitation. Avoid assuming theme-level exposure beyond sites where Doctreat Core is present and vulnerable.
Mitigation direction
Inventory WordPress sites for Doctreat Core and record installed versions.
Check AmentoTech, Wordfence, or marketplace guidance for a fixed release.
Update beyond 1.6.8 if a vendor-supported fix is available.
Disable Doctreat Core or restrict public registration until fixed.
Review administrator accounts and remove unauthorized users.
Validation and detection
Confirm whether Doctreat Core is installed and enabled on each WordPress site.
Verify installed versions are not 1.6.8 or earlier after remediation.
Review user tables for unexpected administrator accounts created recently.
Check web and application logs for unusual registration activity.
Confirm registration workflows only assign approved non-admin roles.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-269: Authorization and privilege behavior lookup
Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
5Timeline events
1ADP providers
3Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: yesTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-269 · source CWE mapping
Improper Privilege Management
Improper Privilege Management represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.