A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-14481

CVE-2025-14481: Yoast SEO IDOR Vulnerability in WordPress

CVE-2025-14481 is an Insecure Direct Object Reference flaw in Yoast SEO for WordPress that allows authenticated attackers to access sensitive SEO metadata from any post. This article covers technical details, affected versions, and mitigation.

Published: May 28, 2026

CVE-2025-14481 Overview

CVE-2025-14481 is an Insecure Direct Object Reference (IDOR) vulnerability in the Yoast SEO plugin for WordPress, affecting all versions up to and including 26.5. The flaw resides in the Meta Search REST API endpoint, which fails to verify post ownership before returning SEO metadata. Authenticated users with Contributor-level access or higher can supply an arbitrary post_id parameter to read SEO metadata from any post on the site. The exposed data includes metadata associated with posts owned by other users, private posts, and unpublished drafts. The issue is tracked under CWE-862: Missing Authorization.

Critical Impact

Authenticated Contributor-level attackers can read SEO metadata from any post on a WordPress site, including private and draft content owned by other users.

Affected Products

  • Yoast SEO plugin for WordPress, all versions up to and including 26.5
  • WordPress sites with Contributor or higher role accounts
  • Sites using the Meta Search REST API endpoint exposed by Yoast SEO

Discovery Timeline

  • 2026-05-27 - CVE-2025-14481 published to NVD
  • 2026-05-27 - Last updated in NVD database

Technical Details for CVE-2025-14481

Vulnerability Analysis

The vulnerability stems from missing authorization checks in the Meta Search REST API route registered by the Yoast SEO plugin. The endpoint accepts a post_id parameter and returns associated SEO metadata without validating whether the requesting user owns the referenced post or has the WordPress capability to view it. Contributor accounts in WordPress are intended to create and edit only their own posts, and they cannot publish content. This vulnerability breaks that boundary by exposing metadata from arbitrary posts, including drafts and private posts authored by editors or administrators. The exposed metadata may include SEO titles, descriptions, focus keywords, and other indexing-related fields that can disclose unreleased content strategy, embargoed announcements, or sensitive internal information.

Root Cause

The root cause is insufficient authorization logic in the route handler defined in src/routes/meta-search-route.php. The handler resolves the supplied post_id and returns metadata without invoking a capability check such as current_user_can( 'edit_post', $post_id ). The Yoast development team addressed the issue in the pull request resolving the IDOR and in the corresponding plugin changeset.

Attack Vector

Exploitation requires an authenticated session with Contributor-level access or above. The attacker issues an authenticated HTTP request to the Meta Search REST API endpoint and iterates the post_id parameter to enumerate metadata across the site. No user interaction or social engineering is required. Because the attack uses the plugin's intended REST interface, requests appear as normal application traffic and may not trigger generic web application firewall rules. Refer to the Wordfence vulnerability report for additional technical context.

Detection Methods for CVE-2025-14481

Indicators of Compromise

  • Repeated authenticated REST API requests to the Yoast Meta Search endpoint with sequentially incrementing post_id values
  • REST API access from Contributor-level accounts targeting post_id values associated with private or draft posts
  • Unusual volume of /wp-json/ requests originating from low-privilege user sessions

Detection Strategies

  • Review WordPress REST API access logs for requests to the Yoast Meta Search route correlated with non-author user IDs
  • Hunt for Contributor or Author accounts issuing high-frequency requests against endpoints under /wp-json/yoast/
  • Correlate authenticated session activity against post ownership records to identify cross-author metadata access

Monitoring Recommendations

  • Enable verbose WordPress REST API logging and forward events to a centralized analytics platform
  • Alert on enumeration patterns where a single session accesses metadata for posts not authored by that user
  • Track installed plugin versions across managed WordPress sites and flag instances of Yoast SEO at or below version 26.5

How to Mitigate CVE-2025-14481

Immediate Actions Required

  • Upgrade the Yoast SEO plugin to a version newer than 26.5 that includes the fix from changeset 3412286
  • Audit existing Contributor, Author, and Editor accounts and remove unused or unauthorized accounts
  • Review WordPress access logs for prior enumeration of the Meta Search REST endpoint

Patch Information

The Yoast development team resolved the vulnerability in the Yoast SEO pull request 22797 and shipped the fix through plugin changeset 3412286. The fix adds authorization validation to the Meta Search REST route so that callers without the capability to edit the referenced post receive an authorization error instead of metadata. Site administrators should update through the WordPress plugin manager or by deploying the patched plugin archive.

Workarounds

  • Restrict Contributor-level account creation and require administrator approval for new low-privilege accounts
  • Disable or block the affected Yoast Meta Search REST route at the web server or WAF layer until the patched plugin version is deployed
  • Temporarily deactivate the Yoast SEO plugin on sites where untrusted Contributor accounts exist and an upgrade cannot be applied immediately
bash
# Example nginx rule to block the affected REST route until patching
location ~* /wp-json/yoast/v1/meta-search {
    return 403;
}

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-862
  • Technical References
  • GitHub Pull Request

  • WordPress SEO Plugin File

  • WordPress SEO Source Code

  • WordPress SEO Changeset

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-7526: PDF Embedder Information Disclosure Flaw

  • CVE-2026-3173: Meta Field Block Information Disclosure

  • CVE-2026-9228: MotoPress Timetable IDOR Vulnerability

  • CVE-2025-0898: Xpro Elementor Addons File Read Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English