Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/crossplane/crossplane-runtime to v0.19.2 [security] - autoclosed #70

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 13, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/crossplane/crossplane-runtime v0.18.0 -> v0.19.2 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2023-27483

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.


Release Notes

crossplane/crossplane-runtime (github.com/crossplane/crossplane-runtime)

v0.19.2

Compare Source

Security

Addresses a vulnerability in the fieldpath package.

What's Changed

Full Changelog: crossplane/crossplane-runtime@v0.19.1...v0.19.2

v0.19.1

Compare Source

v0.19.0

Compare Source

What's Changed

New Contributors

Full Changelog: crossplane/crossplane-runtime@v0.18.0...v0.19.0


Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

…v0.19.2 [security]

Signed-off-by: Renovate Bot <bot@renovateapp.com>
@renovate renovate bot added the dependency Depedency update label Mar 13, 2023
@renovate renovate bot changed the title fix(deps): update module github.com/crossplane/crossplane-runtime to v0.19.2 [security] fix(deps): update module github.com/crossplane/crossplane-runtime to v0.19.2 [security] - autoclosed Jul 18, 2024
@renovate renovate bot closed this Jul 18, 2024
@renovate renovate bot deleted the renovate/go-git.luolix.top/crossplane/crossplane-runtime-vulnerability branch July 18, 2024 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency Depedency update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants