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

CVE-2026-4370: Canonical Juju Auth Bypass Vulnerability

CVE-2026-4370 is an authentication bypass flaw in Canonical Juju versions 3.2.0-3.6.19 and 4.0-4.0.4 that allows attackers to join the Dqlite database cluster. This article covers technical details, impact, and mitigations.

Published: April 2, 2026

CVE-2026-4370 Overview

A critical authentication bypass vulnerability was identified in Canonical Juju's internal Dqlite database cluster. The flaw exists in versions 3.2.0 through 3.6.19 and versions 4.0 through 4.0.4, where the Juju controller's database endpoint fails to properly validate TLS client certificates when new nodes attempt to join the cluster. This improper certificate validation (CWE-295) allows an unauthenticated attacker with network access to the Juju controller's Dqlite port to join the database cluster without proper authentication, gaining full read and write access to the underlying database.

Critical Impact

An unauthenticated attacker can join the Dqlite database cluster and gain complete read/write access, enabling total data compromise of the Juju controller's database.

Affected Products

  • Canonical Juju versions 3.2.0 through 3.6.19
  • Canonical Juju versions 4.0 through 4.0.4

Discovery Timeline

  • 2026-04-01 - CVE-2026-4370 published to NVD
  • 2026-04-02 - Last updated in NVD database

Technical Details for CVE-2026-4370

Vulnerability Analysis

This vulnerability represents an improper certificate validation flaw (CWE-295) in Canonical Juju's Dqlite database clustering implementation. The Juju controller serves as the central management component for Juju deployments, and it utilizes Dqlite—a distributed SQLite database—for storing configuration, state, and operational data.

The core issue lies in the TLS handshake process when new nodes attempt to join the Dqlite cluster. While TLS is implemented for transport encryption, the server-side validation of client certificates is not enforced. This means any client presenting a certificate—even a self-signed one—can successfully establish a connection and be accepted as a legitimate cluster member.

The vulnerability can be exploited over the network without any prior authentication or user interaction, and successful exploitation allows attackers to cross security boundaries, potentially affecting multiple dependent systems and workloads managed by Juju.

Root Cause

The root cause is improper TLS client certificate validation in the Juju controller's Dqlite database endpoint. When the database cluster receives a join request from a new node, it fails to verify that the connecting client possesses a certificate signed by a trusted Certificate Authority (CA) or matches an expected certificate chain. This missing validation step allows unauthorized nodes to join the cluster without proving their identity.

Attack Vector

The attack requires network reachability to the Juju controller's Dqlite port. An attacker can exploit this vulnerability by:

  1. Identifying a Juju controller with an exposed Dqlite port
  2. Generating a self-signed TLS certificate or using any valid certificate
  3. Initiating a cluster join request to the Dqlite endpoint
  4. Successfully joining the cluster due to missing certificate validation
  5. Gaining full read and write access to the database containing sensitive Juju configuration and state data

The vulnerability does not require any privileges, credentials, or user interaction to exploit. Once an attacker joins the cluster, they can read sensitive data including cloud credentials, machine configurations, and application settings, or modify data to compromise the integrity of the entire Juju deployment.

Detection Methods for CVE-2026-4370

Indicators of Compromise

  • Unexpected nodes appearing in the Dqlite cluster membership
  • Unrecognized TLS certificates in database cluster connection logs
  • Anomalous database read/write activity from unknown IP addresses
  • Changes to Juju controller configuration or credentials without authorized administrator action

Detection Strategies

  • Monitor Dqlite cluster membership for unauthorized or unexpected node additions
  • Implement network monitoring to detect connections to the Dqlite port from untrusted sources
  • Review TLS handshake logs for connections using certificates not issued by the expected CA
  • Enable audit logging for all database operations and alert on anomalous access patterns

Monitoring Recommendations

  • Configure network intrusion detection systems (IDS) to monitor traffic to the Juju controller's Dqlite port
  • Implement alerting for any new cluster join events
  • Regularly audit the list of nodes in the Dqlite cluster against expected infrastructure
  • Deploy SentinelOne agents on Juju controller hosts to detect suspicious process behavior and network connections

How to Mitigate CVE-2026-4370

Immediate Actions Required

  • Upgrade Canonical Juju to version 3.6.20 or later for the 3.x branch, or version 4.0.5 or later for the 4.x branch
  • Restrict network access to the Juju controller's Dqlite port using firewall rules to allow only trusted hosts
  • Audit current Dqlite cluster membership and remove any unauthorized nodes
  • Review database contents for signs of tampering or unauthorized access

Patch Information

Canonical has released security updates to address this vulnerability. Affected users should upgrade to patched versions as outlined in the GitHub Security Advisory (GHSA-gvrj-cjch-728p). The fix implements proper TLS client certificate validation, ensuring that only nodes with certificates signed by the expected CA can join the cluster.

Workarounds

  • Implement strict network segmentation to ensure the Dqlite port is not accessible from untrusted networks
  • Use firewall rules to allowlist only IP addresses of legitimate Juju controller cluster members
  • Deploy a reverse proxy or VPN to add an additional authentication layer before the Dqlite endpoint
  • Monitor cluster membership changes and immediately investigate any unexpected join attempts
bash
# Example: Restrict Dqlite port access using iptables
# Replace TRUSTED_IP with the IP addresses of legitimate cluster nodes
iptables -A INPUT -p tcp --dport 17070 -s TRUSTED_IP_1 -j ACCEPT
iptables -A INPUT -p tcp --dport 17070 -s TRUSTED_IP_2 -j ACCEPT
iptables -A INPUT -p tcp --dport 17070 -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/TechCanonical Juju

  • SeverityCRITICAL

  • CVSS Score10.0

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-295
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-32692: Canonical Juju Auth Bypass Vulnerability

  • CVE-2026-32693: Canonical Juju Auth Bypass Vulnerability

  • CVE-2026-32691: Canonical Juju Race Condition Vulnerability

  • CVE-2026-32694: Canonical Juju Information Disclosure Flaw
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