CVE-2026-5412: Juju CloudSpec API could leak senstive information
Impact
If a user has login permission to a controller and knows the controller model UUID, they can call the CloudSpec method on the Controller facade and get cloud credentials used to bootstrap the controller.
The CloudSpec API is called by workers running in the controller to maintain connection to the cloud - this aspect is not the issue. The API is also called by the CLI when killing (force destroying a controller with juju kill-controller). This is the problematic aspect. The API is exposed to any client caller where that client has nothing more than logon permission on the controller. What should happen is that getting access to the credential should be limited to those client connections where the authenticated user has superuser or model admin permission.
This affect 2.9, 3.6, 4.0.6 (snap from 4.0/edge channel).
The fix will allow non-confidential, public information like cloud endpoint etc to be read, but only controller superusers or model admins will be able to see the credential details.
Patches
No patch exists.
Workarounds
The only mitigation is to restrict ingress to the controller API port 17070 on all controller machines (for vm deployments) or the controller service (for k8s deployments). The Juju CLI and other clients like libjuju or JAAS require ingress to port 17070 so any restricted access will need to take into account those access requirements.
Other sources
In Juju versions prior to 2.9.57 and 3.6.21, an authorization issue exists in the Controller facade. An authenticated user can call the CloudSpec API method to extract the cloud credentials used to bootstrap the controller. This allows a low-privileged user to access sensitive credentials. This issue is resolved in Juju versions 2.9.57 and 3.6.21.
— MITRE
Affected Software
Remediation
Patch Available
Patch Available
Event History
Frequently Asked Questions
What is the severity of CVE-2026-5412?
CVE-2026-5412 is considered a high-severity vulnerability as it may lead to unauthorized access to sensitive cloud credentials.
How does CVE-2026-5412 affect users?
CVE-2026-5412 affects users by allowing those with login permissions to access sensitive information if they know the controller model UUID.
How do I fix CVE-2026-5412?
You can mitigate CVE-2026-5412 by upgrading to the latest version of Juju that addresses the vulnerability.
Which versions of Juju are affected by CVE-2026-5412?
CVE-2026-5412 affects Juju versions prior to 0.0.0-20260408003526-d395054dc2c3, 2.9.57, and 3.6.21.
Is there any exploit available for CVE-2026-5412?
While specific exploits for CVE-2026-5412 are not detailed, the vulnerability itself poses a risk for credential leakage if not mitigated.