Cyber Resilience

CVE-2026-32691

Canonical Juju 3.0.0 – 3.6.19

Published
18 March 2026
Modified
19 March 2026
Patch / advisory
CVSS Score v3.1 5.3
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0023 14th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-32691 is a medium-severity Incorrect Ownership Assignment (CWE-708) vulnerability in Canonical Juju. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Unsecured Credentials (T1552); ranked at the 14th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to AC-3 (Access Enforcement) and AC-6 (Least Privilege) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

A race condition in the secrets management subsystem of Juju versions 3.0.0 through 3.6.18 allows an authenticated unit agent to claim ownership of a newly initialized secret. Between generating a Juju Secret ID and creating the secret's first revision, an…

more

attacker authenticated as another unit agent can claim ownership of a known secret. This leads to the attacking unit being able to read the content of the initial secret revision.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1552 Unsecured Credentials Credential Access
Adversaries may search compromised systems to find and obtain insecurely stored credentials.
Why these techniques?

Race condition enables unauthorized access to secrets (credentials) by authenticated agents.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-5412Same product: Canonical Juju
CVE-2023-0092Same product: Canonical Juju
CVE-2024-8038Same product: Canonical Juju
CVE-2025-68152Same product: Canonical Juju
CVE-2024-6984Same product: Canonical Juju
CVE-2025-0928Same product: Canonical Juju
CVE-2026-4370Same product: Canonical Juju
CVE-2026-32692Same product: Canonical Juju
CVE-2026-32694Same product: Canonical Juju
CVE-2024-7558Same product: Canonical Juju

Affected Assets

canonical
juju
3.0.0 — 3.6.19

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • AC-3 Access Enforcement
  • AC-6 Least Privilege
  • AC-16 Security and Privacy Attributes
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 4 hardening rules · 3 OS baselines
Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces ownership and access rules on secrets so that only the legitimate creator can claim a newly generated Secret ID before the first revision is written.

prevent

Restricts each unit agent to the minimum privileges required, preventing an unrelated authenticated agent from successfully claiming ownership of another unit's secret.

prevent

Binds and validates security attributes (owner, revision) to the secret object at creation time, closing the window in which a race can alter ownership.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.AA-05 mostly match
prevents

Defining, enforcing and reviewing access permissions and entitlements directly addresses correct ownership assignment for resources.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Access-control policy can mandate correct ownership assignment, but does not prescribe how ownership is technically enforced.

degrades

Identity-management processes define who may own resources, yet do not guarantee correct assignment at creation time.

prevents

Access-rights provisioning includes ownership assignment; fixing CWE-708 directly supports this control's intent.

prevents

Role definitions can require ownership accountability, but the control itself does not address technical assignment errors.

prevents

Privileged-access rules often include ownership checks, yet the control focuses on elevated rights rather than ownership correctness.

prevents

Information-access-restriction mechanisms rely on correct ownership; eliminating incorrect ownership strengthens this control.

Hardening callouts derived

Configuration rules from DISA STIG baselines that reduce the attack surface for weaknesses of the type cited by this CVE. Derived transitively via CVE→CWE→STIG over `controls_xwalks` (authoritative rows only).

RHEL 8 (1 rule)
  • V-230267 RHEL 8 must enable kernel parameters to enforce discretionary access control on symlinks. via CWE-708

References