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

CVE-2026-5301: CoolerControl UI Stored XSS Vulnerability

CVE-2026-5301 is a stored cross-site scripting flaw in CoolerControl UI's log viewer that enables attackers to inject malicious JavaScript and take over the service. This article covers technical details, affected versions, and mitigation.

Published: April 10, 2026

CVE-2026-5301 Overview

CVE-2026-5301 is a stored Cross-Site Scripting (XSS) vulnerability affecting the log viewer component in CoolerControl/coolercontrol-ui versions prior to 4.0.0. This vulnerability allows unauthenticated attackers to inject malicious JavaScript code through poisoned log entries, which is then executed when the log viewer is accessed by any user. Successful exploitation enables attackers to take over the service, potentially compromising the entire cooling control system.

Critical Impact

Unauthenticated attackers can execute arbitrary JavaScript in the context of any user viewing logs, enabling complete service takeover through malicious log entry injection.

Affected Products

  • CoolerControl/coolercontrol-ui versions prior to 4.0.0
  • CoolerControl version 2.0.0 (confirmed vulnerable)
  • CoolerControl version 3.1.1 (confirmed vulnerable)

Discovery Timeline

  • April 8, 2026 - CVE-2026-5301 published to NVD
  • April 8, 2026 - Last updated in NVD database

Technical Details for CVE-2026-5301

Vulnerability Analysis

This stored XSS vulnerability exists in the AppInfoView.vue component of the CoolerControl UI. The log viewer fails to properly sanitize user-controlled data before rendering it in the browser, allowing malicious JavaScript to be embedded in log entries. When any user views the logs through the web interface, the injected script executes within their browser session.

The vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation), which indicates a failure to sanitize or encode user-controlled input before including it in dynamically generated web content. The attack requires network access and user interaction (viewing the logs), but no authentication is needed to poison the log entries.

Root Cause

The root cause of CVE-2026-5301 lies in improper input sanitization within the log viewer component. The AppInfoView.vue file directly renders log content without encoding or escaping potentially dangerous HTML and JavaScript elements. Log entries from external sources are trusted and inserted into the DOM without validation, creating a persistent XSS attack surface.

Attack Vector

An attacker can exploit this vulnerability by injecting malicious JavaScript into log entries that are processed by the CoolerControl service. Since no authentication is required to poison logs, attackers can craft requests or manipulate data sources that feed into the logging system.

When a legitimate user (such as an administrator) opens the log viewer in the CoolerControl UI, the stored malicious payload executes in their browser context. This enables attackers to steal session tokens, perform actions on behalf of the user, modify system settings, or redirect users to malicious sites—ultimately leading to complete service takeover.

The vulnerability affects the log rendering mechanism in the AppInfoView.vue component. Technical details can be found in the GitLab 2.0.0 Code Review and GitLab 3.1.1 Code Review references. The fix is included in version 4.0.0, with details available in the GitLab 4.0.0 Release Notes.

Detection Methods for CVE-2026-5301

Indicators of Compromise

  • Presence of <script> tags, event handlers (e.g., onerror, onload), or encoded JavaScript payloads within log entries
  • Unusual outbound network connections originating from the CoolerControl UI during log viewing
  • Unexpected session token exfiltration or authentication anomalies from users accessing the log viewer
  • Modified system configuration or settings without authorized administrative action

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect XSS payload patterns in incoming requests that may poison log entries
  • Monitor application logs for injection attempts containing HTML tags, JavaScript code, or encoded malicious content
  • Deploy browser-based XSS detection mechanisms such as Content Security Policy (CSP) violation reporting
  • Utilize SentinelOne's behavioral AI to detect anomalous script execution patterns in web applications

Monitoring Recommendations

  • Enable verbose logging and monitor the CoolerControl service for suspicious log entry patterns
  • Set up alerts for any <script> tags or JavaScript event handlers appearing in log data
  • Regularly audit stored logs for evidence of injection attempts or malicious content

How to Mitigate CVE-2026-5301

Immediate Actions Required

  • Upgrade CoolerControl to version 4.0.0 or later immediately to address this vulnerability
  • Audit existing log entries for signs of injected malicious content and sanitize if necessary
  • Restrict network access to the CoolerControl service to trusted networks or users until patching is complete
  • Implement Content Security Policy (CSP) headers to mitigate the impact of any stored XSS payloads

Patch Information

The vulnerability has been addressed in CoolerControl version 4.0.0. Users should upgrade to this version or later to remediate the stored XSS issue. Release details and download information are available in the GitLab 4.0.0 Release Notes.

Workarounds

  • Disable or restrict access to the log viewer feature until the patch is applied
  • Implement network-level access controls to limit who can reach the CoolerControl UI
  • Deploy a reverse proxy with WAF capabilities to filter XSS payloads before they reach the application
  • Sanitize existing log data by removing or encoding any HTML or JavaScript content
bash
# Example: Restrict access to CoolerControl UI via firewall
# Allow only trusted IP ranges to access the service
sudo iptables -A INPUT -p tcp --dport 8080 -s 192.168.1.0/24 -j ACCEPT
sudo iptables -A INPUT -p tcp --dport 8080 -j DROP

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechCoolercontrol

  • SeverityHIGH

  • CVSS Score7.6

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:H/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityLow
  • CWE References
  • CWE-79
  • Technical References
  • GitLab 2.0.0 Code Review

  • GitLab 3.1.1 Code Review

  • GitLab 4.0.0 Release Notes
  • Related CVEs
  • CVE-2026-5302: CoolerControl CORS Misconfiguration Flaw

  • CVE-2026-5208: CoolerControl Command Injection RCE Flaw

  • CVE-2026-5300: CoolerControl 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