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

CVE-2024-56038: SendSMS Plugin XSS Vulnerability

CVE-2024-56038 is a reflected cross-site scripting vulnerability in the SendSMS plugin affecting versions up to 1.2.9. Attackers can inject malicious scripts through improper input validation. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: June 2, 2026

CVE-2024-56038 Overview

CVE-2024-56038 is a reflected Cross-Site Scripting (XSS) vulnerability in the catalinsendsms SendSMS plugin for WordPress. The flaw affects all versions of the plugin up to and including 1.2.9. The plugin fails to properly neutralize user-controllable input before reflecting it back in generated web pages, allowing attackers to inject arbitrary JavaScript [CWE-79].

The issue requires user interaction, typically convincing a victim to click a crafted link. Successful exploitation runs attacker-controlled script in the victim's browser session, with potential impact on confidentiality, integrity, and availability of the affected WordPress site.

Critical Impact

An unauthenticated attacker can execute arbitrary JavaScript in the browser of any user who interacts with a crafted SendSMS plugin URL, enabling session theft, admin account takeover, and persistent site compromise.

Affected Products

  • SendSMS WordPress plugin (sendsms) by catalinsendsms
  • All versions from initial release through 1.2.9
  • WordPress installations with the vulnerable plugin activated

Discovery Timeline

  • 2025-01-02 - CVE-2024-56038 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2024-56038

Vulnerability Analysis

The SendSMS plugin reflects request parameters into HTML responses without applying output encoding or sanitization. When a victim loads a URL containing crafted input, the plugin echoes that input directly into the rendered page, causing the browser to parse and execute injected script.

Reflected XSS in a WordPress administrative context is particularly impactful. If a logged-in administrator visits a malicious link, the injected script runs with that administrator's privileges, enabling actions such as creating new admin accounts, modifying plugin code, or installing persistent backdoors. The vulnerability changes scope because script executes within the trusted origin of the WordPress site.

The Exploit Prediction Scoring System (EPSS) places the probability of observed exploitation at 0.313%. No public proof-of-concept exploit code is currently catalogued, and the vulnerability is not listed on the CISA Known Exploited Vulnerabilities catalog.

Root Cause

The root cause is improper neutralization of input during web page generation. The plugin treats request data as safe HTML rather than escaping characters such as <, >, ", and ' before insertion into the response. WordPress provides functions like esc_html(), esc_attr(), and wp_kses() for context-appropriate escaping, but the affected code paths do not apply them.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker crafts a URL targeting a vulnerable plugin endpoint with a JavaScript payload embedded in a reflected parameter. The attacker then delivers this URL through phishing email, social media, or a malicious third-party site. When a victim with an active WordPress session clicks the link, the browser executes the payload in the site's origin. See the Patchstack Vulnerability Report for additional technical context.

// No verified public proof-of-concept code is available.
// The vulnerability is triggered by sending crafted input via a
// vulnerable plugin parameter that is reflected unsanitized into
// the HTML response.

Detection Methods for CVE-2024-56038

Indicators of Compromise

  • Web server access logs containing requests to SendSMS plugin endpoints with parameter values containing <script>, javascript:, onerror=, onload=, or URL-encoded equivalents (%3Cscript%3E).
  • Unexpected WordPress administrator accounts, modified theme or plugin files, or new scheduled tasks (wp_cron entries) following user interaction with suspicious links.
  • Outbound HTTP requests from administrator browsers to unknown domains immediately after visiting plugin URLs.

Detection Strategies

  • Inspect HTTP request and response pairs for the SendSMS plugin and flag responses that echo request parameters containing HTML or JavaScript tokens.
  • Deploy a Web Application Firewall (WAF) with rules matching common XSS payload patterns targeting WordPress plugin parameters.
  • Correlate phishing-style email or messaging telemetry with subsequent administrator clicks on links pointing to the WordPress site.

Monitoring Recommendations

  • Enable WordPress activity logging to capture administrator session activity, user creation events, and plugin or theme modifications.
  • Monitor browser security telemetry on administrator workstations for unexpected script execution or cross-origin requests originating from the WordPress domain.
  • Alert on changes to wp-config.php, plugin files, and the wp_users table outside scheduled maintenance windows.

How to Mitigate CVE-2024-56038

Immediate Actions Required

  • Update the SendSMS plugin to a release later than 1.2.9 as soon as the vendor publishes a patched version.
  • Deactivate and remove the SendSMS plugin from any WordPress site where it is not actively required.
  • Rotate WordPress administrator passwords and invalidate active sessions if administrators may have interacted with suspicious links.

Patch Information

At the time of NVD publication, the advisory lists affected versions through <= 1.2.9. Consult the Patchstack Vulnerability Report and the WordPress plugin repository for the latest fixed version and release notes before deploying updates.

Workarounds

  • Place a WAF in front of the WordPress site and enable signatures that block reflected XSS payloads on plugin endpoints.
  • Enforce a strict Content-Security-Policy HTTP response header that disallows inline scripts and restricts script sources to trusted origins.
  • Restrict administrative access to the WordPress dashboard by IP allowlist or VPN to reduce exposure of privileged sessions to phishing-delivered links.
bash
# Example: disable the vulnerable plugin via WP-CLI until a patch is applied
wp plugin deactivate sendsms
wp plugin delete sendsms

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechSendsms

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.31%

  • 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-79
  • Technical References
  • Patchstack Vulnerability Report
  • 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