CVE-2023-27483
Last modified
CVE-2023-27483 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. crossplane-runtime is a set of go libraries used to build Kubernetes controllers in Crossplane and its related stacks. An out of memory panic vulnerability has been discovered in affected versions. EPSS estimates a 0.80% chance of exploitation in the next 30 days.
Description
crossplane-runtime is a set of go libraries used to build Kubernetes controllers in Crossplane and its related stacks. An out of memory panic vulnerability has been discovered in affected versions. Applications that use the `Paved` type's `SetValue` method with user provided input without proper validation might use excessive amounts of memory and cause an out of memory panic. In the fieldpath package, the Paved.SetValue method sets a value on the Paved object according to the provided path, without any validation. This allows setting values in slices at any provided index, which grows the target array up to the requested index, the index is currently capped at max uint32 (4294967295) given how indexes are parsed, but that is still an unnecessarily large value. If callers are not validating paths' indexes on their own, which most probably are not going to do, given that the input is parsed directly in the SetValue method, this could allow users to consume arbitrary amounts of memory. Applications that do not use the `Paved` type's `SetValue` method are not affected. This issue has been addressed in versions 0.16.1 and 0.19.2. Users are advised to upgrade. Users unable to upgrade can parse and validate the path before passing it to the `SetValue` method of the `Paved` type, constraining the index size as deemed appropriate.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Crossplane | Crossplane-Runtime | >= 0.19.0, < 0.19.2 |
| Crossplane | Crossplane-Runtime | 0.16.0 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-27483?
How severe is CVE-2023-27483?
How do I fix CVE-2023-27483?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2023
- CVE-2023-27477wasmtime is a fast and secure runtime for WebAssembly. Wasmt…4.3
- CVE-2023-27478libmemcached-awesome is an open source C/C++ client library …6.5
- CVE-2023-27479XWiki Platform is a generic wiki platform offering runtime s…9.9
- CVE-2023-27480XWiki Platform is a generic wiki platform offering runtime s…7.7
- CVE-2023-27481Directus is a real-time API and App dashboard for managing S…4.3
- CVE-2023-27482homeassistant is an open source home automation tool. A remo…10
- CVE-2023-27484crossplane-runtime is a set of go libraries used to build Ku…4.9
- CVE-2023-27485thmmniii/fbs-core is an open source feedback system for stud…4.3
- CVE-2023-27486xCAT is a toolkit for deployment and administration of compu…8.8
- CVE-2023-27487Envoy is an open source edge and service proxy designed for …9.1
- CVE-2023-27488Envoy is an open source edge and service proxy designed for …9.8
- CVE-2023-27489Kiwi TCMS is an open source test management system for both …5.4
Are you affected by CVE-2023-27483?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
