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
    • 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-1709

CVE-2026-1709: Keylime Auth Bypass Vulnerability

CVE-2026-1709 is an authentication bypass flaw in Keylime registrar that allows unauthenticated clients to perform admin operations. This article covers technical details, affected versions, impact, and mitigation.

Published: February 13, 2026

CVE-2026-1709 Overview

A critical authentication bypass vulnerability has been discovered in Keylime, an open-source remote boot attestation and runtime integrity measurement solution. The flaw affects the Keylime registrar component starting from version 7.12.0, which fails to enforce client-side Transport Layer Security (TLS) authentication. This vulnerability allows unauthenticated clients with network access to perform administrative operations without presenting a client certificate, effectively bypassing the intended security controls.

Critical Impact

Unauthenticated attackers with network access can perform administrative operations including listing agents, retrieving public Trusted Platform Module (TPM) data, and deleting agents from the Keylime registrar.

Affected Products

  • Keylime version 7.12.0 and later
  • Red Hat Enterprise Linux deployments using affected Keylime versions
  • Systems utilizing Keylime registrar for TPM attestation

Discovery Timeline

  • February 6, 2026 - CVE-2026-1709 published to NVD
  • February 9, 2026 - Last updated in NVD database

Technical Details for CVE-2026-1709

Vulnerability Analysis

This authentication bypass vulnerability (CWE-322: Key Exchange without Entity Authentication) represents a significant security regression in the Keylime registrar component. The core issue stems from the registrar's failure to validate client certificates during TLS handshakes, which should normally ensure that only authorized clients can interact with the registrar's administrative interface.

In properly configured TLS mutual authentication, both the client and server present certificates to verify their identities. The Keylime registrar, since version 7.12.0, accepts connections from clients that do not present any certificate, allowing any network-accessible attacker to interact with the registrar as if they were an authenticated administrative client.

Root Cause

The root cause is a missing enforcement of client-side TLS certificate validation in the Keylime registrar component introduced in version 7.12.0. The registrar accepts TLS connections without requiring or validating a client certificate, which bypasses the mutual authentication mechanism that should protect administrative operations. This represents an implementation flaw where the server-side TLS configuration does not mandate client certificate presentation.

Attack Vector

The vulnerability is exploitable over the network by any attacker who can establish a TCP connection to the Keylime registrar service. The attack requires no authentication credentials or privileges.

An attacker can exploit this vulnerability by:

  1. Identifying a network-accessible Keylime registrar service
  2. Establishing a TLS connection without presenting a client certificate
  3. Sending administrative API requests to list registered agents
  4. Retrieving public TPM data associated with enrolled agents
  5. Deleting agents from the registrar, disrupting attestation infrastructure

This attack can compromise the integrity of remote attestation infrastructure, expose sensitive TPM information, and enable denial of service by removing legitimate agents from the trusted computing base.

Detection Methods for CVE-2026-1709

Indicators of Compromise

  • Unexpected connections to the Keylime registrar port from untrusted IP addresses
  • API requests to the registrar that lack valid client certificate authentication
  • Unexplained agent deletions or modifications in registrar logs
  • Unusual patterns of agent enumeration or TPM data retrieval requests

Detection Strategies

  • Monitor TLS handshake logs for connections that complete without client certificate exchange
  • Implement network-level monitoring for connections to Keylime registrar ports from unauthorized sources
  • Review registrar audit logs for administrative operations from unknown or unexpected clients
  • Deploy intrusion detection rules to alert on registrar API access patterns indicative of reconnaissance

Monitoring Recommendations

  • Enable comprehensive logging for all registrar API operations including client connection metadata
  • Implement real-time alerting for agent deletion events from the registrar
  • Monitor network traffic to registrar services for anomalous connection patterns
  • Establish baseline metrics for normal registrar operations to identify deviations

How to Mitigate CVE-2026-1709

Immediate Actions Required

  • Apply security patches from Red Hat Security Advisory RHSA-2026:2224, RHSA-2026:2225, or RHSA-2026:2298 immediately
  • Restrict network access to Keylime registrar services using firewall rules until patches can be applied
  • Review registrar logs for evidence of unauthorized access or agent manipulation
  • Verify integrity of registered agents and TPM data after patching

Patch Information

Red Hat has released security advisories addressing this vulnerability. Organizations should consult the Red Hat CVE Analysis for CVE-2026-1709 for detailed patch guidance. Additional technical details are available in Red Hat Bug Report #2435514.

Workarounds

  • Implement network segmentation to isolate Keylime registrar services from untrusted networks
  • Deploy firewall rules to restrict registrar access to only authorized client IP addresses
  • Consider temporarily disabling the registrar service if patches cannot be applied immediately and attestation can be paused
  • Monitor all registrar access closely while awaiting patch deployment
bash
# Example firewall configuration to restrict registrar access
# Allow only trusted management network to access Keylime registrar
iptables -A INPUT -p tcp --dport 8891 -s 10.0.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 8891 -j DROP

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechKeylime

  • SeverityCRITICAL

  • CVSS Score9.4

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-322
  • Technical References
  • Red Hat Security Advisory RHSA-2026:2224

  • Red Hat Security Advisory RHSA-2026:2225

  • Red Hat Security Advisory RHSA-2026:2298

  • Red Hat CVE Analysis CVE-2026-1709

  • Red Hat Bug Report #2435514
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox 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