GHSA-vfvj-3m3g-m532

Suggest an improvement
Source
https://github.com/advisories/GHSA-vfvj-3m3g-m532
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/03/GHSA-vfvj-3m3g-m532/GHSA-vfvj-3m3g-m532.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-vfvj-3m3g-m532
Aliases
Published
2023-03-13T20:53:50Z
Modified
2023-11-08T04:12:04.789784Z
Severity
  • 5.9 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
fieldpath's Paved.SetValue allows growing arrays up to arbitrary sizes in crossplane-runtime
Details

Summary

Fuzz 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.

Details

In 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.

Workaround

Users can parse and validate the path before passing it to the SetValue method of the Paved type, constraining the index size as deemed appropriate.

Credits

Disclosed by Ada Logics in a fuzzing audit sponsored by CNCF.

Database specific
{
    "nvd_published_at": "2023-03-09T21:15:00Z",
    "github_reviewed_at": "2023-03-13T20:53:50Z",
    "severity": "MODERATE",
    "github_reviewed": true,
    "cwe_ids": [
        "CWE-20",
        "CWE-400"
    ]
}
References

Affected packages

Go / github.com/crossplane/crossplane-runtime

Package

Name
github.com/crossplane/crossplane-runtime
View open source insights on deps.dev
Purl
pkg:golang/github.com/crossplane/crossplane-runtime

Affected ranges

Type
SEMVER
Events
Introduced
0.17.0
Fixed
0.19.2

Go / github.com/crossplane/crossplane-runtime

Package

Name
github.com/crossplane/crossplane-runtime
View open source insights on deps.dev
Purl
pkg:golang/github.com/crossplane/crossplane-runtime

Affected ranges

Type
SEMVER
Events
Introduced
0.6.0
Fixed
0.16.1