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

CVE-2026-34179: Canonical LXD Privilege Escalation Flaw

CVE-2026-34179 is a privilege escalation vulnerability in Canonical LXD versions 4.12 through 6.7 that allows authenticated attackers to gain cluster admin access. This article covers technical details, impact, and mitigation.

Published: April 9, 2026

CVE-2026-34179 Overview

A critical privilege escalation vulnerability has been identified in Canonical LXD, a popular container management system. The vulnerability exists in the doCertificateUpdate function within lxd/certificates.go, which fails to properly validate the Type field when processing PUT/PATCH requests to the /1.0/certificates/{fingerprint} endpoint. This security flaw allows remote authenticated attackers with restricted TLS certificate access to escalate their privileges to cluster administrator level.

The vulnerability is classified under CWE-915 (Improperly Controlled Modification of Dynamically-Determined Object Attributes), highlighting the fundamental issue with insufficient input validation that enables attackers to modify security-critical certificate properties.

Critical Impact

Remote authenticated attackers can escalate from restricted TLS certificate users to full cluster admin privileges, gaining complete control over LXD container infrastructure.

Affected Products

  • Canonical LXD versions 4.12 through 6.7

Discovery Timeline

  • 2026-04-09 - CVE CVE-2026-34179 published to NVD
  • 2026-04-09 - Last updated in NVD database

Technical Details for CVE-2026-34179

Vulnerability Analysis

This privilege escalation vulnerability stems from insufficient validation in the certificate management API of Canonical LXD. The doCertificateUpdate function in lxd/certificates.go processes certificate modification requests but does not adequately validate the Type field in incoming PUT/PATCH requests. This allows users with restricted TLS certificates to manipulate the certificate type attribute, effectively elevating their access permissions within the LXD cluster.

The attack requires network access and authentication with a valid restricted TLS certificate, but once these conditions are met, an attacker can achieve cluster-wide administrative privileges with significant impacts on confidentiality, integrity, and availability of all managed containers and resources.

Root Cause

The root cause is improper input validation in the doCertificateUpdate function. When handling certificate update requests at the /1.0/certificates/{fingerprint} endpoint, the function accepts the Type field from user input without verifying that the requesting user has authorization to modify this security-sensitive attribute. This allows restricted certificate holders to change their certificate type to gain elevated privileges, bypassing the intended access control mechanisms.

Attack Vector

The attack is conducted over the network against the LXD API. An attacker must first authenticate using a valid restricted TLS certificate. Once authenticated, the attacker sends a crafted PUT or PATCH request to the /1.0/certificates/{fingerprint} endpoint, modifying the Type field to escalate their certificate privileges. This manipulation allows the attacker to elevate from a restricted user to a cluster administrator, gaining full control over the LXD environment.

The vulnerability exploitation flow involves:

  1. Authenticating to the LXD API with a restricted TLS certificate
  2. Sending a malicious PUT/PATCH request to /1.0/certificates/{fingerprint}
  3. Including a modified Type field in the request payload
  4. Gaining cluster admin privileges upon successful exploitation

For detailed technical information, refer to the GitHub Security Advisory GHSA-c3h3-89qf-jqm5.

Detection Methods for CVE-2026-34179

Indicators of Compromise

  • Unexpected certificate type modifications in LXD audit logs for the /1.0/certificates/{fingerprint} endpoint
  • PUT/PATCH requests to certificate endpoints from users with restricted TLS certificates
  • Sudden privilege changes for previously restricted certificate users
  • Unusual administrative actions performed by accounts that should have limited access

Detection Strategies

  • Monitor LXD API logs for PUT and PATCH requests targeting /1.0/certificates/{fingerprint} endpoints
  • Implement alerting on certificate type field modifications, especially changes to admin-level certificate types
  • Review authentication and authorization events for anomalous privilege escalation patterns
  • Deploy network traffic analysis to identify unusual API request patterns to certificate management endpoints

Monitoring Recommendations

  • Enable comprehensive audit logging for all LXD certificate management operations
  • Configure SIEM rules to detect certificate type changes and correlate with user privilege levels
  • Implement real-time alerting for any modifications to TLS certificate attributes
  • Regularly audit user certificate types and permissions against expected baselines

How to Mitigate CVE-2026-34179

Immediate Actions Required

  • Upgrade Canonical LXD to a patched version beyond 6.7 immediately
  • Review all existing TLS certificates and their assigned types for unauthorized modifications
  • Audit recent API access logs for signs of exploitation attempts
  • Consider temporarily restricting network access to the LXD API from untrusted networks

Patch Information

Canonical has addressed this vulnerability in LXD. The fix implements proper validation of the Type field in the doCertificateUpdate function, ensuring that restricted certificate users cannot modify security-sensitive certificate attributes. Review the GitHub Pull Request for LXD for technical details on the patch implementation.

Administrators should update to the latest available version of LXD that includes this security fix. For additional information, consult the GitHub Security Advisory GHSA-c3h3-89qf-jqm5.

Workarounds

  • Restrict network access to the LXD API using firewall rules to limit exposure to trusted networks only
  • Implement additional authentication layers or VPN requirements for LXD API access
  • Review and minimize the number of users with TLS certificate access to the LXD cluster
  • Monitor certificate modification attempts and implement manual approval workflows for certificate type changes
bash
# Example: Restrict LXD API access using firewall rules
# Allow access only from trusted management network
sudo iptables -A INPUT -p tcp --dport 8443 -s 10.0.0.0/24 -j ACCEPT
sudo iptables -A INPUT -p tcp --dport 8443 -j DROP

# Review current certificate configurations
lxc config trust list

# Audit certificate types for unexpected admin privileges
lxc config trust show <fingerprint>

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechLxd

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.09%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-915
  • Technical References
  • GitHub Pull Request for LXD

  • GitHub Security Advisory GHSA-c3h3-89qf-jqm5
  • Related CVEs
  • CVE-2026-34177: Canonical LXD Privilege Escalation Flaw

  • CVE-2026-34178: Canonical LXD Auth Bypass Vulnerability

  • CVE-2026-28384: Canonical LXD RCE Vulnerability

  • CVE-2026-3351: Canonical LXD Auth Bypass 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