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

CVE-2026-5412: Juju Information Disclosure Vulnerability

CVE-2026-5412 is an information disclosure flaw in Juju that allows authenticated users to extract cloud credentials via the Controller facade. This article covers technical details, affected versions, and mitigation.

Published: April 17, 2026

CVE-2026-5412 Overview

CVE-2026-5412 is an authorization bypass vulnerability affecting Canonical Juju, an open-source application modeling tool used for deploying, configuring, scaling, and operating software on cloud infrastructure. The vulnerability exists in the Controller facade, where an authorization issue allows authenticated low-privileged users to call the CloudSpec API method and extract sensitive cloud credentials used to bootstrap the controller.

This vulnerability enables privilege escalation through credential theft, allowing attackers with minimal authenticated access to obtain cloud provider credentials that could be used to compromise the entire cloud infrastructure managed by the affected Juju controller.

Critical Impact

An authenticated low-privileged user can extract cloud bootstrap credentials through the CloudSpec API, potentially compromising entire cloud infrastructure deployments managed by Juju.

Affected Products

  • Juju versions prior to 2.9.57
  • Juju versions prior to 3.6.21
  • All Juju deployments using the vulnerable Controller facade API

Discovery Timeline

  • 2026-04-10 - CVE-2026-5412 published to NVD
  • 2026-04-13 - Last updated in NVD database

Technical Details for CVE-2026-5412

Vulnerability Analysis

This vulnerability stems from improper authorization controls (CWE-285: Improper Authorization) in the Juju Controller facade. The Controller facade is a critical component that manages interactions between Juju clients and the controller, including access to cloud-specific configurations and credentials.

The flaw allows any authenticated user, regardless of their privilege level within the Juju model, to invoke the CloudSpec API method. This method returns the cloud specification including credentials that were used during the controller bootstrap process. Under normal circumstances, access to these credentials should be restricted to administrative users only.

The impact is severe because cloud bootstrap credentials typically have broad permissions across the cloud provider (AWS, GCP, Azure, OpenStack, etc.), potentially allowing an attacker to:

  • Access and modify cloud resources outside of Juju's management
  • Create new infrastructure for malicious purposes
  • Exfiltrate data from cloud storage
  • Pivot to other systems within the cloud environment

Root Cause

The root cause is an improper authorization check in the Controller facade's CloudSpec API method. The code fails to verify that the calling user has appropriate administrative privileges before returning sensitive cloud credential information. This represents a broken access control vulnerability where the authorization layer does not properly enforce the principle of least privilege.

The fix implemented in versions 2.9.57 and 3.6.21 adds proper authorization checks to ensure only users with appropriate administrative permissions can access the CloudSpec endpoint.

Attack Vector

The attack is network-accessible and requires low-privilege authenticated access to the Juju controller. An attacker would need valid credentials to authenticate to the Juju API, but these could be any legitimate user account regardless of assigned permissions.

The exploitation flow involves:

  1. Authenticating to the Juju controller with any valid user credentials
  2. Calling the CloudSpec API method through the Controller facade
  3. Receiving cloud provider credentials in the API response
  4. Using the extracted credentials to access cloud resources directly

Since no code examples are available from verified sources, refer to the GitHub Security Advisory GHSA-w5fq-8965-c969 for additional technical details about the vulnerability mechanism.

Detection Methods for CVE-2026-5412

Indicators of Compromise

  • Unexpected API calls to the CloudSpec endpoint from non-administrative users
  • Unusual authentication patterns to cloud providers using bootstrap credentials
  • Audit logs showing CloudSpec API method invocations by low-privileged accounts
  • Cloud provider access logs showing activity from Juju bootstrap credentials outside normal controller operations

Detection Strategies

  • Monitor Juju controller audit logs for CloudSpec API calls and correlate with user privilege levels
  • Implement cloud provider credential usage monitoring to detect anomalous access patterns
  • Deploy API monitoring to alert on Controller facade method calls from unauthorized users
  • Enable verbose logging on Juju controllers to capture detailed API request information

Monitoring Recommendations

  • Configure SIEM rules to alert on CloudSpec API method invocations by non-admin users
  • Implement cloud provider IAM monitoring to track bootstrap credential usage
  • Review Juju user access lists and verify principle of least privilege is applied
  • Set up automated version scanning to identify vulnerable Juju installations

How to Mitigate CVE-2026-5412

Immediate Actions Required

  • Upgrade Juju to version 2.9.57 or later for the 2.9.x branch
  • Upgrade Juju to version 3.6.21 or later for the 3.6.x branch
  • Audit all Juju user accounts and remove unnecessary access
  • Rotate cloud bootstrap credentials after patching to invalidate any potentially compromised credentials

Patch Information

Canonical has released patched versions addressing this authorization bypass vulnerability:

  • Juju 2.9.x branch: Fixed in version 2.9.57 - See Pull Request #22205
  • Juju 3.6.x branch: Fixed in version 3.6.21 - See Pull Request #22206

For complete details, review the GitHub Security Advisory GHSA-w5fq-8965-c969.

Workarounds

  • Restrict network access to the Juju controller API to trusted networks only
  • Implement additional authentication layers (VPN, bastion hosts) before Juju controller access
  • Review and minimize user accounts with authenticated access to Juju controllers
  • Consider implementing cloud provider IAM controls to limit bootstrap credential permissions
bash
# Check current Juju version
juju version

# Upgrade Juju controller to patched version
sudo snap refresh juju --channel=2.9/stable
# or for 3.x branch
sudo snap refresh juju --channel=3.6/stable

# Verify upgrade was successful
juju version

# List all users with controller access for audit
juju users --all

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechJuju

  • SeverityCRITICAL

  • CVSS Score9.9

  • EPSS Probability0.04%

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

  • GitHub Pull Request #22206

  • GitHub Security Advisory GHSA-w5fq-8965-c969
  • Related CVEs
  • CVE-2025-68152: Juju Information Disclosure Vulnerability

  • CVE-2026-5774: Canonical Juju API Server DoS Vulnerability

  • CVE-2025-68153: Juju Privilege Escalation Vulnerability

  • CVE-2026-1237: Juju 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