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

CVE-2026-1237: Juju Auth Bypass Vulnerability

CVE-2026-1237 is an authentication bypass flaw in Juju that allows malicious users to maintain revoked cross-model permissions. This article covers the technical details, affected versions, security impact, and mitigation.

Published: January 30, 2026

CVE-2026-1237 Overview

CVE-2026-1237 is an authorization bypass vulnerability in Juju that affects cross-model permissions validation. When a charm's cross-model permissions are revoked or expire, a malicious user with database record modification capabilities can mint an invalid macaroon that is incorrectly validated by the juju controller. This enables a charm to maintain otherwise revoked or expired permissions, allowing unauthorized continuation of cross-model relations.

Critical Impact

A malicious actor can bypass permission revocation to maintain unauthorized access to cross-model relations, allowing charms to use workloads from other charms without proper authorization.

Affected Products

  • Juju (all versions - no fix available as of publication)

Discovery Timeline

  • 2026-01-28 - CVE-2026-1237 published to NVD
  • 2026-01-29 - Last updated in NVD database

Technical Details for CVE-2026-1237

Vulnerability Analysis

This vulnerability stems from improper verification of cryptographic signatures (CWE-347) in Juju's macaroon-based authorization system. Macaroons are a type of bearer credential used for decentralized authorization, and Juju relies on them to manage cross-model permissions between charms.

The core issue lies in how the Juju controller validates macaroons when cross-model permissions are checked. When permissions are revoked or expire, the controller should reject any macaroons associated with those permissions. However, due to improper cryptographic signature verification, an attacker who can modify database records can craft macaroons that pass validation despite representing revoked or expired permissions.

The attack requires adjacent network access and the ability to manipulate database records, which provides some limitation on the attack surface. However, once these prerequisites are met, the attacker can maintain persistent unauthorized access to cross-model relations.

Root Cause

The vulnerability is caused by improper verification of cryptographic signatures (CWE-347) in the Juju controller's macaroon validation logic. The controller fails to properly verify that macaroons representing cross-model permissions have not been tampered with or minted without proper authorization. This allows an attacker with database write access to create macaroons that bypass permission revocation checks.

Attack Vector

The attack vector requires adjacent network access with low privileges required. An attacker must first gain the ability to modify database records within the Juju environment. Once this access is obtained, the attacker can:

  1. Identify a charm relationship where cross-model permissions have been revoked or are set to expire
  2. Craft a malicious macaroon that appears valid to the Juju controller
  3. Present this macaroon during authorization checks to maintain the revoked cross-model relation
  4. Continue accessing workloads from the target charm without proper authorization

The attack complexity is high due to the prerequisite of database modification capabilities, and the vulnerability requires an active cross-model relation context. For detailed technical information, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-1237

Indicators of Compromise

  • Unexpected or unauthorized cross-model relations persisting after permission revocation
  • Anomalous database modifications targeting macaroon or authorization-related tables
  • Charms maintaining access to workloads after their cross-model permissions should have expired
  • Unusual authentication patterns in Juju controller logs

Detection Strategies

  • Monitor Juju controller logs for authorization events involving cross-model relations
  • Implement database audit logging to detect unauthorized modifications to authorization records
  • Regularly audit active cross-model relations against expected permission states
  • Deploy SentinelOne Singularity to detect anomalous database access patterns and unauthorized modifications

Monitoring Recommendations

  • Enable verbose logging on Juju controllers to capture detailed authorization decisions
  • Set up alerts for cross-model relation activities that occur after permission revocation events
  • Implement periodic reconciliation checks between expected and actual cross-model permissions
  • Monitor for signs of database tampering in Juju's backend storage

How to Mitigate CVE-2026-1237

Immediate Actions Required

  • Review and audit all active cross-model relations for unauthorized access
  • Restrict database write access to only essential, trusted administrators
  • Implement additional access controls around database records containing authorization data
  • Consider temporarily disabling cross-model relations in high-security environments until a patch is available

Patch Information

No fix is available as of the time of writing (2026-01-29). Organizations should monitor the GitHub Security Advisory for updates on patch availability.

Workarounds

  • Implement strict access controls to prevent unauthorized database modifications
  • Deploy network segmentation to limit adjacent network access to Juju infrastructure
  • Regularly rotate and audit cross-model permissions to detect unauthorized persistence
  • Use external monitoring tools to verify cross-model relation states match expected configurations
bash
# Configuration example - Restrict database access permissions
# Ensure only authorized users can modify Juju's backend database
# Example for PostgreSQL backend:
REVOKE ALL ON juju_authorization FROM PUBLIC;
GRANT SELECT ON juju_authorization TO juju_read_only;
GRANT SELECT, INSERT, UPDATE, DELETE ON juju_authorization TO juju_admin;

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechJuju

  • SeverityLOW

  • CVSS Score2.1

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:A/AC:H/AT:P/PR:L/UI:N/VC:L/VI:L/VA:L/SC:L/SI:L/SA:L/E:X/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
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-347
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-5412: Juju Information Disclosure Vulnerability

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

  • CVE-2025-68153: Juju Privilege Escalation Vulnerability

  • CVE-2025-68152: Juju Information Disclosure 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