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-2026-28298

CVE-2026-28298: SolarWinds Observability XSS Vulnerability

CVE-2026-28298 is a stored cross-site scripting flaw in SolarWinds Observability Self-Hosted that enables attackers to execute malicious scripts. This article covers technical details, affected versions, and mitigation.

Published: March 27, 2026

CVE-2026-28298 Overview

SolarWinds Observability Self-Hosted was found to be affected by a stored cross-site scripting (XSS) vulnerability, which when exploited, can lead to unintended script execution. This vulnerability allows attackers with high privileges on an adjacent network to inject malicious scripts that persist in the application and execute when other users access the affected content.

Critical Impact

Successful exploitation could lead to unauthorized access to sensitive data, session hijacking, and potential compromise of user credentials within the SolarWinds Observability environment.

Affected Products

  • SolarWinds Observability Self-Hosted (versions prior to 2026.1.1)

Discovery Timeline

  • 2026-03-26 - CVE-2026-28298 published to NVD
  • 2026-03-26 - Last updated in NVD database

Technical Details for CVE-2026-28298

Vulnerability Analysis

This stored cross-site scripting (XSS) vulnerability (CWE-79) affects SolarWinds Observability Self-Hosted. The attack requires the attacker to be on an adjacent network and possess high-level privileges within the application. User interaction is required for successful exploitation, meaning a victim must view the page containing the malicious script.

The vulnerability enables attackers to store malicious JavaScript code within the application's database or storage layer. When legitimate users subsequently access pages that render this stored content, the malicious scripts execute within their browser context. This can result in high impact to both confidentiality and integrity, as attackers can potentially steal session tokens, modify displayed content, or perform actions on behalf of the victim user.

Root Cause

The root cause of this vulnerability is insufficient input sanitization and output encoding within the SolarWinds Observability Self-Hosted application. User-supplied input is stored without proper validation and subsequently rendered to other users without adequate encoding, allowing embedded script content to execute in the victim's browser context.

Attack Vector

The attack vector requires adjacency to the target network and elevated privileges within the SolarWinds Observability application. An authenticated attacker with high-level permissions can inject malicious script payloads into input fields or data storage areas that are later displayed to other users. The stored nature of this XSS variant means the malicious payload persists across sessions and can affect multiple users who view the compromised content.

The vulnerability manifests in areas where user input is stored and later rendered without proper sanitization. See the SolarWinds Security Advisory for technical details and specific affected components.

Detection Methods for CVE-2026-28298

Indicators of Compromise

  • Unusual JavaScript execution patterns in browser developer tools when accessing SolarWinds Observability pages
  • Unexpected outbound network requests from the SolarWinds web interface to unknown domains
  • Modified or suspicious content appearing in stored data fields that may contain script tags or event handlers
  • User reports of unexpected browser behavior or pop-ups when using the Observability interface

Detection Strategies

  • Review web application logs for suspicious input patterns containing script tags, event handlers, or encoded JavaScript
  • Implement Content Security Policy (CSP) headers to detect and report script injection attempts
  • Monitor for unusual authentication or session activity that could indicate session token theft
  • Conduct periodic code reviews and security scans of stored content for XSS payloads

Monitoring Recommendations

  • Enable verbose logging for the SolarWinds Observability Self-Hosted application
  • Configure web application firewalls (WAF) to detect and alert on XSS patterns
  • Monitor user session activity for anomalies that could indicate compromise
  • Set up alerts for multiple failed or unusual authentication attempts following XSS-like activity

How to Mitigate CVE-2026-28298

Immediate Actions Required

  • Update SolarWinds Observability Self-Hosted to version 2026.1.1 or later as documented in the release notes
  • Audit recent changes to stored data for suspicious script content
  • Review privileged user activity logs for signs of malicious input injection
  • Implement Content Security Policy headers to mitigate script execution risks

Patch Information

SolarWinds has released a security update addressing this vulnerability. Organizations should upgrade to SolarWinds Observability Self-Hosted version 2026.1.1 or later. Detailed patch information is available in the SolarWinds Orion Release Notes and the SolarWinds Security Advisory for CVE-2026-28298.

Workarounds

  • Restrict network access to the SolarWinds Observability interface to trusted segments only
  • Limit the number of users with high-level administrative privileges
  • Implement strict Content Security Policy (CSP) headers to prevent inline script execution
  • Consider using a web application firewall (WAF) with XSS filtering capabilities as an additional layer of defense
bash
# Example CSP header configuration for Apache
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; frame-ancestors 'self';"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechSolarwinds

  • SeverityMEDIUM

  • CVSS Score5.9

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • SolarWinds Orion Release Notes

  • SolarWinds Security Advisory CVE-2026-28298
  • Related CVEs
  • CVE-2026-28297: SolarWinds Observability Stored XSS Flaw

  • CVE-2025-40552: SolarWinds Web Help Desk Auth Bypass

  • CVE-2025-40553: SolarWinds Web Help Desk RCE Vulnerability

  • CVE-2025-40537: SolarWinds Web Help Desk Auth Bypass
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