Vulnerability Description
Garden provides automation for Kubernetes development and testing. Prior tov ersions 0.13.17 and 0.12.65, Garden has a dependency on the cryo library, which is vulnerable to code injection due to an insecure implementation of deserialization. Garden stores serialized objects using cryo in the Kubernetes `ConfigMap` resources prefixed with `test-result` and `run-result` to cache Garden test and run results. These `ConfigMaps` are stored either in the `garden-system` namespace or the configured user namespace. When a user invokes the command `garden test` or `garden run` objects stored in the `ConfigMap` are retrieved and deserialized. This can be used by an attacker with access to the Kubernetes cluster to store malicious objects in the `ConfigMap`, which can trigger a remote code execution on the users machine when cryo deserializes the object. In order to exploit this vulnerability, an attacker must have access to the Kubernetes cluster used to deploy garden remote environments. Further, a user must actively invoke either a `garden test` or `garden run` which has previously cached results. The issue has been patched in Garden versions `0.13.17` (Bonsai) and `0.12.65` (Acorn). Only Garden versions prior to these are vulnerable. No known workarounds are available.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Garden | Garden | < 0.12.65 |
Related Weaknesses (CWE)
References
- https://github.com/garden-io/garden/commit/3117964da40d3114f129a6131b4ada89eaa4ePatch
- https://github.com/garden-io/garden/security/advisories/GHSA-hm75-6vc9-8rprVendor Advisory
- https://github.com/garden-io/garden/commit/3117964da40d3114f129a6131b4ada89eaa4ePatch
- https://github.com/garden-io/garden/security/advisories/GHSA-hm75-6vc9-8rprVendor Advisory
FAQ
What is CVE-2023-44392?
CVE-2023-44392 is a vulnerability with a CVSS score of 8.2 (HIGH). Garden provides automation for Kubernetes development and testing. Prior tov ersions 0.13.17 and 0.12.65, Garden has a dependency on the cryo library, which is vulnerable to code injection due to an i...
How severe is CVE-2023-44392?
CVE-2023-44392 has been rated HIGH with a CVSS base score of 8.2/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2023-44392?
Check the references section above for vendor advisories and patch information. Affected products include: Garden Garden.