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-12028

CVE-2025-12028: IndieAuth WordPress Plugin CSRF Vulnerability

CVE-2025-12028 is a Cross-Site Request Forgery flaw in the IndieAuth WordPress plugin that enables attackers to hijack user accounts through forged OAuth requests. This article covers technical details, affected versions, and mitigation.

Published: April 29, 2026

CVE-2025-12028 Overview

The IndieAuth plugin for WordPress contains a Cross-Site Request Forgery (CSRF) vulnerability affecting all versions up to and including 4.5.4. This vulnerability stems from missing nonce verification on the login_form_indieauth() function and the authorization endpoint at wp-login.php?action=indieauth. Exploitation allows unauthenticated attackers to force authenticated users to approve OAuth authorization requests for attacker-controlled applications through forged requests, potentially leading to complete account takeover with create, update, and delete permissions.

Critical Impact

Attackers can steal authorization codes and exchange them for access tokens, effectively taking over victim accounts with full create, update, and delete scopes when users click malicious links while logged in.

Affected Products

  • IndieAuth WordPress Plugin versions up to and including 4.5.4
  • WordPress sites with IndieAuth plugin installed
  • OAuth authorization endpoints using IndieAuth

Discovery Timeline

  • 2025-10-24 - CVE CVE-2025-12028 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-12028

Vulnerability Analysis

This vulnerability is classified as CWE-352 (Cross-Site Request Forgery). The core security flaw exists in the IndieAuth authorization endpoint implementation, specifically within the class-indieauth-authorization-endpoint.php file. The login_form_indieauth() function processes OAuth authorization requests without properly validating that the request originated from a legitimate user action through nonce verification.

When an authenticated WordPress user visits a malicious page crafted by an attacker, the page can silently submit a forged authorization request to the IndieAuth endpoint. Since no nonce token is checked, the server cannot distinguish between a legitimate user-initiated authorization and a forged cross-site request. The attacker's application receives an authorization code that can be exchanged for an access token with the victim's permissions.

Root Cause

The vulnerability originates from the absence of WordPress nonce verification in the login_form_indieauth() function and related authorization endpoint handlers. WordPress provides built-in CSRF protection through nonce tokens (wp_nonce_field() and wp_verify_nonce()), but these security mechanisms were not implemented in the affected code paths at lines 411, 418, and 476 of class-indieauth-authorization-endpoint.php.

Without nonce verification, the application cannot validate the authenticity and intent of incoming authorization requests, making it susceptible to forged cross-site requests that appear to come from legitimate authenticated sessions.

Attack Vector

The attack is network-based and requires user interaction. An attacker crafts a malicious webpage containing a hidden form or JavaScript that automatically submits an OAuth authorization request to the victim's WordPress site. The request specifies the attacker's application as the OAuth client requesting access.

When an authenticated WordPress administrator or user visits the attacker's page, the forged request executes in the context of their authenticated session. The IndieAuth endpoint processes the request as legitimate, generates an authorization code, and redirects to the attacker's callback URL. The attacker then exchanges this code for an access token, gaining the ability to create, update, and delete content on the victim's WordPress site.

Detection Methods for CVE-2025-12028

Indicators of Compromise

  • Unexpected OAuth authorization grants appearing in WordPress IndieAuth logs
  • Authorization codes being issued to unrecognized or suspicious application client IDs
  • Access tokens associated with external IP addresses or unusual geographic locations
  • Unexplained content modifications (posts, pages, or settings changes) on WordPress sites

Detection Strategies

  • Monitor wp-login.php?action=indieauth endpoint access logs for requests originating from suspicious referrers or missing expected headers
  • Audit IndieAuth plugin logs for authorization requests that lack corresponding user-initiated actions in session logs
  • Implement Web Application Firewall (WAF) rules to detect and alert on cross-origin authorization requests
  • Review OAuth token issuance events and correlate with user activity to identify unauthorized grants

Monitoring Recommendations

  • Enable detailed logging for all IndieAuth authorization and token exchange events
  • Configure alerting for authorization codes issued to newly registered or unrecognized OAuth clients
  • Monitor for unusual patterns of content creation, modification, or deletion that may indicate compromised access tokens
  • Regularly audit active access tokens and revoke any that appear suspicious or unrecognized

How to Mitigate CVE-2025-12028

Immediate Actions Required

  • Update IndieAuth plugin to the patched version immediately by applying WordPress Changeset #3384558
  • Review all existing OAuth authorizations and revoke any suspicious or unrecognized access tokens
  • Audit recent content changes on affected WordPress sites for signs of unauthorized modifications
  • Consider temporarily disabling the IndieAuth plugin if immediate patching is not possible

Patch Information

The vulnerability has been addressed in WordPress Changeset #3384558, which implements proper nonce verification on the authorization endpoint. Site administrators should update to the latest version of the IndieAuth plugin through the WordPress plugin dashboard. Additional vulnerability details are available in the Wordfence Vulnerability Report.

Workarounds

  • Temporarily disable the IndieAuth plugin until the patch can be applied if immediate update is not feasible
  • Implement additional Web Application Firewall rules to validate referrer headers and block suspicious cross-origin requests to the authorization endpoint
  • Restrict access to wp-login.php?action=indieauth to trusted IP addresses if your user base is limited to known networks
  • Enable additional authentication factors for WordPress admin accounts to reduce the impact of potential account compromise
bash
# Example WAF rule to block suspicious IndieAuth requests (ModSecurity)
SecRule REQUEST_URI "@contains wp-login.php" \
    "id:100001,phase:1,deny,status:403,chain,msg:'Suspicious IndieAuth request blocked'"
    SecRule ARGS:action "@eq indieauth" "chain"
    SecRule REQUEST_HEADERS:Referer "!@contains your-domain.com"

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechWordpress

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-352
  • Technical References
  • WordPress IndieAuth Code Reference

  • WordPress IndieAuth Code Reference

  • WordPress IndieAuth Code Reference

  • WordPress Changeset #3384558

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-8419: Amazon Scraper Plugin CSRF Vulnerability

  • CVE-2026-6452: WordPress Bigfishgames Syndicate CSRF Flaw

  • CVE-2026-8418: Games Catalog Plugin CSRF Vulnerability

  • CVE-2026-8423: WordPress JaviBola Plugin CSRF 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