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 Coolercontrold XSS Vulnerability

CVE-2026-5301 is a stored cross-site scripting flaw in Coolercontrol Coolercontrold's log viewer that enables attackers to execute malicious code. This article covers technical details, affected versions, and mitigation.

Updated: May 14, 2026

CVE-2026-5301 Overview

CVE-2026-5301 is a stored Cross-Site Scripting (XSS) vulnerability [CWE-79] affecting CoolerControl's coolercontrold daemon and its coolercontrol-ui web interface in versions prior to 4.0.0. The flaw resides in the log viewer component implemented in AppInfoView.vue, which renders log entries without proper output encoding. An attacker who can influence log content can inject malicious JavaScript that executes in the browser of any user viewing the logs. According to the advisory, unauthenticated attackers can poison log entries and ultimately take over the service.

Critical Impact

Unauthenticated attackers can inject JavaScript into log entries that executes in administrator browsers, enabling full takeover of the CoolerControl service.

Affected Products

  • CoolerControl coolercontrold versions prior to 4.0.0
  • CoolerControl coolercontrol-ui versions prior to 4.0.0
  • CoolerControl releases 2.0.0 through 3.1.1 (vulnerable AppInfoView.vue log viewer)

Discovery Timeline

  • 2026-04-08 - CVE-2026-5301 published to NVD
  • 2026-04-16 - Last updated in NVD database

Technical Details for CVE-2026-5301

Vulnerability Analysis

The vulnerability is a stored XSS issue in the CoolerControl Vue.js single-page application. The log viewer in coolercontrol-ui/src/views/AppInfoView.vue renders log entries from the coolercontrold daemon without sanitizing or escaping HTML and script content. When an attacker can influence what gets written into the log stream, that content is later rendered as live DOM in an administrator's browser session.

Because the user interface runs with the privileges of the authenticated CoolerControl operator, injected JavaScript inherits access to the application's API session. This allows the attacker to modify fan and pump configurations, exfiltrate session data, or pivot to other browser-accessible resources on the host. The advisory states that exploitation leads to service takeover.

Root Cause

The root cause is improper neutralization of input during web page generation. The vulnerable code paths referenced at AppInfoView.vue line 224 in 2.0.0 and line 350 in 3.1.1 render log strings as raw HTML rather than text. Any HTML tags, including <script> and event-handler attributes, are interpreted by the browser when the log view is opened.

Attack Vector

The attack requires a remote attacker to poison a log entry that CoolerControl will later display. The exact ingestion path depends on the deployment, but the daemon logs operational data accessible to network-reachable inputs without authentication. When an administrator subsequently opens the application info or log viewer in the web UI, the injected payload executes in their browser session and can issue authenticated API calls to coolercontrold. Vendor source references are available in the GitLab Code Blob 2.0.0 and GitLab Code Blob 3.1.1 views.

No verified public proof-of-concept code is available. Exploitation conceptually involves placing an HTML or script payload into any input the daemon writes verbatim to its log, then waiting for an operator to load the log view.

Detection Methods for CVE-2026-5301

Indicators of Compromise

  • Log entries containing HTML tags such as <script>, <img onerror=, <svg onload=, or javascript: URIs in coolercontrold log files
  • Unexpected outbound HTTP requests originating from administrator browsers immediately after opening the CoolerControl UI
  • Unauthorized configuration changes to fan curves, pump profiles, or device settings without a corresponding operator action

Detection Strategies

  • Inspect persisted CoolerControl logs for HTML or JavaScript syntax that should never appear in operational telemetry
  • Monitor the coolercontrold API for configuration mutations that do not correlate with legitimate authenticated sessions
  • Apply web content security policy violation reporting on the coolercontrol-ui origin to surface inline script execution attempts

Monitoring Recommendations

  • Forward coolercontrold logs to a central log platform and alert on regex matches for common XSS payload markers
  • Track the installed CoolerControl version across hosts and flag any instance running below 4.0.0
  • Audit network exposure of the CoolerControl web interface and restrict it to trusted management segments

How to Mitigate CVE-2026-5301

Immediate Actions Required

  • Upgrade CoolerControl to version 4.0.0 or later, which addresses the log viewer rendering issue
  • Restrict network access to the coolercontrold web interface so only trusted administrators can reach it
  • Review existing log files for embedded HTML or script payloads before opening them in the upgraded UI

Patch Information

The issue is fixed in CoolerControl 4.0.0. Refer to the GitLab Release 4.0.0 notes for the official remediation. Administrators should upgrade both the coolercontrold daemon and the coolercontrol-ui package to the same fixed version.

Workarounds

  • Bind coolercontrold to localhost only and access the UI through an authenticated reverse proxy or SSH tunnel
  • Avoid opening the application info or log viewer pages until the upgrade is applied
  • Rotate any credentials or API tokens that may have been accessible to a browser session that loaded poisoned logs
bash
# Configuration example: verify installed version and upgrade
coolercontrold --version

# Debian/Ubuntu package upgrade
sudo apt update && sudo apt install --only-upgrade coolercontrol coolercontrold

# Confirm the fixed version is running
systemctl restart coolercontrold
coolercontrold --version  # expect 4.0.0 or later

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechCoolercontrol

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitLab Code Blob Version 2.0.0

  • GitLab Code Blob Version 3.1.1

  • GitLab Release Version 4.0.0
  • 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 Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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