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

CVE-2026-3351: Canonical LXD Auth Bypass Vulnerability

CVE-2026-3351 is an authentication bypass flaw in Canonical LXD 6.6 that allows restricted users to enumerate certificate fingerprints. This article covers technical details, affected versions, impact, and mitigation.

Published: March 6, 2026

CVE-2026-3351 Overview

CVE-2026-3351 is an improper authorization vulnerability in the API endpoint GET /1.0/certificates in Canonical LXD 6.6 on Linux. This flaw allows an authenticated, restricted user to enumerate all certificate fingerprints trusted by the LXD server, potentially exposing sensitive infrastructure information that should be restricted based on user permissions.

Critical Impact

Authenticated users with restricted access can enumerate trusted certificate fingerprints, potentially revealing the identity and scope of other trusted entities in the LXD environment.

Affected Products

  • Canonical LXD 6.6 on Linux

Discovery Timeline

  • 2026-03-03 - CVE CVE-2026-3351 published to NVD
  • 2026-03-03 - Last updated in NVD database

Technical Details for CVE-2026-3351

Vulnerability Analysis

This vulnerability stems from missing authorization checks (CWE-862) in the LXD certificates API endpoint. When a restricted user queries the /1.0/certificates endpoint, the server fails to properly filter the certificate list based on the user's entitlements. Instead of returning only certificates the user is authorized to view, the API returns all certificate fingerprints trusted by the LXD server.

This information disclosure allows restricted users to gain visibility into the broader trust relationships within the LXD infrastructure, which could be leveraged for reconnaissance in more sophisticated attack chains.

Root Cause

The root cause is inadequate authorization enforcement in the certificate listing functionality. The original implementation retrieved all certificates from the database and returned them in the API response without filtering based on the authenticated user's permission scope. The authorization system was correctly implemented for individual certificate access but was bypassed when listing certificates in non-recursive mode.

Attack Vector

The attack vector is network-based and requires authentication. An attacker needs valid credentials with restricted access to the LXD server. Once authenticated, the attacker can issue a simple API request to the /1.0/certificates endpoint to retrieve fingerprints of all trusted certificates, regardless of their authorization level.

go
// Security patch - lxd/certificates.go
// Source: https://github.com/canonical/lxd/commit/d936c90d47cf0be1e9757df897f769e9887ebde1
 	}
 
 	var certResponses []*api.Certificate
-	var baseCerts []dbCluster.Certificate
+	var certURLs []string
 	urlToCertificate := make(map[*api.URL]auth.EntitlementReporter)
 	err = d.State().DB.Cluster.Transaction(r.Context(), func(ctx context.Context, tx *db.ClusterTx) error {
-		baseCerts, err = dbCluster.GetCertificates(ctx, tx.Tx())
+		baseCerts, err := dbCluster.GetCertificates(ctx, tx.Tx())
 		if err != nil {
 			return err
 		}

The patch changes how certificates are retrieved and filtered, ensuring that only certificates the user is entitled to view are included in the response. The variable scope change from baseCerts being declared outside the transaction to inside indicates tighter control over the certificate data flow.

Detection Methods for CVE-2026-3351

Indicators of Compromise

  • Unusual API requests to /1.0/certificates from restricted user accounts
  • Audit logs showing certificate enumeration attempts by users without administrative privileges
  • Repeated queries to the certificates endpoint that deviate from normal usage patterns

Detection Strategies

  • Enable and monitor LXD audit logging for API endpoint access patterns
  • Implement alerting for certificate endpoint access by non-administrative users
  • Review access control configurations to identify potentially impacted restricted accounts

Monitoring Recommendations

  • Configure centralized logging for all LXD API requests
  • Monitor authentication logs for restricted account activity patterns
  • Establish baseline behavior for certificate API usage to detect anomalies

How to Mitigate CVE-2026-3351

Immediate Actions Required

  • Update Canonical LXD to a patched version that addresses this authorization issue
  • Review restricted user accounts and their current access to sensitive endpoints
  • Audit certificate trust relationships that may have been exposed

Patch Information

Canonical has addressed this vulnerability through code changes to the certificate listing functionality. The fix ensures that the /1.0/certificates endpoint properly filters results based on user entitlements. The security patch is available in the GitHub commit d936c90d47cf and was merged via Pull Request #17738. Additional details are available in the GitHub Security Advisory GHSA-crmg-9m86-636r.

Workarounds

  • Restrict network access to the LXD API to trusted networks only
  • Review and minimize the number of restricted user accounts with API access
  • Implement additional network segmentation to limit exposure of LXD management interfaces
bash
# Configuration example - Restrict LXD API access to specific network
lxc config set core.https_address 127.0.0.1:8443

# Audit current restricted users
lxc auth identity list --format=csv | grep restricted

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechLxd

  • SeverityLOW

  • CVSS Score2.1

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:L/SI:N/SA:N/E:P/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-862
  • Technical References
  • GitHub Commit Changes

  • GitHub Pull Request

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-34178: Canonical LXD Auth Bypass Vulnerability

  • CVE-2026-34177: Canonical LXD Privilege Escalation Flaw

  • CVE-2026-34179: Canonical LXD Privilege Escalation Flaw

  • CVE-2026-28384: Canonical LXD 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