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-2024-51655

CVE-2024-51655: Custom Author URL CSRF Vulnerability

CVE-2024-51655 is a Cross-Site Request Forgery flaw in Custom Author URL plugin that enables Stored XSS attacks. This article covers the technical details, affected versions up to 2.0.1, security impact, and mitigation.

Published: May 26, 2026

CVE-2024-51655 Overview

CVE-2024-51655 is a Cross-Site Request Forgery (CSRF) vulnerability in the microkid Custom Author URL WordPress plugin (also known as author-slug). The flaw affects all plugin versions up to and including 2.0.1. An attacker can chain the CSRF condition to inject persistent JavaScript payloads, resulting in Stored Cross-Site Scripting (XSS). Successful exploitation requires tricking an authenticated administrator into visiting an attacker-controlled page. The vulnerability is tracked under CWE-352: Cross-Site Request Forgery.

Critical Impact

An attacker can forge requests on behalf of an authenticated administrator to inject persistent JavaScript into the WordPress site, enabling session theft, account takeover, and arbitrary actions in the victim's browser context.

Affected Products

  • microkid Custom Author URL (author-slug) plugin for WordPress
  • All versions from initial release through 2.0.1
  • WordPress sites with the plugin installed and active

Discovery Timeline

  • 2024-11-19 - CVE-2024-51655 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2024-51655

Vulnerability Analysis

The Custom Author URL plugin lets WordPress administrators define custom slugs for author archive URLs. The plugin's settings handler does not validate the origin of incoming state-changing requests. An attacker hosting a malicious page can submit a forged form or request that the victim's browser delivers to the plugin's settings endpoint with the victim's authenticated session cookies attached.

Because the affected endpoint also fails to sanitize or encode input written into the plugin's stored configuration, attacker-controlled JavaScript is persisted in the database. When any user later loads a page that renders the stored author-slug value, the payload executes in their browser. This pairs a request forgery weakness with a stored output-encoding failure to escalate impact.

Root Cause

The root cause is the absence of a valid CSRF token check (such as a WordPress nonce verified with check_admin_referer() or wp_verify_nonce()) on the plugin's settings update handler. A secondary defect is the lack of server-side output encoding or sanitization of the author-slug value before it is stored and later rendered, which converts a CSRF primitive into a Stored XSS condition.

Attack Vector

Exploitation is remote and user-interaction dependent. The attacker crafts an HTML page containing an auto-submitting form or fetch request targeting the plugin's vulnerable settings endpoint, with the malicious JavaScript payload supplied as the author slug. A logged-in WordPress administrator must visit that page or follow a link to it. The browser submits the forged request with valid session cookies, the plugin stores the payload, and subsequent page renders execute the script in the context of any visitor, including other administrators.

No verified public proof-of-concept code is available. See the Patchstack advisory for additional technical details.

Detection Methods for CVE-2024-51655

Indicators of Compromise

  • Unexpected <script> tags, event handlers, or JavaScript URIs stored in the plugin's options row in the wp_options table.
  • Author archive pages or admin screens rendering script content sourced from the author-slug configuration.
  • Outbound HTTP requests from administrator browsers to unfamiliar domains immediately after visiting external links.
  • WordPress access logs showing POST requests to the plugin's settings handler with a Referer header pointing to an untrusted external site.

Detection Strategies

  • Audit the wp_options table for entries owned by the Custom Author URL plugin and inspect their values for HTML or JavaScript content.
  • Inspect rendered HTML of author archive pages for unexpected inline scripts or attributes.
  • Review web server logs for POST requests to plugin administrative endpoints lacking same-origin Referer headers.
  • Enable WordPress activity logging to capture changes to plugin settings, including the user, timestamp, and source IP.

Monitoring Recommendations

  • Deploy a Web Application Firewall (WAF) rule that blocks requests to WordPress admin endpoints when the Referer header is missing or external.
  • Alert on Content Security Policy (CSP) violation reports indicating inline script execution on author pages.
  • Monitor administrator session activity for plugin configuration changes performed shortly after browsing external sites.

How to Mitigate CVE-2024-51655

Immediate Actions Required

  • Update the Custom Author URL plugin to a version later than 2.0.1 once the maintainer publishes a fix; otherwise deactivate and remove the plugin.
  • Inspect and sanitize the stored author-slug value in the database to remove any injected HTML or JavaScript.
  • Force a password reset and session invalidation for all administrator accounts that may have visited untrusted sites while logged in.
  • Review recently created or modified WordPress users, plugins, and theme files for signs of post-exploitation activity.

Patch Information

At the time of publication, the Patchstack advisory lists all versions through 2.0.1 as affected. Administrators should monitor the plugin's repository page on WordPress.org for an updated release and apply it as soon as it becomes available.

Workarounds

  • Deactivate and delete the Custom Author URL plugin until a patched version is released.
  • Restrict access to /wp-admin/ by IP allowlist using web server or WAF rules to reduce CSRF exposure.
  • Enforce a strict Content Security Policy that disallows inline scripts on public-facing pages.
  • Require administrators to use a dedicated browser profile for WordPress administration and to log out when finished.
bash
# Example: restrict wp-admin access by IP in nginx
location ^~ /wp-admin/ {
    allow 203.0.113.0/24;
    deny all;
    try_files $uri $uri/ /index.php?$args;
}

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechMicrokid

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.09%

  • 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 Plugin Vulnerability
  • Latest CVEs
  • CVE-2024-8261: Prolizyazilim OBS Auth Bypass Vulnerability

  • CVE-2024-13068: LimonDesk Auth Bypass Vulnerability

  • CVE-2025-53679: Fortinet FortiSandbox RCE Vulnerability

  • CVE-2026-9446: Simple POS Inventory System SQLi 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