Security readout for executives and security teams
Plain-English summary
CVE-2025-69137 is a broken access control flaw in the WordPress Genemy theme through version 1.6.6. A low-privileged subscriber could perform an unauthorized action affecting site integrity. The sources do not describe the exact action or a confirmed fix.
Executive priority
Treat as a moderate website integrity risk. Prioritize internet-facing WordPress sites with user registration or subscriber accounts, but do not treat it as confirmed mass exploitation based on the provided evidence.
Technical view
The CVE describes CWE-862 in Jthemes Genemy, with CVSS 3.1 score 6.5: network-accessible, low complexity, subscriber privileges required, no user interaction, high integrity impact, no confidentiality or availability impact.
Likely exposure
Exposure is most likely on WordPress sites using the Genemy theme at version 1.6.6 or earlier, especially where subscriber accounts exist. The source bundle does not clarify whether inactive installations are affected.
Exploitation context
CISA KEV is false, and the provided sources do not report active exploitation. The vulnerability requires an authenticated subscriber-level account, lowering unauthenticated internet risk but still creating concern on sites allowing registration.
Researcher notes
Public details are sparse. The record confirms broken access control and subscriber-level prerequisites, but not the vulnerable endpoint, affected function, patch version, or exploitation observations. Avoid assuming impact beyond integrity until vendor details are available.
Mitigation direction
Identify any WordPress sites using the Genemy theme.
Check installed Genemy versions and flag 1.6.6 or earlier.
Review Patchstack and vendor guidance for the supported fix or workaround.
Limit subscriber registration if it is not business-critical.
Remove or replace unsupported affected theme deployments.
Validation and detection
Inventory WordPress themes across production and staging sites.
Confirm whether Genemy version is 1.6.6 or earlier.
Review recent low-privileged account activity for unexpected content or settings changes.
Verify remediation against vendor or Patchstack guidance.
Retest access control after updating or replacing the theme.
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.
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.
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-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.