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

CVE-2026-27605: Depomo Chartbrew XSS Vulnerability

CVE-2026-27605 is a cross-site scripting vulnerability in Depomo Chartbrew that allows attackers to upload malicious HTML files, potentially leading to account takeover. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 13, 2026

CVE-2026-27605 Overview

CVE-2026-27605 is a Cross-Site Scripting (XSS) vulnerability in Chartbrew, an open-source web application used for connecting to databases and APIs to create data visualizations. The vulnerability exists in the project logo upload functionality, which fails to properly validate file types or content before saving files to the uploads/ directory. This allows attackers to upload malicious HTML files containing JavaScript that executes in victims' browsers, potentially leading to account takeover through theft of authentication tokens stored in localStorage.

Critical Impact

Attackers can upload malicious HTML files as project logos, enabling stored XSS attacks that can steal authentication tokens and lead to complete account takeover of affected Chartbrew users.

Affected Products

  • Depomo Chartbrew versions prior to 4.8.4

Discovery Timeline

  • 2026-03-06 - CVE-2026-27605 published to NVD
  • 2026-03-10 - Last updated in NVD database

Technical Details for CVE-2026-27605

Vulnerability Analysis

The vulnerability stems from insufficient input validation in Chartbrew's file upload functionality for project logos. The application accepts user-provided file extensions without verifying that the actual file content matches the expected file type. When a user uploads a file, the system stores it in the uploads/ directory and serves it statically to users, creating an opportunity for stored XSS attacks.

Since Chartbrew stores authentication tokens in the browser's localStorage (as evidenced by tokens being returned in API response bodies), a successful XSS attack can extract these credentials. An attacker with low-privilege access can upload a malicious HTML file disguised as a project logo, and when other users view the affected content, the embedded JavaScript executes in their browser context, enabling session hijacking and account takeover.

Root Cause

The root cause of this vulnerability is the lack of server-side file type validation in the project logo upload feature. The application trusts the file extension provided by the user without performing content-type verification or sanitization. This violates the security principle of never trusting user input, particularly for file uploads that will be served to other users.

Attack Vector

The attack vector is network-based and requires low privileges (an authenticated user account) along with user interaction (a victim must view the malicious content). An attacker uploads an HTML file containing malicious JavaScript as a project logo. The file is saved with its original extension and served statically. When another user accesses the uploaded file, the browser renders it as HTML and executes the embedded script, which can then exfiltrate authentication tokens from localStorage to an attacker-controlled server.

The attack is considered to have a changed scope because it affects resources beyond the vulnerable component—specifically, it can compromise other users' sessions and accounts.

Detection Methods for CVE-2026-27605

Indicators of Compromise

  • Presence of .html, .htm, .svg, or other executable file types in the uploads/ directory
  • Unusual file content in project logo files containing <script> tags or JavaScript event handlers
  • Unexpected outbound network requests originating from user browsers after viewing project pages
  • Authentication token reuse from different IP addresses or user agents

Detection Strategies

  • Implement file upload monitoring to alert on non-image file types being saved to the uploads/ directory
  • Deploy Content Security Policy (CSP) headers to detect and block inline script execution
  • Monitor web server access logs for requests to files with suspicious extensions in the uploads path
  • Review application logs for upload activity from accounts attempting multiple file types

Monitoring Recommendations

  • Enable real-time alerting for file uploads with HTML, SVG, or executable extensions
  • Monitor localStorage access patterns in browser telemetry for signs of token exfiltration
  • Implement network-level monitoring for data exfiltration attempts to unknown external domains
  • Track authentication anomalies such as session tokens being used from multiple geographic locations

How to Mitigate CVE-2026-27605

Immediate Actions Required

  • Upgrade Chartbrew to version 4.8.4 or later immediately
  • Audit the uploads/ directory for any existing HTML, SVG, or other potentially malicious files
  • Implement Content Security Policy headers to mitigate the impact of any existing malicious uploads
  • Review recent authentication logs for signs of unauthorized access or token theft

Patch Information

This vulnerability has been patched in Chartbrew version 4.8.4. The fix implements proper file type validation for uploaded project logos. Organizations should upgrade to this version or later to remediate the vulnerability. For more details, see the GitHub Security Advisory and release notes for v4.8.4.

Workarounds

  • Configure web server rules to prevent serving HTML files from the uploads/ directory
  • Implement a reverse proxy rule to force Content-Disposition: attachment for all files in the uploads path
  • Add X-Content-Type-Options: nosniff header to prevent MIME-type sniffing
  • Restrict file upload functionality to trusted administrator accounts until patching is complete
bash
# Nginx configuration example to mitigate the vulnerability
location /uploads/ {
    # Force download instead of rendering files
    add_header Content-Disposition "attachment";
    # Prevent MIME-type sniffing
    add_header X-Content-Type-Options "nosniff";
    # Only allow specific image types
    location ~* \.(html|htm|svg|js)$ {
        deny all;
    }
}

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechChartbrew

  • SeverityMEDIUM

  • CVSS Score5.4

  • EPSS Probability0.05%

  • 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
  • Technical References
  • GitHub Release v4.8.4
  • Vendor Resources
  • GitHub Security Advisory GHSA-jf6m-hm53-c364
  • Related CVEs
  • CVE-2026-30232: Depomo Chartbrew SSRF Vulnerability

  • CVE-2026-32252: Depomo Chartbrew Auth Bypass Vulnerability

  • CVE-2026-25877: Chartbrew Authorization Bypass Vulnerability

  • CVE-2026-25887: Depomo Chartbrew RCE 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