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
    • 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-2023-29489

CVE-2023-29489: cPanel XSS Vulnerability via cpsrvd Error

CVE-2023-29489 is a cross-site scripting vulnerability in cPanel that occurs on the cpsrvd error page via an invalid webcall ID. This article covers the technical details, affected versions, security impact, and mitigation.

Published: February 11, 2026

CVE-2023-29489 Overview

CVE-2023-29489 is a Cross-Site Scripting (XSS) vulnerability discovered in cPanel, one of the most widely deployed web hosting control panels. The vulnerability exists in the cpsrvd error page and can be triggered via an invalid webcall ID. This issue, tracked internally by cPanel as SEC-669, allows attackers to inject malicious scripts that execute in the context of a victim's browser session when they interact with a specially crafted URL.

Critical Impact

This XSS vulnerability potentially affects millions of websites running cPanel, enabling attackers to steal session cookies, redirect users to malicious sites, or perform actions on behalf of authenticated administrators.

Affected Products

  • cPanel versions before 11.109.9999.116
  • cPanel versions before 11.108.0.13
  • cPanel versions before 11.106.0.18
  • cPanel versions before 11.102.0.31

Discovery Timeline

  • April 27, 2023 - CVE-2023-29489 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-29489

Vulnerability Analysis

This Cross-Site Scripting vulnerability resides in cPanel's cpsrvd daemon, specifically within the error page handling mechanism. When a user accesses a URL containing an invalid webcall ID, the error page improperly reflects user-supplied input without adequate sanitization. This reflected XSS vulnerability allows an attacker to craft malicious URLs that, when visited by a victim, execute arbitrary JavaScript code within the victim's browser.

The vulnerability is particularly concerning due to cPanel's prevalence in the web hosting industry. Since cPanel is used to manage server configurations, databases, email accounts, and other sensitive operations, successful exploitation could lead to complete compromise of hosted websites and underlying server infrastructure.

Root Cause

The root cause of CVE-2023-29489 lies in insufficient input validation and output encoding within the cpsrvd error page handler. When processing webcall IDs, the application fails to properly sanitize special characters before including them in the error response. This allows HTML and JavaScript code to be injected and rendered by the victim's browser, violating the same-origin policy and enabling script execution in the context of the cPanel domain.

Attack Vector

The attack vector for this vulnerability is network-based and requires user interaction. An attacker crafts a malicious URL containing JavaScript payload within the webcall ID parameter. When a victim clicks on this link, the cpsrvd daemon generates an error page that includes the unsanitized payload, causing the browser to execute the attacker's script.

The vulnerability mechanism involves specially crafted requests to the cpsrvd daemon with invalid webcall IDs containing JavaScript payloads. When the error page is rendered, the malicious script executes within the victim's browser session. For detailed technical analysis, see the Assetnote Blog XSS Insight which provides comprehensive coverage of this vulnerability.

Detection Methods for CVE-2023-29489

Indicators of Compromise

  • Unusual URL patterns in web server access logs containing encoded JavaScript or HTML tags in webcall ID parameters
  • HTTP requests to cpsrvd endpoints with malformed or overly long webcall ID values
  • Error page responses containing unexpected script tags or event handlers
  • Client-side JavaScript execution originating from cPanel error pages

Detection Strategies

  • Monitor web application firewall (WAF) logs for XSS attack patterns targeting cPanel URLs
  • Implement Content Security Policy (CSP) headers to detect and block inline script execution
  • Review access logs for requests containing common XSS payloads like <script>, javascript:, or encoded variants
  • Deploy browser-based security tools that alert on unexpected script execution from error pages

Monitoring Recommendations

  • Enable verbose logging on cPanel instances to capture full request URLs including query parameters
  • Configure SIEM rules to alert on multiple requests with suspicious characters in webcall ID parameters
  • Monitor for session hijacking indicators such as unexpected cookie exfiltration or session token usage from different IP addresses
  • Implement real-time alerting for error page access patterns that deviate from baseline behavior

How to Mitigate CVE-2023-29489

Immediate Actions Required

  • Update cPanel to the latest patched version immediately (11.109.9999.116, 11.108.0.13, 11.106.0.18, or 11.102.0.31 depending on your version track)
  • Implement a Web Application Firewall with XSS filtering rules to provide defense-in-depth protection
  • Review access logs for any indicators of exploitation attempts prior to patching
  • Notify users and administrators to be cautious of clicking unknown links that point to cPanel management interfaces

Patch Information

cPanel has released security updates addressing this vulnerability across multiple version tracks. The fixed versions are 11.109.9999.116, 11.108.0.13, 11.106.0.18, and 11.102.0.31. Organizations should identify their current cPanel version track and apply the corresponding update. Detailed patch information is available in the cPanel Forum Full Disclosure.

Workarounds

  • Deploy a reverse proxy or WAF in front of cPanel to filter requests containing XSS payloads in webcall ID parameters
  • Implement strict Content Security Policy headers on cPanel instances to prevent inline script execution
  • Restrict access to cPanel management interfaces to trusted IP addresses only using firewall rules
  • Consider using browser isolation technologies for administrative access to cPanel
bash
# Example: Add CSP header in Apache configuration for cPanel
# Add to /etc/apache2/conf.d/csp.conf or equivalent
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'"

# Example: IP-based access restriction in iptables
iptables -A INPUT -p tcp --dport 2083 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 2083 -j DROP

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechCpanel

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability92.93%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • Assetnote Blog XSS Insight
  • Vendor Resources
  • cPanel Forum Full Disclosure
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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