fix(deps): update module github.com/rancher/wrangler to v0.8.11 [security] #89
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.8.7->v0.8.11GitHub Vulnerability Alerts
CVE-2022-43756
Impact
A denial of services (DoS) vulnerability was discovered in Wrangler Git package affecting versions up to and including
v1.0.0.Specially crafted Git credentials can result in a denial of service (DoS) attack on an application that uses Wrangler due to the exhaustion of the available memory and CPU resources. This is caused by a lack of input validation of Git credentials before they are used, which may lead to a denial of service in some cases. This issue can be triggered when accessing both private and public Git repositories.
Workarounds
A workaround is to sanitize input passed to the Git package to remove potential unsafe and ambiguous characters. Otherwise, the best course of action is to update to a patched Wrangler version.
Patches
Patched versions include
v1.0.1and later and the backported tags -v0.7.4-security1,v0.8.5-security1andv0.8.11.For more information
If you have any questions or comments about this advisory:
CVE-2022-31249
Impact
A command injection vulnerability was discovered in Wrangler's Git package affecting versions up to and including
v1.0.0.Wrangler's Git package uses the underlying Git binary present in the host OS or container image to execute Git operations. Specially crafted commands can be passed to Wrangler that will change their behavior and cause confusion when executed through Git, resulting in command injection in the underlying host.
Workarounds
A workaround is to sanitize input passed to the Git package to remove potential unsafe and ambiguous characters. Otherwise, the best course of action is to update to a patched Wrangler version.
Patches
Patched versions include
v1.0.1and later and the backported tags -v0.7.4-security1,v0.8.5-security1andv0.8.11.For more information
If you have any questions or comments about this advisory:
Denial of service when processing Git credentials in github.com/rancher/wrangler
CVE-2022-43756 / GHSA-8fcj-gf77-47mg / GO-2023-1515
More information
Details
A denial of service (DoS) vulnerability exists in the Wrangler Git package. Specially crafted Git credentials can result in a denial of service (DoS) attack on an application that uses Wrangler due to the exhaustion of the available memory and CPU resources.
This is caused by a lack of input validation of Git credentials before they are used, which may lead to a denial of service in some cases. This issue can be triggered when accessing both private and public Git repositories.
A workaround is to sanitize input passed to the Git package to remove potential unsafe and ambiguous characters. Otherwise, the best course of action is to update to a patched Wrangler version.
Severity
Unknown
References
This data is provided by OSV and the Go Vulnerability Database (CC-BY 4.0).
Denial of service (DoS) when processing Git credentials
CVE-2022-43756 / GHSA-8fcj-gf77-47mg / GO-2023-1515
More information
Details
Impact
A denial of services (DoS) vulnerability was discovered in Wrangler Git package affecting versions up to and including
v1.0.0.Specially crafted Git credentials can result in a denial of service (DoS) attack on an application that uses Wrangler due to the exhaustion of the available memory and CPU resources. This is caused by a lack of input validation of Git credentials before they are used, which may lead to a denial of service in some cases. This issue can be triggered when accessing both private and public Git repositories.
Workarounds
A workaround is to sanitize input passed to the Git package to remove potential unsafe and ambiguous characters. Otherwise, the best course of action is to update to a patched Wrangler version.
Patches
Patched versions include
v1.0.1and later and the backported tags -v0.7.4-security1,v0.8.5-security1andv0.8.11.For more information
If you have any questions or comments about this advisory:
Severity
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:HReferences
This data is provided by OSV and the GitHub Advisory Database (CC-BY 4.0).
Command injection in Git package in Wrangler
CVE-2022-31249 / GHSA-qrg7-hfx7-95c5 / GO-2023-1519
More information
Details
Impact
A command injection vulnerability was discovered in Wrangler's Git package affecting versions up to and including
v1.0.0.Wrangler's Git package uses the underlying Git binary present in the host OS or container image to execute Git operations. Specially crafted commands can be passed to Wrangler that will change their behavior and cause confusion when executed through Git, resulting in command injection in the underlying host.
Workarounds
A workaround is to sanitize input passed to the Git package to remove potential unsafe and ambiguous characters. Otherwise, the best course of action is to update to a patched Wrangler version.
Patches
Patched versions include
v1.0.1and later and the backported tags -v0.7.4-security1,v0.8.5-security1andv0.8.11.For more information
If you have any questions or comments about this advisory:
Severity
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:HReferences
This data is provided by OSV and the GitHub Advisory Database (CC-BY 4.0).
Command injection in github.com/rancher/wrangler
CVE-2022-31249 / GHSA-qrg7-hfx7-95c5 / GO-2023-1519
More information
Details
A command injection vulnerability exists in the Wrangler Git package. Specially crafted commands can be passed to Wrangler that will change their behavior and cause confusion when executed through Git, resulting in command injection in the underlying host.
A workaround is to sanitize input passed to the Git package to remove potential unsafe and ambiguous characters. Otherwise, the best course of action is to update to a patched Wrangler version.
Severity
Unknown
References
This data is provided by OSV and the Go Vulnerability Database (CC-BY 4.0).
Release Notes
rancher/wrangler (github.com/rancher/wrangler)
v0.8.11Compare Source
v0.8.10Compare Source
What's Changed
Full Changelog: rancher/wrangler@v0.8.9...v0.8.10
v0.8.9Compare Source
What's Changed
New Contributors
Full Changelog: rancher/wrangler@v0.8.8...v0.8.9
v0.8.8Compare Source
Added new signals pkg with shutdown func for windows services. The SetupSignalHandler now returns a channel so if you are using something like...
There is now a func that returns the context that will do the context.Background call for you so switch to
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.