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

CVE-2026-5300: CoolerControl Auth Bypass Vulnerability

CVE-2026-5300 is an authentication bypass flaw in CoolerControl/coolercontrold versions before 4.0.0 that lets attackers view and modify sensitive data. This article covers technical details, affected versions, and mitigations.

Published: April 10, 2026

CVE-2026-5300 Overview

CVE-2026-5300 is an authentication bypass vulnerability in CoolerControl/coolercontrold versions prior to 4.0.0. The vulnerability allows unauthenticated attackers to view and modify potentially sensitive data via HTTP requests to the coolercontrold daemon. This missing authentication for critical function (CWE-306) enables local attackers to interact with the cooling control API without proper authorization checks.

Critical Impact

Unauthenticated local attackers can view and modify system cooling configurations, potentially leading to hardware damage, data exposure, or system instability through manipulation of fan speeds and thermal management settings.

Affected Products

  • CoolerControl/coolercontrold versions prior to 4.0.0

Discovery Timeline

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

Technical Details for CVE-2026-5300

Vulnerability Analysis

This vulnerability stems from missing authentication mechanisms in the CoolerControl daemon's HTTP API. CoolerControl is an open-source application for monitoring and controlling cooling devices on Linux systems. The coolercontrold daemon exposes an HTTP API that handles requests for viewing system status and modifying cooling configurations.

In vulnerable versions, the API router implementation in router.rs lacks proper authentication checks before processing incoming requests. This allows any local process or user on the system to interact with the daemon's API endpoints without providing credentials or tokens.

The impact includes unauthorized access to potentially sensitive system information such as hardware configurations, temperature readings, and cooling profiles. More critically, attackers can modify fan speeds, cooling curves, and other thermal management settings, which could lead to system overheating, hardware damage, or performance degradation.

Root Cause

The root cause is the absence of authentication middleware or access control checks in the API router implementation. The router.rs file in versions prior to 4.0.0 processes HTTP requests without validating the identity or authorization level of the requesting client. This missing authentication for critical function (CWE-306) violates the security principle that sensitive operations should require proper authentication.

Attack Vector

The attack vector is local, requiring the attacker to have access to the same machine running the vulnerable coolercontrold service. An attacker can craft HTTP requests to the daemon's listening port to:

  1. Query current cooling configurations and system status without authorization
  2. Modify fan profiles, speed curves, and thermal thresholds
  3. Potentially disable or misconfigure cooling systems leading to hardware damage

The vulnerability does not require user interaction and can be exploited with low attack complexity. Technical details of the vulnerable code can be found in the CoolerControl source code.

Detection Methods for CVE-2026-5300

Indicators of Compromise

  • Unexpected HTTP connections to the coolercontrold service port from unauthorized processes
  • Unusual modifications to cooling profiles or fan speed configurations
  • Log entries showing API requests from unexpected sources or at unusual times

Detection Strategies

  • Monitor for processes making HTTP requests to the coolercontrold daemon that are not the official CoolerControl GUI application
  • Implement host-based intrusion detection rules to alert on unauthorized access to the coolercontrol API endpoints
  • Review system logs for unexpected configuration changes to cooling profiles

Monitoring Recommendations

  • Enable verbose logging in coolercontrold to track all API requests and their sources
  • Monitor system temperatures and fan speeds for unexpected changes that could indicate unauthorized modifications
  • Implement file integrity monitoring on CoolerControl configuration files

How to Mitigate CVE-2026-5300

Immediate Actions Required

  • Upgrade CoolerControl/coolercontrold to version 4.0.0 or later immediately
  • Review cooling configurations for any unauthorized modifications
  • Restrict network access to the coolercontrold service using firewall rules until patching is complete

Patch Information

The vulnerability has been addressed in CoolerControl version 4.0.0. Users should upgrade to this version or later to receive the security fix. Release notes and download information are available from the CoolerControl 4.0.0 Release.

Workarounds

  • Implement local firewall rules to restrict access to the coolercontrold HTTP port to only trusted processes
  • Run the coolercontrold service with minimal system privileges where possible
  • Consider disabling the HTTP API functionality if not required for your use case until the update can be applied
bash
# Configuration example
# Restrict access to coolercontrold port using iptables (temporary workaround)
# Replace PORT with the actual port coolercontrold listens on
sudo iptables -A INPUT -p tcp --dport PORT -j DROP
sudo iptables -A INPUT -p tcp --dport PORT -s 127.0.0.1 -m owner --uid-owner root -j ACCEPT

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechCoolercontrol

  • SeverityMEDIUM

  • CVSS Score5.9

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-306
  • Technical References
  • GitLab Source Code File

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

  • CVE-2026-5301: CoolerControl UI Stored XSS Vulnerability

  • CVE-2026-5208: CoolerControl Command Injection RCE Flaw
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