LiveActive security incident?Get immediate response
CVE Record

CVE-2025-12714: Rank Math SEO – AI SEO Tools to Dominate SEO Rankings <= 1.0.271 - Missing Authorization to Unauthenticated Homepage Settings Modification

The Rank Math SEO – AI SEO Tools to Dominate SEO Rankings plugin for WordPress is vulnerable to unauthorized access due to a missing capability check on the update_site_editor_homepage function in all versions up to, and including, 1.0.271. This makes it possible for unauthenticated attackers to modify several plugin settings including homepage title, meta description, breadcrumbs label, and social media metadata, which can have severe impact on SEO rankings and display malicious content across all site pages where breadcrumbs are used.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

An unauthenticated attacker could change important SEO-related homepage settings in the Rank Math SEO WordPress plugin through a missing authorization check. This does not indicate server takeover, but it can damage search visibility, alter page metadata, and place misleading or malicious-looking content wherever affected breadcrumbs or social metadata appear.

Executive priority

Treat this as a moderate-priority web integrity issue. It is unlikely to compromise servers directly, but it can harm search traffic, brand presentation, and customer trust on public WordPress properties. Prioritize internet-facing marketing and revenue-generating sites.

Technical view

CVE-2025-12714 is a CWE-862 missing authorization flaw in Rank Math SEO up to and including 1.0.271. The affected function is update_site_editor_homepage. The published CVSS 3.1 score is 5.3, with network access, low complexity, no privileges, and integrity-only impact.

Likely exposure

Public WordPress sites running Rank Math SEO versions up to and including 1.0.271 are the likely exposure. Risk is highest where SEO metadata, breadcrumbs, or social sharing data directly affect brand trust, search rankings, or customer acquisition.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. The vulnerability is remotely reachable and unauthenticated according to the CVSS vector, but the documented impact is limited to unauthorized modification of plugin settings.

Researcher notes

Evidence points to a missing capability check in REST-related Rank Math code, with a patch reference in WordPress.org Trac. The bundle does not provide exploit traffic, confirmed exploitation, or a named fixed release. Validate against installed plugin code and vendor advisories.

Mitigation direction

  • Inventory WordPress sites using Rank Math SEO and record plugin versions.
  • Update affected installations beyond 1.0.271 when vendor guidance confirms the fixed release.
  • Review Wordfence and Rank Math guidance before applying operational workarounds.
  • Restore altered homepage titles, descriptions, breadcrumbs labels, and social metadata from trusted values.
  • Monitor WordPress administrative and application logs for unexpected SEO setting changes.

Validation and detection

  • Confirm whether Rank Math SEO is installed and at or below version 1.0.271.
  • Review homepage title, meta description, breadcrumbs label, and social metadata for unauthorized changes.
  • Verify the installed code includes authorization checks for homepage settings updates.
  • Check whether the WordPress.org changeset or an equivalent vendor fix is present.
  • Look for unexplained SEO metadata changes around and after May 29, 2026.
Prepared
Confidence
high
Sources
8

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-12714 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
Medium
CVSS
5.3 (3.1)
Known Exploited
No
Published

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

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
5Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: yesTechnical Impact: partial

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
5.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N3.91.4Wordfence

Vulnerability scoring details

Base CVSS 3.1 score

5.3Medium
CVSS 3.1 vector shape for CVE-2025-12714Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
rankmathRank Math SEO – AI SEO Tools to Dominate SEO Rankings0unaffected
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.