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

CVE-2024-1315: Classified Listing Plugin CSRF Vulnerability

CVE-2024-1315 is a Cross-Site Request Forgery flaw in Radiustheme Classified Listing plugin for WordPress that allows attackers to hijack administrator accounts. This article covers technical details, affected versions, and mitigations.

Published: May 26, 2026

CVE-2024-1315 Overview

CVE-2024-1315 is a Cross-Site Request Forgery (CSRF) vulnerability affecting the Classified Listing – Classified ads & Business Directory Plugin for WordPress. The flaw exists in all versions up to and including 3.0.4. It stems from missing or incorrect nonce validation on the rtcl_update_user_account function. An unauthenticated attacker can trick a site administrator into clicking a crafted link, which silently changes the administrator account's password and email address. This locks out the legitimate administrator and grants full account takeover to the attacker [CWE-352].

Critical Impact

Successful exploitation results in WordPress administrator account takeover, password reset lockout, and complete compromise of the affected site.

Affected Products

  • Radiustheme Classified Listing plugin for WordPress, versions up to and including 3.0.4
  • WordPress sites running the Classified ads & Business Directory Plugin
  • Plugin builds referencing the vulnerable rtcl_update_user_account AJAX handler in app/Controllers/Ajax/PublicUser.php

Discovery Timeline

  • 2024-04-09 - CVE-2024-1315 published to NVD
  • 2026-04-08 - Last updated in NVD database

Technical Details for CVE-2024-1315

Vulnerability Analysis

The vulnerability resides in the plugin's account update workflow. The rtcl_update_user_account AJAX function processes requests to modify user account attributes, including password and email. The handler does not properly validate a WordPress nonce token tied to the authenticated session. Without nonce validation, the server cannot distinguish between a legitimate request from the WordPress admin interface and a forged request originating from a malicious site.

When an authenticated administrator visits an attacker-controlled page, the page can issue a cross-origin request to the vulnerable endpoint. The browser automatically attaches the administrator's session cookies. The plugin accepts the request as authentic and writes the attacker-supplied password and email to the administrator account. The attacker then logs in and uses the new email address to block recovery attempts.

Root Cause

The root cause is the absence of a proper check_ajax_referer or equivalent nonce verification in the rtcl_update_user_account handler. WordPress provides nonce primitives specifically to defeat CSRF, but the handler skipped or incorrectly implemented this check. The fix landed in version 3.0.5, as shown by the diff between tags 3.0.1 and 3.0.5 in the plugin source tree.

Attack Vector

Exploitation requires user interaction. The attacker hosts a page containing an auto-submitting HTML form or JavaScript that issues a POST request to the target site's admin-ajax.php endpoint with action=rtcl_update_user_account and attacker-chosen password and email parameters. The attacker delivers the link through phishing, a comment field, or another social channel. When a logged-in administrator opens the link, the browser submits the forged request with valid session cookies, and the account is silently overwritten.

No authentication or privileges are required from the attacker. Refer to the Wordfence Vulnerability Report for additional analysis.

Detection Methods for CVE-2024-1315

Indicators of Compromise

  • Unexpected changes to the administrator user's email address or password in wp_users and wp_usermeta tables
  • POST requests to /wp-admin/admin-ajax.php with action=rtcl_update_user_account originating from external Referer headers
  • Failed administrator login attempts followed by successful logins from unfamiliar IP addresses
  • New administrator sessions immediately preceded by web requests carrying off-site referrers

Detection Strategies

  • Inventory WordPress sites running the Classified Listing plugin and flag any instance at version 3.0.4 or earlier
  • Inspect web server access logs for admin-ajax.php calls invoking the rtcl_update_user_account action with cross-origin referrers
  • Correlate WordPress audit log entries for administrator email or password changes with the timing of suspicious AJAX requests

Monitoring Recommendations

  • Enable a WordPress activity logging plugin to record account modifications with originating IP and referrer data
  • Alert on any change to a user account with the administrator role outside of approved maintenance windows
  • Monitor outbound mail logs for password reset notifications sent to unfamiliar email addresses

How to Mitigate CVE-2024-1315

Immediate Actions Required

  • Update the Classified Listing plugin to version 3.0.5 or later on every affected WordPress site
  • Audit all administrator accounts for unauthorized email or password changes and restore legitimate values
  • Force a password reset for all privileged users and invalidate active sessions
  • Review recent administrator activity for unauthorized plugin installs, theme edits, or new user creations

Patch Information

The vendor remediated the issue in Classified Listing version 3.0.5 by adding nonce validation to the rtcl_update_user_account handler in app/Controllers/Ajax/PublicUser.php. Compare the vulnerable 3.0.1 handler with the patched 3.0.5 handler to confirm the fix.

Workarounds

  • If immediate patching is not possible, deactivate the Classified Listing plugin until the update is applied
  • Restrict administrator access to dedicated browsers or sessions that do not visit untrusted external links
  • Deploy a web application firewall rule blocking POST requests to admin-ajax.php with action=rtcl_update_user_account when the Referer is not the site's own domain
bash
# Example WAF rule (ModSecurity) to block cross-origin requests to the vulnerable action
SecRule REQUEST_URI "@contains /wp-admin/admin-ajax.php" \
    "chain,phase:2,deny,status:403,id:1003151,msg:'Block CSRF on rtcl_update_user_account'"
  SecRule ARGS:action "@streq rtcl_update_user_account" "chain"
    SecRule REQUEST_HEADERS:Referer "!@beginsWith https://your-site.example/"

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechRadiustheme Classified Listing

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.56%

  • 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 Plugin Code Review

  • WordPress Plugin Code Review

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2025-24745: Classified Listing Plugin XSS 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