The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-0810

CVE-2025-0810: WordPress Read More & Accordion CSRF Flaw

CVE-2025-0810 is a Cross-Site Request Forgery vulnerability in the Read More & Accordion plugin for WordPress that enables attackers to execute arbitrary PHP files. This article covers technical details, affected versions, and mitigation.

Published: April 29, 2026

CVE-2025-0810 Overview

CVE-2025-0810 is a Cross-Site Request Forgery (CSRF) vulnerability affecting the Read More & Accordion plugin for WordPress in all versions up to and including 3.4.7. The vulnerability exists due to missing or incorrect nonce validation on the addNewButtons() function, which can allow unauthenticated attackers to include and execute arbitrary PHP files through a forged request. Successful exploitation requires social engineering to trick a site administrator into clicking a malicious link.

Critical Impact

This CSRF vulnerability chains with arbitrary PHP file inclusion, potentially enabling full remote code execution on affected WordPress installations when an administrator is socially engineered.

Affected Products

  • Read More & Accordion WordPress Plugin versions ≤ 3.4.7
  • WordPress installations running vulnerable plugin versions
  • Also known as Expand Maker plugin (expand-maker)

Discovery Timeline

  • April 5, 2025 - CVE-2025-0810 published to NVD
  • April 15, 2026 - Last updated in NVD database

Technical Details for CVE-2025-0810

Vulnerability Analysis

This vulnerability represents a dangerous combination of Cross-Site Request Forgery (CSRF) and Local File Inclusion (LFI) that can escalate to Remote Code Execution. The core issue lies in the addNewButtons() function within the Read More & Accordion plugin, where proper nonce validation is either missing or incorrectly implemented.

WordPress nonces are security tokens used to verify that requests originate from the legitimate site and were initiated by an authenticated user. When nonce validation is absent or flawed, attackers can craft malicious requests that the WordPress installation will accept as legitimate when processed in the context of an authenticated administrator's session.

The attack chain requires user interaction—specifically, an administrator must be tricked into clicking a malicious link or visiting a crafted page while authenticated to their WordPress dashboard. Once the forged request is processed, the attacker can leverage the file inclusion capability to execute arbitrary PHP code on the server.

Root Cause

The root cause is inadequate implementation of WordPress's built-in CSRF protection mechanisms in the addNewButtons() function. The affected code paths can be found in the plugin's ReadMoreInit.php and ReadMorePages.php class files. Without proper nonce verification using WordPress functions like wp_verify_nonce() or check_admin_referer(), the plugin cannot distinguish between legitimate administrative actions and forged requests from external sources.

Attack Vector

The attack leverages the network-based attack vector, requiring the attacker to deliver a malicious payload to an authenticated WordPress administrator. The attack scenario typically involves:

  1. Attacker crafts a malicious HTML page or link containing a forged request targeting the vulnerable addNewButtons() function
  2. Attacker delivers the malicious content to a WordPress site administrator via phishing email, malicious advertisement, or compromised website
  3. When the administrator clicks the link or visits the page while logged into their WordPress dashboard, the forged request executes in their authenticated session
  4. The vulnerable function processes the request without validating the nonce, allowing arbitrary PHP file inclusion
  5. The included PHP file executes with the privileges of the web server, potentially enabling full site compromise

The vulnerability requires user interaction and successful social engineering, which adds complexity to the attack. However, once successful, the impact is severe as it can lead to complete compromise of the WordPress installation.

Detection Methods for CVE-2025-0810

Indicators of Compromise

  • Unexpected PHP files appearing in WordPress directories, particularly in upload or temporary folders
  • Suspicious outbound network connections from the WordPress server
  • Unusual database modifications or new administrator accounts created without authorization
  • Web server access logs showing POST requests to plugin endpoints from external referrers
  • Modified plugin files or new files with obfuscated PHP code

Detection Strategies

  • Monitor WordPress admin action logs for addNewButtons function calls with suspicious parameters
  • Implement Web Application Firewall (WAF) rules to detect CSRF patterns targeting the expand-maker plugin
  • Review HTTP referer headers for requests to sensitive plugin endpoints—legitimate requests should originate from the WordPress admin domain
  • Deploy file integrity monitoring to detect unauthorized PHP file additions or modifications
  • Analyze server access logs for unusual POST request patterns to /wp-admin/ endpoints

Monitoring Recommendations

  • Enable WordPress audit logging plugins to track administrative actions and plugin modifications
  • Configure SentinelOne Singularity to monitor for suspicious PHP process execution and file system changes
  • Set up alerts for new file creation in WordPress plugin directories outside of standard update processes
  • Monitor for unusual process spawning from PHP-FPM or Apache/Nginx worker processes
  • Implement Content Security Policy headers and referer validation at the web server level

How to Mitigate CVE-2025-0810

Immediate Actions Required

  • Update the Read More & Accordion (Expand Maker) plugin to the latest patched version immediately
  • If update is not possible, deactivate and remove the plugin until a patch can be applied
  • Audit WordPress administrator accounts and revoke any suspicious or unrecognized users
  • Review recent file system changes on the WordPress installation for signs of compromise
  • Ensure WordPress administrators are trained to recognize phishing attempts and suspicious links

Patch Information

A security patch addressing this vulnerability is available in WordPress Changeset #3265987. Site administrators should update the Read More & Accordion plugin through the WordPress plugin update mechanism or by downloading the latest version from the official WordPress plugin repository. The patch adds proper nonce validation to the addNewButtons() function and related code paths.

For additional technical details about the vulnerability, refer to the Wordfence Vulnerability Analysis.

Workarounds

  • Temporarily deactivate the Read More & Accordion plugin if immediate patching is not feasible
  • Implement a Web Application Firewall (WAF) rule to block requests to the vulnerable endpoint that lack valid referrer headers from your WordPress domain
  • Restrict WordPress admin panel access to trusted IP addresses using .htaccess or server-level firewall rules
  • Ensure administrators use separate browser profiles or incognito mode when clicking external links to prevent CSRF attacks
  • Consider implementing additional WordPress security plugins that provide CSRF protection and request validation
bash
# Example .htaccess rule to restrict wp-admin access by IP
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/wp-admin
RewriteCond %{REMOTE_ADDR} !^192\.168\.1\.100$
RewriteRule .* - [F,L]
</IfModule>

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 Score7.5

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-352
  • Technical References
  • WordPress Expand Maker ReadMoreInit

  • WordPress Expand Maker ReadMorePages

  • WordPress Expand Maker ReadMorePages

  • WordPress Changeset #3265987

  • Wordfence Vulnerability Analysis
  • Related CVEs
  • CVE-2026-5365: LatePoint WordPress Plugin CSRF Vulnerability

  • CVE-2026-6701: WordPress addfreespace Plugin CSRF Flaw

  • CVE-2026-6702: WordPress Publish 2 Ping.fm CSRF Vulnerability

  • CVE-2026-6700: DX Sources WordPress Plugin CSRF Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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