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

CVE-2024-29004: SolarWinds Platform XSS Vulnerability

CVE-2024-29004 is a stored XSS vulnerability in SolarWinds Platform's web console requiring high-privileged access and user interaction. This article covers the technical details, affected versions, impact, and mitigation.

Updated: January 22, 2026

CVE-2024-29004 Overview

CVE-2024-29004 is a stored cross-site scripting (XSS) vulnerability affecting the SolarWinds Platform web console. This security flaw allows malicious script injection that persists within the application, potentially enabling attackers to execute arbitrary JavaScript code in the context of other users' browser sessions. While exploitation requires both high-privileged access and user interaction, successful attacks could lead to session hijacking, data theft, or further compromise of the monitoring infrastructure.

Critical Impact

Stored XSS in the SolarWinds Platform web console could allow attackers with high privileges to inject persistent malicious scripts, potentially compromising other users accessing the affected console pages.

Affected Products

  • SolarWinds Platform (versions prior to 2024.2)
  • SolarWinds Orion Platform web console components

Discovery Timeline

  • 2024-06-04 - CVE-2024-29004 published to NVD
  • 2025-02-26 - Last updated in NVD database

Technical Details for CVE-2024-29004

Vulnerability Analysis

This stored cross-site scripting vulnerability exists within the SolarWinds Platform web console interface. Unlike reflected XSS attacks that require victims to click malicious links, stored XSS payloads are permanently saved in the application's database and automatically execute when users view the compromised content. The attack requires adjacent network access and high-privilege authentication, limiting the attack surface but not eliminating risk in enterprise environments where multiple administrators share console access.

The vulnerability's exploitation model involves a privileged attacker injecting malicious JavaScript into a persistent storage location within the web console. When other users subsequently access the affected page, the malicious script executes in their browser context, potentially allowing the attacker to steal session tokens, perform actions on behalf of victims, or exfiltrate sensitive monitoring data.

Root Cause

The vulnerability stems from insufficient input sanitization and output encoding within the SolarWinds Platform web console (CWE-79). User-supplied input is stored in the application without proper validation and later rendered in web pages without adequate escaping, allowing HTML and JavaScript content to be interpreted by browsers rather than displayed as plain text.

Attack Vector

The attack requires adjacent network access and a high-privileged user account on the SolarWinds Platform. The attacker must have sufficient permissions to inject content into a stored location within the web console. Additionally, successful exploitation requires user interaction—another user must view the page containing the malicious payload for the script to execute.

Attack chain:

  1. Attacker authenticates to the SolarWinds Platform with high-privilege credentials
  2. Attacker identifies an input field that stores content without proper sanitization
  3. Malicious JavaScript payload is injected and stored in the application
  4. When other users access the affected page, the stored script executes in their browser context
  5. The attacker can then steal session cookies, capture keystrokes, or perform actions as the victim user

Detection Methods for CVE-2024-29004

Indicators of Compromise

  • Unexpected JavaScript or HTML content in SolarWinds Platform database fields or configuration entries
  • Unusual script execution patterns in browser developer tools when accessing the web console
  • Alert generation from web application firewalls detecting XSS payloads in traffic to the SolarWinds Platform
  • Reports from users experiencing unexpected behavior or redirects within the web console

Detection Strategies

  • Implement Content Security Policy (CSP) headers and monitor for policy violations indicating script injection attempts
  • Deploy web application firewall rules to detect and block common XSS payload patterns in requests to the SolarWinds Platform
  • Enable detailed logging on the SolarWinds Platform and review for suspicious input patterns from high-privileged accounts
  • Utilize browser-based XSS auditing and ensure modern security headers are enforced

Monitoring Recommendations

  • Regularly audit SolarWinds Platform user accounts with elevated privileges for unauthorized access or suspicious activity
  • Monitor network traffic to and from the SolarWinds Platform for anomalous patterns that may indicate data exfiltration
  • Implement session monitoring to detect potential session hijacking resulting from XSS exploitation
  • Review SolarWinds Platform audit logs for unusual content modifications by privileged users

How to Mitigate CVE-2024-29004

Immediate Actions Required

  • Upgrade the SolarWinds Platform to version 2024.2 or later, which contains the security fix for this vulnerability
  • Review and restrict high-privilege account access to minimize the potential attack surface
  • Implement network segmentation to limit adjacent network access to the SolarWinds Platform web console
  • Enable all available security logging and monitor for suspicious activity

Patch Information

SolarWinds has addressed this vulnerability in SolarWinds Platform version 2024.2. Organizations should upgrade to this version or later to remediate the stored XSS vulnerability. For detailed upgrade instructions and release notes, refer to the SolarWinds 2024-2 Release Notes. Additional security information is available in the SolarWinds Security Advisory for CVE-2024-29004.

Workarounds

  • Restrict access to the SolarWinds Platform web console to trusted network segments only
  • Implement strict role-based access control to minimize the number of high-privileged accounts
  • Deploy a web application firewall with XSS detection rules in front of the SolarWinds Platform
  • Enable Content Security Policy headers at the network or proxy level to reduce XSS impact
bash
# Example: Restrict SolarWinds Platform access via firewall rules
# Only allow trusted administrative subnets to access the web console
iptables -A INPUT -p tcp --dport 443 -s 10.0.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -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/TechSolarwinds Platform

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • SolarWinds 2024-2 Release Notes
  • Vendor Resources
  • SolarWinds Security Advisory CVE-2024-29004
  • Related CVEs
  • CVE-2024-52612: SolarWinds Platform XSS Vulnerability

  • CVE-2024-45717: SolarWinds Platform XSS Vulnerability

  • CVE-2024-28999: SolarWinds Platform Race Condition Flaw

  • CVE-2023-50395: SolarWinds Platform RCE 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