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

CVE-2026-21660: Frick Quantum HD Information Disclosure

CVE-2026-21660 is an information disclosure vulnerability in Frick Controls Quantum HD Firmware caused by hardcoded email credentials stored in plaintext. This post covers the technical details, affected versions, and mitigation.

Published: March 6, 2026

CVE-2026-21660 Overview

CVE-2026-21660 is a Hardcoded Credentials vulnerability affecting Frick Controls Quantum HD firmware versions 10.22 and prior. The vulnerability involves hardcoded email credentials stored as plaintext within the device firmware, classified under CWE-256 (Plaintext Storage of a Password) and CWE-522 (Insufficiently Protected Credentials). This security flaw can lead to unauthorized access, exposure of sensitive information, and potential misuse or full system compromise of affected industrial control systems.

Critical Impact

Attackers with local access to the firmware can extract hardcoded email credentials stored in plaintext, potentially gaining unauthorized access to email systems associated with the industrial control environment and enabling further attacks on connected infrastructure.

Affected Products

  • Johnson Controls Frick Controls Quantum HD Firmware version 10.22 and prior
  • Johnson Controls Frick Controls Quantum HD hardware devices

Discovery Timeline

  • February 27, 2026 - CVE-2026-21660 published to NVD
  • March 2, 2026 - Last updated in NVD database

Technical Details for CVE-2026-21660

Vulnerability Analysis

This vulnerability stems from insecure credential management practices in the Frick Controls Quantum HD firmware. Email credentials required for system notifications or reporting functions are embedded directly into the firmware image as plaintext strings. This implementation bypasses fundamental security principles that require sensitive credentials to be encrypted, obfuscated, or stored in protected memory regions.

The affected systems are industrial control devices used in refrigeration and HVAC applications, making this vulnerability particularly concerning from an operational technology (OT) security perspective. Exploitation requires local access to the firmware, either through physical access to the device or through extraction of the firmware image from update packages or device memory.

Root Cause

The root cause is improper credential storage design where email account credentials are hardcoded directly into the firmware binary as plaintext strings rather than using secure credential management techniques. This violates CWE-256 (Plaintext Storage of a Password) and CWE-522 (Insufficiently Protected Credentials) best practices.

The firmware developers likely implemented this approach for convenience during development or to simplify device configuration, but this practice creates a significant security risk. Once credentials are embedded in firmware, they cannot be easily changed and become accessible to anyone who can obtain the firmware image.

Attack Vector

The attack vector is local, requiring an attacker to have access to the firmware image or physical access to the device. An attacker could obtain the firmware through various means:

  1. Firmware extraction - Using JTAG, UART, or SPI flash reading techniques to dump the firmware from a physical device
  2. Update package analysis - Downloading firmware update packages from vendor websites or intercepting update traffic
  3. Memory forensics - Accessing the device's file system or memory through debug interfaces

Once the firmware is obtained, the attacker can use standard binary analysis tools such as strings, binwalk, or hex editors to locate and extract the plaintext email credentials. These credentials could then be used to access email accounts associated with the industrial control system, potentially enabling social engineering attacks, information gathering, or further network compromise.

Detection Methods for CVE-2026-21660

Indicators of Compromise

  • Unexpected login attempts or authentication events to email accounts associated with Frick Controls Quantum HD systems
  • Anomalous outbound email traffic originating from or related to industrial control system infrastructure
  • Evidence of firmware extraction attempts such as physical tampering or unauthorized debug interface connections
  • Suspicious access patterns to email accounts that should only be used for automated system notifications

Detection Strategies

  • Monitor authentication logs for email accounts used by Frick Controls Quantum HD systems for unauthorized access attempts
  • Implement network monitoring to detect unexpected outbound connections from ICS/SCADA network segments
  • Deploy physical security controls and tamper detection on Frick Controls devices to identify unauthorized access attempts
  • Review email account activity for signs of credential misuse, such as emails not sent by the control system

Monitoring Recommendations

  • Configure alerts for email account logins from unexpected IP addresses or geographic locations
  • Implement audit logging on all systems that interact with Frick Controls Quantum HD devices
  • Monitor for firmware extraction tools or techniques being used against devices in your environment
  • Establish baseline behavior for email accounts associated with industrial control systems and alert on deviations

How to Mitigate CVE-2026-21660

Immediate Actions Required

  • Contact Johnson Controls to determine availability of patched firmware versions and upgrade timelines
  • Isolate affected Frick Controls Quantum HD devices on segmented network zones with restricted access
  • Change passwords for any email accounts that may have been configured in the affected firmware
  • Implement additional authentication controls (such as MFA) on email accounts associated with industrial control systems
  • Review access logs for any signs of exploitation or unauthorized access attempts

Patch Information

Johnson Controls has released security guidance for this vulnerability. Administrators should consult the Johnson Controls Security Advisory for the latest patch information and recommended firmware versions. Additionally, CISA has published ICS Advisory ICSA-26-057-01 with detailed mitigation guidance for affected organizations.

Workarounds

  • Implement network segmentation to restrict access to affected devices from untrusted networks
  • Disable email notification features if not operationally required until patched firmware is available
  • Use a dedicated email account with minimal permissions specifically for industrial control system notifications
  • Apply physical security measures to prevent unauthorized access to device hardware and debug interfaces
  • Monitor email accounts for suspicious activity and implement strict access controls
bash
# Network segmentation example for ICS environments
# Create firewall rules to isolate Frick Controls devices
iptables -A INPUT -s 192.168.100.0/24 -d 192.168.200.0/24 -j DROP
iptables -A OUTPUT -s 192.168.200.0/24 -d 0.0.0.0/0 -p tcp --dport 25 -j DROP
iptables -A OUTPUT -s 192.168.200.0/24 -d 0.0.0.0/0 -p tcp --dport 587 -j DROP

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechJohnsoncontrols Frick Controls Quantum Hd

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-256

  • CWE-522
  • Technical References
  • CISA ICS Advisory ICSA-26-057-01
  • Vendor Resources
  • Johnson Controls Security Advisory
  • Related CVEs
  • CVE-2026-21654: Frick Controls Quantum HD 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