Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-33510

CVE-2026-33510: Homarr Dashboard DOM-Based XSS Vulnerability

CVE-2026-33510 is a DOM-based cross-site scripting flaw in Homarr dashboard's login page that enables attackers to execute malicious JavaScript via crafted URLs. This article covers technical details, affected versions, and mitigation.

Published: April 10, 2026

CVE-2026-33510 Overview

A DOM-based Cross-Site Scripting (XSS) vulnerability has been discovered in Homarr, an open-source dashboard application. Prior to version 1.57.0, the application's /auth/login page improperly trusts a URL parameter (callbackUrl), which is passed to redirect and router.push functions. An attacker can craft a malicious link that, when opened by an authenticated user, performs a client-side redirect and executes arbitrary JavaScript in the context of their browser. This vulnerability could lead to credential theft, internal network pivoting, and unauthorized actions performed on behalf of the victim.

Critical Impact

Successful exploitation allows attackers to execute arbitrary JavaScript in the victim's browser, potentially stealing session tokens, capturing credentials, or performing actions on behalf of authenticated users within the Homarr dashboard.

Affected Products

  • Homarr versions prior to 1.57.0
  • Homarr open-source dashboard installations with /auth/login page exposed

Discovery Timeline

  • 2026-04-06 - CVE CVE-2026-33510 published to NVD
  • 2026-04-09 - Last updated in NVD database

Technical Details for CVE-2026-33510

Vulnerability Analysis

This DOM-based XSS vulnerability (CWE-87: Improper Neutralization of Alternate XSS Syntax) exists in the authentication flow of the Homarr dashboard. The core issue stems from insufficient validation of the callbackUrl parameter on the /auth/login page. When a user accesses the login page with a malicious callbackUrl parameter, the application processes this value through client-side redirect functions without proper sanitization.

The vulnerability is exploitable over the network and requires user interaction, specifically convincing an authenticated user to click a malicious link. Due to the changed scope of the vulnerability, successful exploitation can impact resources beyond the vulnerable component itself, potentially allowing attackers to pivot within internal networks where Homarr dashboards are commonly deployed.

Root Cause

The root cause lies in the improper handling of the callbackUrl URL parameter within the Homarr authentication mechanism. The application directly passes user-controlled input to client-side redirect functions (redirect and router.push) without adequate sanitization or validation. This allows attackers to inject JavaScript URLs or other malicious payloads that execute when the redirect occurs.

DOM-based XSS differs from traditional reflected or stored XSS in that the malicious payload never reaches the server—the vulnerability exists entirely in the client-side JavaScript that processes the URL parameter.

Attack Vector

The attack vector involves crafting a malicious URL that includes JavaScript code within the callbackUrl parameter. When an authenticated user clicks the malicious link:

  1. The user's browser loads the Homarr /auth/login page with the attacker-controlled callbackUrl
  2. The client-side JavaScript extracts the callbackUrl parameter value
  3. The application attempts to redirect using redirect or router.push with the malicious payload
  4. JavaScript execution occurs in the context of the victim's authenticated session

Attackers can leverage this vulnerability to steal session cookies, capture keystrokes, redirect users to phishing pages, or perform actions within the Homarr dashboard on behalf of the victim. Given that Homarr is commonly used to manage home server dashboards, successful exploitation could provide attackers with visibility into internal network infrastructure and connected services.

Detection Methods for CVE-2026-33510

Indicators of Compromise

  • Unusual requests to /auth/login containing javascript: protocol in the callbackUrl parameter
  • Requests with encoded or obfuscated JavaScript payloads in URL parameters
  • Suspicious redirect chains originating from the Homarr login page
  • External script loads or unexpected network requests initiated from Homarr pages

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block javascript: and data: protocols in URL parameters
  • Monitor HTTP access logs for requests to /auth/login with suspicious callbackUrl values containing special characters or encoding
  • Deploy Content Security Policy (CSP) headers to restrict inline script execution and report violations
  • Configure SentinelOne Singularity to monitor for anomalous browser behavior and script injection attempts

Monitoring Recommendations

  • Enable detailed logging for all authentication-related endpoints in Homarr
  • Set up alerting for requests containing URL-encoded JavaScript patterns in query parameters
  • Review CSP violation reports for attempts to execute inline scripts
  • Monitor for unusual session activity following login page access

How to Mitigate CVE-2026-33510

Immediate Actions Required

  • Upgrade Homarr to version 1.57.0 or later immediately
  • If immediate upgrade is not possible, consider temporarily restricting access to the Homarr dashboard to trusted networks only
  • Implement a strong Content Security Policy header to mitigate the impact of XSS attacks
  • Educate users about the risks of clicking untrusted links to the Homarr dashboard

Patch Information

This vulnerability is fixed in Homarr version 1.57.0. The patch addresses the improper handling of the callbackUrl parameter by implementing proper validation and sanitization before using the value in redirect functions. Organizations should upgrade to version 1.57.0 or later to fully remediate this vulnerability.

For detailed patch information and the security advisory, refer to the GitHub Security Advisory for GHSA-79pg-554g-rw82.

Workarounds

  • Deploy a reverse proxy with WAF capabilities to filter malicious callbackUrl parameter values
  • Implement network-level access controls to restrict Homarr dashboard access to trusted IP ranges
  • Add Content Security Policy headers via reverse proxy configuration to block inline JavaScript execution
  • Consider disabling public access to the Homarr instance until patching is complete
bash
# Example nginx configuration to add CSP headers
location / {
    add_header Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline';" always;
    proxy_pass http://homarr:7575;
}

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechHomarr

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityLow
  • CWE References
  • CWE-87
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-32602: Homarr Race Condition Vulnerability

  • CVE-2026-27797: Homarr Dashboard SSRF Vulnerability

  • CVE-2026-27796: Homarr Information Disclosure Vulnerability

  • CVE-2026-25123: Homarr Dashboard SSRF 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