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

Vulnerability roundup 111: gradle-6.9.1: 1 advisory [7.5] #160653

Closed
1 task
ckauhaus opened this issue Feb 18, 2022 · 2 comments
Closed
1 task

Vulnerability roundup 111: gradle-6.9.1: 1 advisory [7.5] #160653

ckauhaus opened this issue Feb 18, 2022 · 2 comments
Labels
1.severity: security Issues which raise a security issue, or PRs that fix one 6.topic: java Including JDK, tooling, other languages, other VMs

Comments

@ckauhaus
Copy link
Contributor

search, files

CVE details

CVE-2022-23630

Gradle is a build tool with a focus on build automation and support for multi-language development. In some cases, Gradle may skip that verification and accept a dependency that would otherwise fail the build as an untrusted external artifact. This occurs when dependency verification is disabled on one or more configurations and those configurations have common dependencies with other configurations that have dependency verification enabled. If the configuration that has dependency verification disabled is resolved first, Gradle does not verify the common dependencies for the configuration that has dependency verification enabled. Gradle 7.4 fixes that issue by validating artifacts at least once if they are present in a resolved configuration that has dependency verification active. For users who cannot update either do not use ResolutionStrategy.disableDependencyVerification() and do not use plugins that use that method to disable dependency verification for a single configuration or make sure resolution of configuration that disable that feature do not happen in builds that resolve configuration where the feature is enabled.


Scanned versions: nixos-21.11: 2128d0a.

Cc @lorenzleutgeb

@ckauhaus ckauhaus added the 1.severity: security Issues which raise a security issue, or PRs that fix one label Feb 18, 2022
@ckauhaus
Copy link
Contributor Author

See also: #147881

@FliegendeWurst
Copy link
Member

Gradle 6 was dropped in #352490

@FliegendeWurst FliegendeWurst closed this as not planned Won't fix, can't repro, duplicate, stale Nov 2, 2024
@tomodachi94 tomodachi94 added the 6.topic: java Including JDK, tooling, other languages, other VMs label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.severity: security Issues which raise a security issue, or PRs that fix one 6.topic: java Including JDK, tooling, other languages, other VMs
Projects
None yet
Development

No branches or pull requests

3 participants