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

CVE-2025-23808: Custom List Table Example CSRF Vulnerability

CVE-2025-23808 is a Cross-Site Request Forgery vulnerability in the Custom List Table Example plugin that enables reflected XSS attacks. This article covers the technical details, affected versions up to 1.4.1, and mitigation.

Updated: May 15, 2026

CVE-2025-23808 Overview

CVE-2025-23808 is a Cross-Site Request Forgery (CSRF) vulnerability in the Dutch van Andel Custom List Table Example WordPress plugin that chains into Reflected Cross-Site Scripting (XSS). The flaw affects all plugin versions up to and including 1.4.1. An unauthenticated attacker can craft a malicious request that, when triggered by an authenticated victim, reflects attacker-controlled script into the victim's browser session. The weakness is classified under CWE-352: Cross-Site Request Forgery.

Critical Impact

Successful exploitation allows attackers to execute arbitrary JavaScript in an authenticated administrator's browser context, leading to session compromise, privileged action abuse, and potential site takeover when the victim clicks a crafted link.

Affected Products

  • Dutch van Andel Custom List Table Example WordPress plugin (custom-list-table-example)
  • All versions from initial release through 1.4.1
  • WordPress installations with the vulnerable plugin activated

Discovery Timeline

  • 2025-01-16 - CVE-2025-23808 published to the National Vulnerability Database (NVD)
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2025-23808

Vulnerability Analysis

The vulnerability is a CSRF-to-Reflected-XSS chain. The plugin processes a request handler that reflects user-supplied input back into the rendered HTML response without sufficient output encoding. The handler also lacks a valid CSRF nonce verification step, so requests originating from external domains are accepted as legitimate when a logged-in user triggers them.

An attacker hosts a page containing a forged request targeting the plugin endpoint. When a WordPress administrator visits the page while authenticated, the browser submits the request with the user's session cookies. The plugin reflects the attacker-supplied parameter into the response, executing JavaScript under the WordPress origin.

This chain expands the impact of a standard reflected XSS issue. The user-interaction requirement is reduced to a single click on an attacker-controlled link or page, and the lack of CSRF protection means the attacker does not need prior knowledge of any token or session data.

Root Cause

The root cause is twofold. First, the plugin omits WordPress nonce validation (wp_verify_nonce or check_admin_referer) on a request-handling path that processes user input. Second, parameters supplied to that path are echoed into HTML output without escaping through functions such as esc_html or esc_attr. The combination of missing CSRF protection [CWE-352] and missing output sanitization creates the reflected XSS condition.

Attack Vector

The attack is network-based and requires user interaction. An attacker crafts a URL or HTML form referencing the vulnerable plugin endpoint with a malicious payload in a reflected parameter. The attacker delivers the link through phishing, forum posts, or a compromised page. When an authenticated WordPress user with access to the plugin context loads the resource, the script executes in their browser. Because the scope is changed to the WordPress admin origin, the script can read cookies, perform privileged actions, or modify site content.

No verified public proof-of-concept code is available. Refer to the Patchstack Vulnerability Report for additional technical context.

Detection Methods for CVE-2025-23808

Indicators of Compromise

  • Outbound HTTP referrers from unexpected external domains pointing at wp-admin URLs containing the plugin's query parameters
  • Unexpected administrative actions, new users, or modified plugin/theme files following an admin's click on an external link
  • Browser console errors or content-security-policy violations referencing inline <script> tags injected via query strings
  • Web server access logs showing requests to plugin endpoints with encoded <script>, onerror=, or javascript: substrings in parameters

Detection Strategies

  • Inspect WordPress access logs for GET or POST requests to custom-list-table-example endpoints containing HTML or JavaScript metacharacters in parameter values
  • Deploy a Web Application Firewall (WAF) rule that flags reflected parameters echoing <, >, or script tokens in responses
  • Use a vulnerability scanner that fingerprints WordPress plugin versions and flags custom-list-table-example at 1.4.1 or earlier

Monitoring Recommendations

  • Enable WordPress audit logging for administrator session activity and correlate with referrer headers
  • Alert on creation of administrator accounts, plugin installations, or option changes performed outside known maintenance windows
  • Monitor browser-side telemetry for anomalous script execution on /wp-admin/ pages

How to Mitigate CVE-2025-23808

Immediate Actions Required

  • Deactivate and remove the custom-list-table-example plugin until a patched version is confirmed and installed
  • Force a password reset and session invalidation for all WordPress administrator accounts on affected sites
  • Audit administrator activity logs for unauthorized changes made since the plugin was deployed

Patch Information

No fixed version is listed in the advisory at the time of publication. The vulnerability affects all releases through 1.4.1. Site operators should monitor the Patchstack Vulnerability Report and the plugin's repository for a security release before re-enabling the plugin.

Workarounds

  • Remove the plugin entirely if it is not essential, since it ships as a developer example rather than a production utility
  • Restrict /wp-admin/ access to known IP ranges via web server or WAF rules to reduce CSRF attack surface
  • Enforce a strict Content Security Policy (CSP) on WordPress admin pages to block inline script execution from reflected payloads
  • Train administrators to avoid clicking external links while authenticated to WordPress administration sessions
bash
# Disable the vulnerable plugin via WP-CLI
wp plugin deactivate custom-list-table-example
wp plugin delete custom-list-table-example

# Verify removal
wp plugin list --status=active | grep custom-list-table-example

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechCustom List Table Example

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.14%

  • 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 Vulnerability Report
  • Latest CVEs
  • CVE-2026-46333: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-2586: Eclipse Glassfish RCE Vulnerability

  • CVE-2026-2587: Eclipse Glassfish RCE Vulnerability

  • CVE-2026-45255: FreeBSD bsdinstall/bsdconfig RCE Flaw
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