LiveActive security incident?Get immediate response
CVE Record

CVE-2025-69188: WordPress fitness-trainer plugin <= 1.7.1 - Broken Access Control vulnerability

Missing Authorization vulnerability in e-plugins fitness-trainer fitness-trainer allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects fitness-trainer: from n/a through <= 1.7.1.

HighCVSS 7.3Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2025-69188 affects the WordPress fitness-trainer plugin by e-plugins through version 1.7.1. The issue is missing authorization, meaning an unauthenticated remote user may access functions that should require permission. The published CVSS score is 7.3, high severity. No provided source confirms active exploitation.

Executive priority

Prioritize within normal high-severity vulnerability SLAs, faster for public sites using the plugin. The issue is unauthenticated and remotely reachable, but public evidence is sparse and active exploitation is not confirmed.

Technical view

The CVE describes CWE-862 Missing Authorization in fitness-trainer <= 1.7.1. CVSS 3.1 vector AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L indicates network access, low complexity, no privileges, and no user interaction, with limited confidentiality, integrity, and availability impact. Public details do not identify specific endpoints or a fixed version.

Likely exposure

Exposure is likely limited to WordPress sites with the e-plugins fitness-trainer plugin installed at version 1.7.1 or earlier, especially public sites. Sites without this plugin are not affected based on provided sources.

Exploitation context

The vulnerability is remotely reachable and does not require authentication according to the CVSS vector. However, the source bundle provides no exploit details, no proof of concept, and no CISA KEV listing. Treat as plausible risk, not confirmed active exploitation.

Researcher notes

Public data is limited to the CVE record and Patchstack entry. The affected range is described as through 1.7.1, while structured affected data is sparse and lacks CPEs. Do not assume endpoint behavior beyond missing authorization without vendor or researcher detail.

Mitigation direction

  • Inventory WordPress sites for the fitness-trainer plugin and version.
  • Update the plugin if a vendor-supported fixed version is available.
  • If no fix is available, consider disabling or removing the plugin.
  • Monitor Patchstack and vendor channels for remediation guidance.
  • Prioritize public-facing WordPress sites first.

Validation and detection

  • Confirm whether the fitness-trainer plugin is installed.
  • Record the installed plugin version on each WordPress site.
  • Flag versions 1.7.1 or earlier as potentially affected.
  • Check access logs for unusual unauthenticated activity involving the plugin.
  • Document remediation status and remaining business dependency.
Prepared
Confidence
medium
Sources
3

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-862: 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
cve · low confidence lookup

CVE-2025-69188 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
High
CVSS
7.3 (3.1)
Known Exploited
No
Published

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

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
0Timeline events
0ADP providers
2Source links

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
7.3CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L3.93.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.3High
CVSS 3.1 vector shape for CVE-2025-69188Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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

Products and packages named in the record

VendorProductVersion / packageStatus
e-pluginsfitness-trainerfitness-trainer, 0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-862 · source CWE mapping

Missing Authorization

Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.