{"id":"GHSA-vfvj-3m3g-m532","summary":"fieldpath's Paved.SetValue allows growing arrays up to arbitrary sizes in crossplane-runtime","details":"### Summary\n\nFuzz testing on `crossplane/crossplane`, by Ada Logics and sponsored by the CNCF, identified input to a function in the `fieldpath` package that can cause an out of memory panic. 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.\n\n### Details\n\nIn the `fieldpath` package, the `SetValue` method of the `Paved` type sets a value on the inner object according to the provided path, without validating it first. This allows setting values in slices at any specific index and the code will grow the target array up to the required size. The index is currently capped at max uint32 (4294967295) given how indexes are parsed,  but that is still an unnecessarily large value.\n\n### Workaround\n\nUsers can parse and validate the path before passing it to the `SetValue` method of the `Paved` type, constraining the index size as deemed appropriate.\n\n### Credits\n\nDisclosed by Ada Logics in a fuzzing audit sponsored by CNCF.","aliases":["CVE-2023-27483","GO-2023-1623"],"modified":"2023-11-08T04:12:04.789784Z","published":"2023-03-13T20:53:50Z","related":["CVE-2023-27483"],"database_specific":{"github_reviewed":true,"nvd_published_at":"2023-03-09T21:15:00Z","cwe_ids":["CWE-20","CWE-400"],"severity":"MODERATE","github_reviewed_at":"2023-03-13T20:53:50Z"},"references":[{"type":"WEB","url":"https://github.com/crossplane/crossplane-runtime/security/advisories/GHSA-vfvj-3m3g-m532"},{"type":"ADVISORY","url":"https://nvd.nist.gov/vuln/detail/CVE-2023-27483"},{"type":"WEB","url":"https://github.com/crossplane/crossplane-runtime/commit/53508a9f4374604db140dd8ab2fa52276441e738"},{"type":"WEB","url":"https://github.com/crossplane/crossplane-runtime/commit/f67177024d906aaf5e13ee7cd470b4e87a9fef40"},{"type":"PACKAGE","url":"https://github.com/crossplane/crossplane-runtime"},{"type":"WEB","url":"https://pkg.go.dev/vuln/GO-2023-1623"}],"affected":[{"package":{"name":"github.com/crossplane/crossplane-runtime","ecosystem":"Go","purl":"pkg:golang/github.com/crossplane/crossplane-runtime"},"ranges":[{"type":"SEMVER","events":[{"introduced":"0.17.0"},{"fixed":"0.19.2"}]}],"database_specific":{"source":"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/03/GHSA-vfvj-3m3g-m532/GHSA-vfvj-3m3g-m532.json"}},{"package":{"name":"github.com/crossplane/crossplane-runtime","ecosystem":"Go","purl":"pkg:golang/github.com/crossplane/crossplane-runtime"},"ranges":[{"type":"SEMVER","events":[{"introduced":"0.6.0"},{"fixed":"0.16.1"}]}],"database_specific":{"source":"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/03/GHSA-vfvj-3m3g-m532/GHSA-vfvj-3m3g-m532.json"}}],"schema_version":"1.7.3","severity":[{"type":"CVSS_V3","score":"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H"}]}