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

CVE-2026-26272: Homebox Stored XSS Vulnerability

CVE-2026-26272 is a stored cross-site scripting flaw in Homebox that allows attackers to upload malicious files with executable JavaScript. This article covers the technical details, affected versions, and mitigation steps.

Published: March 6, 2026

CVE-2026-26272 Overview

CVE-2026-26272 is a stored cross-site scripting (XSS) vulnerability in HomeBox, a home inventory and organization system. The vulnerability exists in the item attachment upload functionality, where the application fails to properly validate or restrict uploaded file types. This allows an authenticated user to upload malicious HTML or SVG files containing executable JavaScript, which then executes in the context of the application's origin when accessed by other users.

Critical Impact

Authenticated attackers can upload malicious files that execute JavaScript in victims' browsers, potentially leading to session hijacking, data theft, or unauthorized actions within the HomeBox application.

Affected Products

  • Sysadminsmedia HomeBox versions prior to 0.24.0-rc.1

Discovery Timeline

  • 2026-03-03 - CVE-2026-26272 published to NVD
  • 2026-03-05 - Last updated in NVD database

Technical Details for CVE-2026-26272

Vulnerability Analysis

This stored XSS vulnerability stems from insufficient input validation in the file upload mechanism of HomeBox. When users upload attachments to inventory items, the application does not enforce restrictions on file types that could contain executable content. File formats such as HTML and SVG can embed JavaScript code that executes when the file is rendered by a web browser.

The attack requires authentication, meaning an attacker must have valid credentials to the HomeBox instance. However, once a malicious file is uploaded, it persists on the server and can affect any user who accesses the attachment through direct links. The JavaScript executes within the same origin as the HomeBox application, granting the malicious script access to session cookies, DOM content, and the ability to perform actions on behalf of the victim.

Root Cause

The root cause of CVE-2026-26272 is the lack of proper file type validation and content sanitization in the attachment upload handler. The application accepts file uploads without verifying that the content type is safe for direct browser rendering. Additionally, uploaded files are served without appropriate Content-Disposition headers that would force downloads rather than inline rendering.

Attack Vector

The attack is network-based and requires low privileges (authenticated user access). An attacker uploads a crafted SVG or HTML file containing malicious JavaScript to an inventory item attachment. When another user clicks on the attachment link, their browser renders the file and executes the embedded script. The malicious script runs with the same permissions as the HomeBox application, enabling session theft, phishing overlays, or automated actions against the victim's account.

The vulnerability mechanism involves crafting an SVG file with embedded <script> tags or event handlers (such as onload), or an HTML file with inline JavaScript. When served directly by the application without proper Content-Type headers or download enforcement, browsers interpret and execute the embedded code. For detailed technical analysis, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-26272

Indicators of Compromise

  • Uploaded attachments with .svg, .html, or .htm extensions containing script content
  • Attachment files with suspicious embedded JavaScript patterns such as <script>, onerror=, onload=, or javascript: URIs
  • Unusual access patterns to attachment URLs from unexpected IP addresses
  • Session anomalies or unauthorized actions following attachment access

Detection Strategies

  • Implement file upload monitoring to flag HTML and SVG file uploads to the attachments directory
  • Deploy web application firewall (WAF) rules to detect script injection patterns in uploaded content
  • Enable logging of attachment access events with user agent and referrer information
  • Use content inspection tools to scan uploaded files for embedded executable content

Monitoring Recommendations

  • Monitor server logs for requests to attachment endpoints containing suspicious file extensions
  • Set up alerts for multiple failed authentication attempts followed by successful attachment uploads
  • Track cross-user access patterns to uploaded attachments that may indicate exploitation attempts
  • Review application logs for unexpected JavaScript errors that may indicate XSS payload execution failures

How to Mitigate CVE-2026-26272

Immediate Actions Required

  • Upgrade HomeBox to version 0.24.0-rc.1 or later immediately
  • Audit existing attachments for potentially malicious HTML, SVG, or other script-capable file types
  • Remove or quarantine any suspicious uploaded files identified during the audit
  • Notify users to avoid accessing unknown or suspicious attachment links until the patch is applied

Patch Information

The vulnerability is fixed in HomeBox version 0.24.0-rc.1. The patch implements proper file type validation and content handling for uploaded attachments. For detailed patch changes, refer to the GitHub commit. The security advisory with additional context is available at GHSA-55fv-9q6q-vpcr.

Workarounds

  • Configure a reverse proxy to set Content-Disposition: attachment headers for all files served from the attachments directory, forcing downloads instead of inline rendering
  • Implement allowlist-based file type restrictions at the web server level, blocking HTML, SVG, and other script-capable formats
  • Use Content Security Policy (CSP) headers to restrict script execution from attachment paths
  • Restrict attachment upload permissions to trusted users only until patching is completed
bash
# Nginx configuration to force attachment downloads
location /attachments/ {
    add_header Content-Disposition "attachment" always;
    add_header X-Content-Type-Options "nosniff" always;
    add_header Content-Security-Policy "script-src 'none'" always;
}

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechSysadminsmedia Homebox

  • SeverityMEDIUM

  • CVSS Score5.4

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-27600: Homebox Information Disclosure Flaw

  • CVE-2026-27981: Homebox Auth Bypass 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