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

CVE-2026-6369: Canonical Livepatch Auth Bypass Vulnerability

CVE-2026-6369 is an authentication bypass flaw in Canonical Livepatch snap client that lets local attackers steal root-level tokens. This article covers the technical details, affected versions, impact, and mitigation.

Published: April 23, 2026

CVE-2026-6369 Overview

An improper access control vulnerability exists in the canonical-livepatch snap client prior to version 10.15.0. This security flaw allows a local unprivileged user to obtain a sensitive, root-level authentication token by sending an unauthenticated request to the livepatchd.sock Unix domain socket. The vulnerability is exploitable on systems where an administrator has already enabled the Livepatch client with a valid Ubuntu Pro subscription.

Critical Impact

Successful exploitation enables attackers to access Livepatch services using the victim's credentials, potentially causing issues to the Livepatch server and compromising the integrity of the system's patch management infrastructure.

Affected Products

  • Canonical Livepatch Snap Client versions prior to 10.15.0
  • Ubuntu systems with Livepatch client enabled
  • Systems with active Ubuntu Pro subscriptions

Discovery Timeline

  • April 20, 2026 - CVE-2026-6369 published to NVD
  • April 20, 2026 - Last updated in NVD database

Technical Details for CVE-2026-6369

Vulnerability Analysis

This vulnerability is classified under CWE-306 (Missing Authentication for Critical Function). The canonical-livepatch snap client fails to properly authenticate requests made to its Unix domain socket (livepatchd.sock). This architectural weakness allows any local user on the system to communicate with the privileged livepatch daemon without providing proper credentials or authorization.

The attack requires local access to the affected system and the Livepatch client must already be enabled with a valid Ubuntu Pro subscription. When these conditions are met, an unprivileged user can craft requests to the socket and retrieve the root-level authentication token that the livepatch daemon uses to communicate with Canonical's Livepatch service.

Root Cause

The root cause of this vulnerability stems from inadequate access control implementation on the livepatchd.sock Unix domain socket. The socket lacks proper authentication mechanisms to verify the identity and privilege level of connecting clients before processing their requests. This design oversight allows unprivileged local users to access sensitive functionality that should be restricted to root or authorized processes only.

Attack Vector

The attack is executed locally (AV:L) with low complexity. An attacker must have local access to the vulnerable system with a low-privilege user account. The attack flow involves:

  1. Identifying a system running the vulnerable canonical-livepatch snap client
  2. Locating the livepatchd.sock Unix domain socket
  3. Sending an unauthenticated request to the socket
  4. Receiving the root-level authentication token in response
  5. Using the stolen token to access Livepatch services or potentially disrupt the Livepatch server

The vulnerability allows for high confidentiality impact as sensitive authentication credentials can be extracted. The stolen token could be used to impersonate the victim system when interacting with Canonical's Livepatch infrastructure.

Detection Methods for CVE-2026-6369

Indicators of Compromise

  • Unexpected connections to the livepatchd.sock Unix domain socket from non-root processes
  • Unusual access patterns to Livepatch services from the affected system
  • Multiple authentication attempts or API calls to Canonical Livepatch servers
  • Presence of the authentication token in unexpected locations or processes

Detection Strategies

  • Monitor Unix socket connections using tools like ss or lsof to identify unauthorized access attempts to livepatchd.sock
  • Implement file integrity monitoring on the livepatch snap directory and configuration files
  • Review system logs for unusual livepatch-related activity from unprivileged user accounts
  • Deploy endpoint detection solutions to alert on suspicious socket communication patterns

Monitoring Recommendations

  • Enable audit logging for socket access using auditd with rules targeting the livepatchd socket path
  • Configure SIEM alerts for anomalous local privilege escalation patterns
  • Monitor outbound connections to Canonical Livepatch API endpoints for unusual request volumes or timing
  • Regularly review user activity on systems with Livepatch enabled

How to Mitigate CVE-2026-6369

Immediate Actions Required

  • Update the canonical-livepatch snap client to version 10.15.0 or later immediately
  • Audit systems to identify which have the vulnerable Livepatch client installed
  • Review access logs for any signs of prior exploitation
  • Consider regenerating Livepatch authentication tokens on potentially compromised systems

Patch Information

Canonical has addressed this vulnerability in canonical-livepatch snap client version 10.15.0. Organizations should update to this version or later to remediate the improper access control issue. Refer to the Ubuntu Security Notice for official guidance on the patch.

To update the snap package, administrators can use the standard snap refresh mechanism. The update implements proper authentication checks on the Unix domain socket to prevent unauthorized access to the root-level authentication token.

Workarounds

  • Restrict physical and SSH access to affected systems to trusted users only
  • Implement additional access controls on the socket file using system hardening measures if patch deployment is delayed
  • Consider temporarily disabling the Livepatch client on high-risk systems until the update can be applied
  • Monitor affected systems closely for suspicious local user activity
bash
# Update canonical-livepatch snap to patched version
sudo snap refresh canonical-livepatch

# Verify installed version is 10.15.0 or later
snap info canonical-livepatch | grep installed

# Review current socket permissions (informational)
ls -la /run/snapd/ns/ | grep livepatch

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechUbuntu

  • SeverityMEDIUM

  • CVSS Score5.7

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:L/SA:L/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-306
  • Technical References
  • Ubuntu Security Notice
  • Related CVEs
  • CVE-2025-15480: Ubuntu Desktop Provision Information Leak

  • CVE-2025-14551: Ubuntu Subiquity Credential Leak Vulnerability

  • CVE-2026-3888: snapd Privilege Escalation Vulnerability

  • CVE-2025-13350: Ubuntu Linux Use-After-Free 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