Approved changes feed: RSS · Atom

cpe:2.3:a:crossplane:crossplane-runtime:0.16.0:*:*:*:*:*:*:*

part: a version: 0.16.0 update: *

VendorCrossplane (e50b7b8a-e2a3-5a6e-8228-4d15927b5265)
ProductCrossplane Runtime (cd299cff-a706-57f7-b5fb-f6b7be711c45)
Edition*
Language*
Software edition*
Target software*
Target hardware*
Other*
NotesImported from NVD CPE 2.0 feed

PURL mappings

PURLSourceLast updated
pkg:github/crossplane/crossplane-runtime purl2cpe 2026-06-01 10:14:58.093467
pkg:golang/github.com/crossplane/crossplane-runtime purl2cpe 2026-06-01 10:14:58.093468

Vulnerability references

IdentifiercpeApplicabilitySubmitteddb.gcve.eu detailsRationale
CVE:CVE-2023-27483 vulnerable 2026-06-08 05:57:41.698540 fieldpath's Paved.SetValue allows growing arrays up to arbitrary sizes in crossplane-runtime
MEDIUM (5.9)
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.
Published: 2023-03-09T20:18:31.955Z
Updated: 2025-02-25T14:59:17.021Z
Reference links
Imported from gcve-enriched-dumps CVE data

Contribute

You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.