LiveActive security incident?Get immediate response
CVE Record

CVE-2025-6254: Doctreat Core <= 1.6.8 - Unauthenticated Privilege Escalation

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.

CriticalCVSS 9.8Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

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.
Prepared
Confidence
medium
Sources
4

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.

Open ATT&CK lookup
description · low confidence lookup

Privilege behavior lookup

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2025-6254 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Critical
CVSS
9.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

ScoreVersionSeverityVectorExploitImpactSource
9.8CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H3.95.9Wordfence

Vulnerability scoring details

Base CVSS 3.1 score

9.8Critical
CVSS 3.1 vector shape for CVE-2025-6254Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. Source timelineWordfence

    Vendor Notified

  3. Source timelineWordfence

    Disclosed

  4. CVE publishedCVE Program

    The CVE record was published.

  5. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
AmentoTechDoctreat Core0unaffected
Weakness

CWE details

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.