CVE-2026-77784 in Rank Math SEO Plugininfo

Summary

by MITRE • 09/02/2026

The Rank Math SEO WordPress plugin before 1.0.277 does not verify that a user is allowed to edit the object being modified before updating its SEO indexing metadata, allowing users with the Author role and above to alter that metadata on content, taxonomy terms and user profiles they do not own, and to remove other users' content from the site's sitemap and search engine index.

If you want to get the best quality for vulnerability data then you always have to consider VulDB.

Analysis

by VulDB Data Team • 09/02/2026

The vulnerability identified in Rank Math SEO versions prior to 1.0.277 represents a critical failure in access control mechanisms within a widely used WordPress plugin designed for Search Engine Optimization management. This flaw stems from an insufficient verification of user privileges during the update process for SEO indexing metadata. Specifically, the application logic fails to validate whether the authenticated user initiating the request possesses the necessary permissions to modify the specific object being targeted. In standard web application security models, this is a classic instance where state-changing operations are executed without proper authorization checks against the resource owner or appropriate administrative roles. The absence of these checks allows any user with an Author role or higher to bypass intended restrictions and manipulate metadata associated with content they do not own.

From a technical perspective, the core issue lies in the lack of object-level permission validation before processing updates to SEO-related fields such as meta titles, descriptions, canonical URLs, and indexing status flags. When a request is made to update these attributes for any post, taxonomy term, or user profile within the WordPress environment, the plugin accepts the input without confirming that the requester has edit capabilities for that specific entity. This architectural oversight enables malicious actors who have obtained even low-level privileged accounts on compromised websites to escalate their impact significantly. By exploiting this flaw, an attacker can alter search engine optimization settings for any piece of content hosted on the site, effectively controlling how that content is presented and indexed by external search engines regardless of ownership or editorial rights.

The operational impact of this vulnerability extends beyond simple metadata manipulation. An adversary with Author-level access can systematically remove other users' articles from the website's sitemap file, which serves as a guide for search engine crawlers to discover new and updated pages. By stripping these entries from the sitemap and setting indexing directives to noindex or nosnippet, the attacker can cause significant visibility loss for legitimate content creators. This action effectively de-indexes specific webpages from major search engines like Google and Bing, leading to a sharp decline in organic traffic for those pages. Furthermore, altering meta descriptions and titles allows an attacker to potentially inject misleading information into search results, which could be leveraged for phishing campaigns or brand impersonation if the site is used as a vector for social engineering attacks against its audience.

This vulnerability aligns with CWE-284 Improper Access Control, specifically reflecting failures in authorization logic where access rights are not properly enforced during state-changing operations. In terms of offensive security frameworks, this behavior maps to MITRE ATT&CK technique T1098.003 SSH Authorized Key Manipulation is less relevant here but the broader category of Account Manipulation or Data Injection applies; more accurately it fits under CWE-653 Insufficient Compromise Prevention and relates to data manipulation tactics where an attacker alters system configuration or user-generated content to achieve malicious goals such as defacement, reputation damage, or search engine poisoning. The ability to remove items from the sitemap is particularly damaging because it directly interferes with the site's discoverability infrastructure, a critical component of web presence management.

Mitigation strategies for this vulnerability are straightforward and primarily involve updating the Rank Math SEO plugin to version 1.0.277 or later where these access control checks have been implemented. For organizations unable to patch immediately due to compatibility concerns with other plugins or custom code modifications, temporary workarounds include restricting user roles that can edit posts and taxonomy terms to only Administrators if possible, although this may hinder legitimate editorial workflows. Additionally, implementing a Web Application Firewall rule set that monitors for unusual patterns in SEO metadata updates could provide an additional layer of defense by detecting bulk changes or unauthorized modification attempts from non-administrative accounts. Regular auditing of user permissions and ensuring the principle of least privilege is applied to all WordPress roles remains essential to minimizing the attack surface associated with such access control flaws.

Responsible

WPScan

Reservation

08/21/2026

Disclosure

09/02/2026

Moderation

accepted

CPE

ready

EPSS

0.00000

KEV

no

Activities

medium

Sources

Want to stay up to date on a daily basis?

Enable the mail alert feature now!