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

CVE-2026-32693: Canonical Juju Auth Bypass Vulnerability

CVE-2026-32693 is an authorization bypass flaw in Canonical Juju versions 3.0.0 through 3.6.18 that allows unauthorized secret content updates. This article covers technical details, affected versions, and mitigation.

Published: March 20, 2026

CVE-2026-32693 Overview

CVE-2026-32693 is an authorization bypass vulnerability in Canonical Juju affecting versions 3.0.0 through 3.6.18. The vulnerability exists in the secret-set tool where authorization checks are not performed correctly, allowing a grantee to update secret content beyond their intended permissions. This flaw can lead to unauthorized reading or updating of other secrets within the Juju environment. Notably, when the secret-set tool logs an error during an exploitation attempt, the secret is still updated contrary to expected behavior, making the new value visible to both the owner and the grantee.

Critical Impact

Attackers with low-level privileges can exploit improper authorization in the secret-set tool to read and modify secrets they should not have access to, potentially compromising sensitive credentials and configuration data across the Juju deployment.

Affected Products

  • Canonical Juju versions 3.0.0 through 3.6.18

Discovery Timeline

  • 2026-03-18 - CVE-2026-32693 published to NVD
  • 2026-03-19 - Last updated in NVD database

Technical Details for CVE-2026-32693

Vulnerability Analysis

This vulnerability is classified under CWE-284 (Improper Access Control), indicating a fundamental flaw in how the Juju application enforces authorization boundaries. The core issue lies in the secret-set tool's failure to properly validate whether a user has the appropriate permissions before allowing modifications to secret content.

The authorization bypass is particularly concerning because it enables lateral movement within Juju's secrets management system. A grantee with legitimate but limited access to certain secrets can exploit this flaw to access and modify secrets belonging to other users or applications. The vulnerability has a network-based attack vector requiring only low privileges and no user interaction, making it relatively easy to exploit once an attacker has any level of authenticated access to the Juju environment.

Root Cause

The root cause of this vulnerability stems from incorrect authorization logic in the secret-set tool. When a grantee attempts to update a secret, the authorization check fails to properly validate the scope of their permissions. Additionally, there is a logic error where secret updates are committed even when the tool logs an authorization error, suggesting a failure in the error handling flow that allows the operation to proceed despite detecting the unauthorized access attempt.

Attack Vector

An attacker who has been granted access to any secret in the Juju environment can exploit this vulnerability remotely over the network. The exploitation requires low privileges (authenticated access as a grantee), does not need user interaction, and can result in unauthorized access to confidential secret data across the deployment. The attacker can leverage the flawed authorization in secret-set to enumerate and modify secrets beyond their authorized scope.

The vulnerability allows both confidentiality and integrity impacts, as attackers can read secrets they shouldn't have access to and modify secret values that could affect other applications relying on those secrets.

Detection Methods for CVE-2026-32693

Indicators of Compromise

  • Unexpected modifications to secrets by users who should only have read access
  • Authorization error logs from the secret-set tool paired with successful secret updates
  • Secret access patterns showing grantees accessing secrets outside their normal scope

Detection Strategies

  • Monitor Juju audit logs for secret-set operations that generate authorization errors followed by successful secret modifications
  • Implement alerting on any secret updates performed by grantees rather than secret owners
  • Review access control configurations for secrets to identify overly permissive grants

Monitoring Recommendations

  • Enable detailed logging for all secrets management operations in Juju
  • Configure alerts for anomalous secret access patterns, particularly cross-scope access attempts
  • Regularly audit the relationship between grantees and the secrets they are accessing

How to Mitigate CVE-2026-32693

Immediate Actions Required

  • Upgrade Canonical Juju to a patched version beyond 3.6.18
  • Review and audit all existing secret grants to identify potentially compromised secrets
  • Rotate any sensitive secrets that may have been accessed by unauthorized grantees
  • Limit secret grants to only essential personnel until the patch is applied

Patch Information

Canonical has released security updates to address this vulnerability. Users should upgrade to a Juju version newer than 3.6.18. For detailed patch information and release notes, refer to the GitHub Security Advisory GHSA-439w-v2p7-pggc.

Workarounds

  • Temporarily revoke secret grants from non-essential grantees until patching is complete
  • Implement additional monitoring layers to detect unauthorized secret access
  • Consider isolating critical secrets in separate Juju models with restricted access
  • Apply network segmentation to limit exposure of the Juju controller
bash
# Review current secret grants in Juju
juju secrets --show-grants

# Revoke unnecessary grants as a temporary mitigation
juju grant-secret <secret-name> --revoke <grantee>

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

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.05%

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

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