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

CVE-2026-27177: MajorDoMo Stored XSS Vulnerability

CVE-2026-27177 is a stored XSS vulnerability in MajorDoMo that enables attackers to inject malicious scripts via unauthenticated endpoints. This article covers the technical details, affected versions, impact, and mitigation.

Published: February 20, 2026

CVE-2026-27177 Overview

MajorDoMo (aka Major Domestic Module) contains a stored cross-site scripting (XSS) vulnerability via the /objects/?op=set endpoint, which is intentionally unauthenticated for IoT device integration. User-supplied property values are stored raw in the database without sanitization. When an administrator views the property editor in the admin panel, the stored values are rendered without escaping in both a paragraph tag (SOURCE field) and a textarea element (VALUE field). The XSS fires on page load without requiring any click from the admin.

Additionally, the session cookie lacks the HttpOnly flag, enabling session hijack via document.cookie exfiltration. An attacker can enumerate properties via the unauthenticated /api.php/data/ endpoint and poison any property with malicious JavaScript.

Critical Impact

Unauthenticated attackers can inject persistent JavaScript payloads that execute automatically when administrators access the admin panel, potentially leading to session hijacking and full administrative account takeover.

Affected Products

  • MajorDoMo (Major Domestic Module) - Home Automation Platform
  • MajorDoMo installations with exposed /objects/?op=set endpoint
  • MajorDoMo deployments accessible from untrusted networks

Discovery Timeline

  • 2026-02-18 - CVE-2026-27177 published to NVD
  • 2026-02-19 - Last updated in NVD database

Technical Details for CVE-2026-27177

Vulnerability Analysis

This stored XSS vulnerability (CWE-79) exists due to insufficient input validation and output encoding in MajorDoMo's property management system. The /objects/?op=set endpoint was intentionally designed without authentication to facilitate IoT device integration, creating an attack surface that allows remote unauthenticated attackers to inject malicious payloads.

The vulnerability is particularly dangerous because the injected JavaScript executes automatically when an administrator loads the property editor page—no user interaction beyond page navigation is required. The lack of the HttpOnly flag on session cookies compounds the risk by enabling straightforward session token theft through document.cookie access.

Root Cause

The root cause stems from a design decision to leave the /objects/?op=set endpoint unauthenticated combined with missing input sanitization and output encoding. User-supplied property values are stored directly in the database without any filtering or encoding. When these values are subsequently rendered in the admin panel, they are output directly into HTML elements (paragraph tags and textarea elements) without proper escaping, allowing arbitrary JavaScript execution in the administrator's browser context.

Attack Vector

An attacker can exploit this vulnerability through the following network-based attack chain:

  1. Reconnaissance: The attacker enumerates available properties by querying the unauthenticated /api.php/data/ endpoint to discover valid property names and current values.

  2. Payload Injection: Using the unauthenticated /objects/?op=set endpoint, the attacker submits a crafted request containing malicious JavaScript in a property value field.

  3. Persistence: The malicious payload is stored raw in the MajorDoMo database without any sanitization.

  4. Execution: When an administrator navigates to the property editor in the admin panel, the stored payload is rendered without escaping in both the SOURCE paragraph tag and VALUE textarea element, causing the JavaScript to execute immediately on page load.

  5. Session Hijacking: Due to the missing HttpOnly flag on session cookies, the attacker's JavaScript can access document.cookie and exfiltrate the administrator's session token to an attacker-controlled server, enabling full account takeover.

For detailed technical analysis and proof-of-concept information, refer to the Chocapikk Blog Post and the VulnCheck Security Advisory.

Detection Methods for CVE-2026-27177

Indicators of Compromise

  • Unexpected or suspicious JavaScript code appearing in property values within the MajorDoMo database
  • HTTP requests to /objects/?op=set from external IP addresses or unexpected sources containing script tags or JavaScript event handlers
  • Outbound connections from administrator browsers to unknown external domains during admin panel access
  • Unusual modifications to property values, particularly those containing encoded script content or event handlers

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block requests containing XSS payloads targeting the /objects/?op=set endpoint
  • Monitor access logs for suspicious patterns of requests to /api.php/data/ followed by /objects/?op=set from the same source IP
  • Deploy browser-based XSS detection tools or Content Security Policy (CSP) violation reporting to identify script execution anomalies
  • Audit database property values regularly for unexpected HTML/JavaScript content

Monitoring Recommendations

  • Enable detailed logging for all requests to the /objects/ and /api.php/ endpoints
  • Configure alerts for requests containing common XSS payload patterns such as <script>, javascript:, or event handlers like onerror
  • Monitor network traffic for session cookie exfiltration attempts to external domains
  • Implement anomaly detection for administrator session activity following admin panel access

How to Mitigate CVE-2026-27177

Immediate Actions Required

  • Restrict network access to the /objects/?op=set endpoint to trusted IoT devices and internal networks only using firewall rules or reverse proxy configurations
  • Implement authentication requirements for the /objects/?op=set endpoint if operationally feasible
  • Add the HttpOnly flag to session cookies to prevent JavaScript-based session token theft
  • Review and sanitize existing property values in the database for malicious content

Patch Information

A fix has been submitted via GitHub Pull Request #1177. Organizations should monitor this pull request for merge status and apply the patch once available. Review the VulnCheck Security Advisory for the latest remediation guidance.

Workarounds

  • Deploy a reverse proxy or web application firewall to filter incoming requests to /objects/?op=set for XSS patterns and restrict access by source IP
  • Implement Content Security Policy (CSP) headers to prevent inline script execution and restrict script sources to trusted domains
  • Manually configure session cookies with the HttpOnly and Secure flags at the web server level if application-level changes are not immediately possible
  • Isolate the MajorDoMo instance on a dedicated network segment accessible only from trusted internal systems
bash
# Example: Restrict access to vulnerable endpoint via nginx
location /objects/ {
    # Allow only trusted IoT device network
    allow 192.168.10.0/24;
    deny all;
    
    proxy_pass http://majordomo_backend;
}

# Add security headers
add_header Content-Security-Policy "default-src 'self'; script-src 'self';" always;
add_header X-Content-Type-Options "nosniff" always;
add_header X-XSS-Protection "1; mode=block" always;

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechMajordomo

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:L/VI:L/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
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • Chocapikk Blog Post

  • GitHub Pull Request

  • VulnCheck Security Advisory
  • Related CVEs
  • CVE-2026-27178: MajorDoMo Stored XSS Vulnerability

  • CVE-2026-27176: MajorDoMo Reflected XSS Vulnerability

  • CVE-2026-27175: MajorDoMo OS Command Injection RCE Flaw

  • CVE-2026-27179: MajorDoMo SQL Injection 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