CVE-2024-58269: Rancher exposes sensitive information through audit logs
(updated )
Note: The exploitation of this issue requires that the malicious user have access to Rancher’s audit log storage.
A vulnerability has been identified in Rancher Manager, where sensitive information, including secret data, cluster import URLs, and registration tokens, is exposed to any entity with access to Rancher audit logs. This happens in two different ways:
- Secret Annotation Leakage: When creating Kubernetes Secrets using the
stringDatafield, the cleartext value is embedded in thekubectl.kubernetes.io/last-applied-configurationannotation. This annotation is included in Rancher audit logs within both the request and response bodies, exposing secret material that should be redacted. - Cluster Registration Token Leakage: During the import or creation of downstream clusters (Custom, Imported, or Harvester), Rancher audit logs record full cluster registration manifests and tokens, including:
a. Non-expiring import URLs such as
/v3/import/<token>_c-m-xxxx.yaml. b. Fullkubectl applyandcurlcommands containing registration tokens and CA checksums. c. Token values associated with cluster registration resources (clusterRegistrationToken). d. These tokens are valid until explicitly revoked and can be used to re-register nodes, granting unauthorized cluster access.
An attacker or internal user who gains access to these logs could:
- Recover plaintext secret values from annotations.
- Use cluster registration tokens or import URLs to re-enroll agents or compromise downstream clusters.
- Access clusters that rely on these tokens for authentication, enabling lateral movement.
Please consult the associated MITRE ATT&CK - Technique - Log Enumeration for further information about this category of attack.
References
- bugzilla.suse.com/show_bug.cgi?id=CVE-2024-58269
- github.com/advisories/GHSA-mw39-9qc2-f7mg
- github.com/rancher/rancher
- github.com/rancher/rancher/commit/26ad9216e94f77b5471f638256a6989030572adc
- github.com/rancher/rancher/commit/50dc516a19ea216e270f738912dc8d0c9ca99d5d
- github.com/rancher/rancher/security/advisories/GHSA-mw39-9qc2-f7mg
- nvd.nist.gov/vuln/detail/CVE-2024-58269
Code Behaviors & Features
Detect and mitigate CVE-2024-58269 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →