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

CVE-2024-52612: SolarWinds Platform XSS Vulnerability

CVE-2024-52612 is a reflected XSS vulnerability in SolarWinds Platform caused by insufficient input sanitization. While it requires high-privileged authentication, it poses security risks. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: January 28, 2026

CVE-2024-52612 Overview

CVE-2024-52612 is a reflected cross-site scripting (XSS) vulnerability affecting the SolarWinds Platform. The vulnerability stems from insufficient sanitization of input parameters, allowing attackers to inject malicious scripts into web pages viewed by other users. While the vulnerability requires authentication with a high-privileged account to exploit, successful attacks could compromise session tokens, manipulate displayed content, or perform actions on behalf of authenticated administrators.

Critical Impact

Authenticated attackers with high-privileged access can inject malicious scripts via insufficiently sanitized input parameters, potentially leading to session hijacking or administrative action manipulation within the SolarWinds Platform.

Affected Products

  • SolarWinds Platform (versions prior to 2025.1)

Discovery Timeline

  • 2025-02-11 - CVE-2024-52612 published to NVD
  • 2025-02-25 - Last updated in NVD database

Technical Details for CVE-2024-52612

Vulnerability Analysis

This reflected XSS vulnerability (CWE-79) exists due to improper neutralization of user-controlled input before it is rendered in web pages served by the SolarWinds Platform. When a high-privileged user accesses a specially crafted URL containing malicious JavaScript, the application fails to properly encode or sanitize the input parameters before reflecting them in the HTTP response. This allows the injected script to execute within the security context of the victim's browser session.

The network-based attack vector means exploitation can occur remotely, though it requires user interaction—specifically, a privileged administrator must be tricked into clicking a malicious link. The scope is changed, meaning the vulnerable component (SolarWinds Platform) can impact resources beyond its security scope, potentially affecting other components or systems accessible through the administrator's session.

Root Cause

The root cause of CVE-2024-52612 is insufficient input validation and output encoding within the SolarWinds Platform. User-supplied data from HTTP request parameters is not properly sanitized before being included in dynamically generated web content. Without proper encoding of special characters (such as <, >, ", and '), malicious JavaScript can be injected and executed when the page is rendered in a victim's browser.

Attack Vector

The attack requires an authenticated attacker with high-privileged access to craft a malicious URL containing JavaScript payload in vulnerable parameters. The attacker must then convince another high-privileged administrator to click the link through social engineering techniques such as phishing emails or messages. When the victim accesses the crafted URL while authenticated to the SolarWinds Platform, the malicious script executes in their browser context, potentially allowing:

  • Session token theft via document.cookie access
  • Keylogging of administrator credentials
  • Modification of displayed page content
  • Unauthorized actions performed on behalf of the victim administrator

The vulnerability is a reflected XSS attack, meaning the malicious payload is delivered via the HTTP request and immediately reflected back in the response without being stored on the server.

Detection Methods for CVE-2024-52612

Indicators of Compromise

  • Unusual or suspicious URL patterns in SolarWinds Platform access logs containing encoded JavaScript or HTML tags
  • HTTP requests with atypical query string parameters containing <script>, javascript:, or event handlers like onerror and onload
  • Authentication logs showing legitimate administrator sessions accessing unfamiliar or malformed URLs
  • Reports from users about unexpected browser behavior or prompts when accessing SolarWinds Platform

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block common XSS payloads in HTTP requests targeting the SolarWinds Platform
  • Enable detailed HTTP request logging and monitor for encoded or obfuscated JavaScript in URL parameters
  • Deploy SentinelOne Singularity XDR to detect anomalous browser behavior and script injection attempts in real-time
  • Configure SIEM correlation rules to alert on multiple failed or suspicious requests to the SolarWinds Platform from unusual IP addresses

Monitoring Recommendations

  • Monitor SolarWinds Platform access logs for URL parameters containing encoded special characters (%3C, %3E, %22, %27) or JavaScript keywords
  • Track administrator session activity for signs of session hijacking or unusual geographic access patterns
  • Enable Content Security Policy (CSP) violation reporting to detect attempted script injection
  • Review browser console errors and network traffic for signs of blocked or executed inline scripts

How to Mitigate CVE-2024-52612

Immediate Actions Required

  • Upgrade to SolarWinds Platform version 2025.1 or later, which contains the security fix for this vulnerability
  • Educate high-privileged administrators about phishing risks and the importance of not clicking suspicious links
  • Implement Content Security Policy (CSP) headers to restrict inline script execution as a defense-in-depth measure
  • Review access logs for any signs of exploitation attempts prior to patching

Patch Information

SolarWinds has addressed this vulnerability in SolarWinds Platform version 2025.1. Organizations should upgrade to this version or later as soon as possible. Detailed patch information is available in the SolarWinds Platform 2025.1 Release Notes and the SolarWinds Security Advisory CVE-2024-52612.

Workarounds

  • Restrict network access to the SolarWinds Platform administrative interface to trusted IP ranges only
  • Implement strong Content Security Policy headers with strict script-src directives to block inline script execution
  • Use browser extensions or enterprise policies that block execution of scripts from untrusted sources
  • Limit the number of high-privileged accounts and enforce multi-factor authentication (MFA) for all administrative access
bash
# Example: Add Content Security Policy header in IIS web.config as defense-in-depth
# Location: SolarWinds Platform web.config file

# Add under <system.webServer><httpProtocol><customHeaders>
# <add name="Content-Security-Policy" value="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'" />

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.8

  • EPSS Probability0.18%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/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 Platform 2025.1 Release Notes
  • Vendor Resources
  • SolarWinds Security Advisory CVE-2024-52612
  • Related CVEs
  • CVE-2024-29004: 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