A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-5808

CVE-2026-5808: openstatusHQ openstatus XSS Vulnerability

CVE-2026-5808 is a cross-site scripting vulnerability in openstatusHQ openstatus affecting the Onboarding Endpoint. Attackers can exploit the callbackURL parameter remotely. This article covers technical details, impact, and mitigation.

Published: April 10, 2026

CVE-2026-5808 Overview

A DOM-based Cross-Site Scripting (XSS) vulnerability was discovered in openstatusHQ openstatus affecting the onboarding endpoint component. The vulnerability exists in the file apps/dashboard/src/app/(dashboard)/onboarding/client.tsx where improper handling of the callbackURL parameter allows attackers to inject malicious scripts. The manipulation of this argument enables cross-site scripting attacks that can be launched remotely. This product operates on a rolling release basis with continuous delivery, meaning there are no traditional version numbers for affected or patched releases.

Critical Impact

Remote attackers can exploit inadequate URL validation in the onboarding flow to execute arbitrary JavaScript in victims' browsers, potentially leading to session hijacking, credential theft, or phishing attacks.

Affected Products

  • openstatusHQ openstatus (commits up to 1b678e71a85961ae319cbb214a8eae634059330c)
  • OpenStatus Dashboard Application - Onboarding Component
  • Installations using the affected client.tsx onboarding endpoint

Discovery Timeline

  • April 8, 2026 - CVE-2026-5808 published to NVD
  • April 8, 2026 - Last updated in NVD database

Technical Details for CVE-2026-5808

Vulnerability Analysis

This DOM-based XSS vulnerability stems from insufficient validation of the callbackURL parameter in the OpenStatus dashboard onboarding workflow. The vulnerable component is a React/TypeScript file that handles user redirection after completing the onboarding process. Prior to the patch, the application failed to verify that redirect URLs were same-origin and used safe protocols, allowing attackers to craft malicious URLs that could execute JavaScript or redirect users to attacker-controlled domains.

The attack is network-accessible and requires user interaction, as victims must click on a maliciously crafted link containing the poisoned callbackURL parameter. When the vulnerable code processes this parameter, it can lead to the execution of attacker-supplied scripts within the context of the authenticated user's session.

Root Cause

The root cause is insufficient input validation in the URL handling logic of the onboarding client component. The original implementation only checked if the URL pathname was empty or root (/), but did not validate:

  1. Whether the redirect URL pointed to the same origin as the application
  2. Whether the URL protocol was restricted to safe values (http: or https:)
  3. Whether relative paths started with a forward slash to prevent protocol-based attacks

This allowed attackers to bypass the minimal validation and inject URLs with malicious protocols (such as javascript:) or redirect users to external malicious sites.

Attack Vector

The attack vector involves crafting a malicious URL containing a specially crafted callbackURL parameter. An attacker could distribute this link through phishing emails, social media, or other channels. When a victim clicks the link and completes or interacts with the onboarding flow, the malicious callback URL is processed, potentially executing JavaScript in the victim's browser context or redirecting them to an attacker-controlled site.

text
// Security patch showing the fix for DOM-based XSS
     try {
       const url = new URL(callbackUrl, window.location.origin);
       if (url.pathname === "/" || url.pathname === "") return;
+      // Only allow same-origin redirects with safe protocols
+      if (url.origin !== window.location.origin) return;
+      if (url.protocol !== "http:" && url.protocol !== "https:") return;
       router.push(callbackUrl);
     } catch {
       // If callbackUrl is a relative path, check it directly
       if (callbackUrl === "/" || callbackUrl === "") return;
+      // Only allow paths starting with / to prevent protocol-based attacks
+      if (!callbackUrl.startsWith("/")) return;
       router.push(callbackUrl);
     }
   }, [callbackUrl, router]);

Source: GitHub OpenStatus Commit

Detection Methods for CVE-2026-5808

Indicators of Compromise

  • Requests to onboarding endpoints containing suspicious callbackURL parameters with javascript: protocol
  • URLs containing encoded JavaScript payloads in the callback parameter
  • Unusual redirect patterns in application logs showing external domains in callback URLs
  • Client-side errors related to blocked script execution in browser console logs

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block requests containing javascript: or data: protocols in URL parameters
  • Monitor application logs for abnormal callback URL patterns that don't match expected internal paths
  • Deploy Content Security Policy (CSP) headers to restrict inline script execution and report violations
  • Use browser-based XSS detection mechanisms and audit tools to identify DOM manipulation attempts

Monitoring Recommendations

  • Enable verbose logging for the onboarding endpoint to capture all callbackURL parameter values
  • Set up alerts for CSP violation reports that may indicate XSS exploitation attempts
  • Monitor for unusual user session activity following onboarding flow completion
  • Review referrer headers to identify potential phishing campaigns distributing malicious links

How to Mitigate CVE-2026-5808

Immediate Actions Required

  • Update to the patched version by pulling the latest commit from the OpenStatus repository containing fix 43d9b2b9ef8ae1a98f9bdc8a9f86d6a3dfaa2dfb
  • Review application logs for any historical exploitation attempts using suspicious callback URLs
  • Implement Content Security Policy headers to provide defense-in-depth against XSS attacks
  • Notify users who may have been exposed to phishing attempts leveraging this vulnerability

Patch Information

The vulnerability has been addressed in commit 43d9b2b9ef8ae1a98f9bdc8a9f86d6a3dfaa2dfb. Since OpenStatus operates on a rolling release model, users should pull the latest version from the OpenStatus GitHub repository. The patch adds proper origin validation and protocol restrictions to the callback URL handling logic. The related pull request #1981 contains additional context about the fix. The vendor responded professionally and released the fix promptly after disclosure.

Workarounds

  • Implement a reverse proxy or WAF rule to strip or validate callbackURL parameters before they reach the application
  • Temporarily disable the onboarding redirect functionality if not critical to operations
  • Add server-side validation of callback URLs as an additional security layer
  • Deploy strict Content Security Policy headers to mitigate the impact of any successful XSS exploitation
bash
# Example CSP header configuration to mitigate XSS risks
# Add to your web server configuration (nginx example)
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'self'; form-action 'self';" always;

# WAF rule example to block javascript: protocol in parameters
# ModSecurity rule
SecRule ARGS "@contains javascript:" "id:100001,phase:2,deny,status:403,msg:'Potential XSS attempt blocked'"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechOpenstatus

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Gist Resource

  • GitHub OpenStatus Repository

  • GitHub OpenStatus Commit

  • GitHub OpenStatus Pull Request

  • VulDB Submission #787321

  • VulDB #356245

  • VulDB #356245 CTI
  • Latest CVEs
  • CVE-2026-9813: FlowIntel SSRF Vulnerability

  • CVE-2026-4377: D-Link DWR-X1820 Auth Bypass Vulnerability

  • CVE-2026-47074: ex_aws_sns Auth Bypass Vulnerability

  • CVE-2026-46241: Linux Kernel Use-After-Free Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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