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

CVE-2024-45717: SolarWinds Platform XSS Vulnerability

CVE-2024-45717 is a cross-site scripting flaw in SolarWinds Platform affecting the search and node information sections. This authenticated vulnerability requires user interaction to exploit.

Updated: January 22, 2026

CVE-2024-45717 Overview

A Cross-Site Scripting (XSS) vulnerability has been identified in the SolarWinds Platform affecting the search and node information sections of the user interface. This vulnerability allows an authenticated attacker to inject malicious scripts that execute in the context of a victim user's browser session. While the vulnerability requires both authentication and user interaction to exploit, successful exploitation could lead to session hijacking, credential theft, or unauthorized actions performed on behalf of the victim user.

Critical Impact

Authenticated attackers on the adjacent network can execute malicious scripts in victim browsers, potentially compromising session data and enabling further attacks against the SolarWinds Platform infrastructure.

Affected Products

  • SolarWinds Platform (versions prior to 2024.4.1)
  • SolarWinds Orion Platform components utilizing the vulnerable search interface
  • SolarWinds Platform node information display modules

Discovery Timeline

  • 2024-12-04 - CVE-2024-45717 published to NVD
  • 2025-02-06 - Last updated in NVD database

Technical Details for CVE-2024-45717

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting. The flaw exists within the search functionality and node information display components of the SolarWinds Platform user interface. When user-supplied input is processed by these components, insufficient sanitization allows specially crafted input containing JavaScript code to be reflected back to users and executed within their browser context.

The attack requires the adversary to be on an adjacent network and possess valid authentication credentials. Additionally, victim interaction is necessary for successful exploitation, as the malicious payload must be triggered through specific user actions such as clicking a crafted link or viewing manipulated search results.

Root Cause

The root cause of CVE-2024-45717 lies in inadequate input validation and output encoding within the SolarWinds Platform's web interface. The search and node information sections fail to properly sanitize user-controlled input before rendering it in the HTML response. This oversight allows attackers to inject arbitrary HTML and JavaScript content that the browser interprets as legitimate code, rather than treating it as data to be displayed.

Attack Vector

The attack vector for this vulnerability requires an attacker to be positioned on an adjacent network segment (such as the same local network or VLAN) as the target SolarWinds Platform deployment. The attacker must first authenticate to the platform, then craft a malicious payload containing JavaScript code designed to execute when processed by the vulnerable search or node information components.

The exploitation typically follows this pattern: the attacker injects a malicious script through the search interface or node information fields, then entices a victim user with higher privileges to interact with the crafted content. When the victim's browser renders the unsanitized input, the malicious script executes with the victim's session privileges, potentially allowing the attacker to steal session tokens, modify data, or perform administrative actions.

Detection Methods for CVE-2024-45717

Indicators of Compromise

  • Unusual JavaScript patterns in URL parameters or search queries submitted to the SolarWinds Platform
  • HTTP requests containing encoded script tags (<script>, %3Cscript%3E) in search fields or node information inputs
  • Unexpected outbound connections from user browsers following SolarWinds Platform access
  • Authentication anomalies or session token usage from unexpected IP addresses

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block common XSS payloads in requests to SolarWinds Platform endpoints
  • Monitor HTTP access logs for suspicious patterns including encoded HTML entities and JavaScript event handlers
  • Deploy browser-based security controls to detect script injection attempts
  • Utilize SentinelOne's Singularity Platform to monitor for post-exploitation behavior indicative of compromised user sessions

Monitoring Recommendations

  • Enable detailed logging for the SolarWinds Platform search and node information API endpoints
  • Configure alerting for high volumes of failed or suspicious search queries from individual users
  • Monitor for unusual administrative actions that may indicate session hijacking
  • Review browser console logs for JavaScript errors that may indicate attempted XSS exploitation

How to Mitigate CVE-2024-45717

Immediate Actions Required

  • Upgrade SolarWinds Platform to version 2024.4.1 or later, which contains the security fix for this vulnerability
  • Review and restrict network access to the SolarWinds Platform to authorized users and network segments only
  • Implement Content Security Policy (CSP) headers to mitigate XSS impact if immediate patching is not possible
  • Educate users about the risks of clicking suspicious links related to the SolarWinds Platform

Patch Information

SolarWinds has released a security patch addressing this vulnerability in SolarWinds Platform version 2024.4.1. Organizations should prioritize applying this update to remediate the XSS vulnerability. The patch includes improved input validation and output encoding for the affected search and node information components. For detailed release notes and upgrade instructions, refer to the SolarWinds Platform Release Notes. Additional information is available in the SolarWinds Security Advisory for CVE-2024-45717.

Workarounds

  • Restrict SolarWinds Platform access to trusted network segments using firewall rules or network segmentation
  • Implement strict Content Security Policy headers to prevent inline script execution
  • Limit user permissions to reduce the impact of potential session compromise
  • Deploy a web application firewall with XSS protection rules in front of the SolarWinds Platform
bash
# Example: Content Security Policy header configuration for Apache
# Add to httpd.conf or .htaccess to mitigate XSS impact
Header set Content-Security-Policy "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.24%

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

  • CVE-2024-52612: 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