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

CVE-2025-26545: Related Posts Plugin CSRF Vulnerability

CVE-2025-26545 is a Cross-Site Request Forgery vulnerability in the Related Posts Line-up-Exactly by Milliard WordPress plugin that enables Stored XSS attacks. This article covers technical details, affected versions, and mitigation.

Published: April 28, 2026

CVE-2025-26545 Overview

CVE-2025-26545 is a Cross-Site Request Forgery (CSRF) vulnerability in the "Related Posts Line-up-Exactly by Milliard" WordPress plugin (slug: related-posts-line-up-exactry-by-milliard) that allows attackers to chain the CSRF with Stored Cross-Site Scripting (XSS). This vulnerability enables attackers to trick authenticated administrators into unknowingly submitting malicious requests that inject persistent JavaScript code into the WordPress site.

Critical Impact

Attackers can leverage CSRF to inject malicious scripts that persist in the WordPress database, potentially compromising all site visitors and administrators through Stored XSS payloads.

Affected Products

  • Related Posts Line-up-Exactly by Milliard plugin version 0.0.22 and earlier
  • WordPress installations running vulnerable versions of the plugin
  • All sites with the plugin installed where administrative users can be targeted

Discovery Timeline

  • 2025-02-13 - CVE-2025-26545 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2025-26545

Vulnerability Analysis

This vulnerability combines two distinct attack vectors: Cross-Site Request Forgery (CSRF) and Stored Cross-Site Scripting (XSS). The plugin fails to properly implement CSRF protections (such as nonce verification) on administrative forms that handle user-supplied input. Additionally, the input is not adequately sanitized before being stored in the database and subsequently rendered to users, enabling the Stored XSS component.

The attack chain works as follows: an attacker crafts a malicious page or link containing a forged request that, when visited by an authenticated WordPress administrator, submits data to the vulnerable plugin endpoint. Because no CSRF token validation occurs, the request is accepted. The submitted data contains JavaScript payloads that are stored and later executed in the browsers of users viewing the affected content.

Root Cause

The root cause is CWE-352 (Cross-Site Request Forgery), where the plugin does not verify that form submissions originate from legitimate user actions. WordPress provides built-in CSRF protection through nonces (wp_nonce_field() and wp_verify_nonce()), but these mechanisms are not implemented in the affected plugin endpoints. This lack of verification, combined with insufficient output encoding, creates the CSRF-to-Stored-XSS attack chain.

Attack Vector

The attack is network-based and requires user interaction—specifically, an authenticated administrator must be tricked into visiting a malicious page while logged into WordPress. The attacker does not need any privileges on the target system. Upon successful exploitation, the scope changes as the stored XSS payload can affect other users who view the compromised content.

The attack sequence typically involves:

  1. Attacker identifies a vulnerable endpoint in the plugin's settings or configuration page
  2. Attacker crafts an HTML page with an auto-submitting form targeting the vulnerable endpoint
  3. Administrator is lured to visit the attacker's malicious page (via phishing, social engineering, or malicious advertisements)
  4. The form automatically submits, storing the XSS payload in the WordPress database
  5. Any user viewing pages where the plugin renders content executes the stored malicious script

Detection Methods for CVE-2025-26545

Indicators of Compromise

  • Unexpected JavaScript code or <script> tags appearing in plugin configuration or related posts output
  • Suspicious administrator activity or settings changes that were not intentionally made
  • Browser console errors or unexpected network requests originating from the WordPress admin area
  • Audit logs showing configuration changes without corresponding legitimate user sessions

Detection Strategies

  • Review WordPress database tables associated with the Related Posts Line-up-Exactly by Milliard plugin for unexpected HTML/JavaScript content
  • Implement Content Security Policy (CSP) headers to detect and block inline script execution
  • Monitor web application firewall (WAF) logs for requests containing XSS patterns targeting plugin endpoints
  • Conduct regular code audits of plugin settings and stored content for malicious payloads

Monitoring Recommendations

  • Enable WordPress audit logging plugins to track administrative actions and configuration changes
  • Configure alerting for any changes to plugin settings outside of scheduled maintenance windows
  • Implement browser-based XSS protection mechanisms and monitor for CSP violation reports
  • Review referrer headers in server logs to identify suspicious cross-origin form submissions

How to Mitigate CVE-2025-26545

Immediate Actions Required

  • Deactivate and remove the Related Posts Line-up-Exactly by Milliard plugin until a patched version is available
  • Audit all content rendered by the plugin for signs of injected malicious scripts
  • Review WordPress administrator accounts for unauthorized sessions or recent suspicious activity
  • Implement a Web Application Firewall (WAF) rule to block requests containing common XSS payloads

Patch Information

As of the published information, versions through 0.0.22 are affected. Site administrators should check for updates from the plugin developer. Review the Patchstack vulnerability database entry for the latest remediation guidance and patch availability.

Workarounds

  • Remove or deactivate the plugin entirely until a patched version becomes available
  • Restrict access to the WordPress admin panel using IP allowlisting
  • Implement additional authentication factors for WordPress administrative users
  • Use security plugins that add CSRF protection layers to forms across the WordPress installation
bash
# Deactivate the vulnerable plugin via WP-CLI
wp plugin deactivate related-posts-line-up-exactry-by-milliard --allow-root

# Optionally remove the plugin completely
wp plugin delete related-posts-line-up-exactry-by-milliard --allow-root

# Scan for potential XSS payloads in options table
wp db search "<script" wp_options --allow-root

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechMilliard

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityLow
  • CWE References
  • CWE-352
  • Technical References
  • Patchstack WordPress Vulnerability
  • Latest CVEs
  • CVE-2026-9813: FlowIntel SSRF Vulnerability

  • CVE-2026-4377: D-Link DWR-X1820 Auth Bypass Vulnerability

  • CVE-2026-47074: ex_aws_sns Auth Bypass Vulnerability

  • CVE-2026-46241: Linux Kernel Use-After-Free 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