BIT-gradle-2022-23630

See a problem?
Import Source
https://github.com/bitnami/vulndb/tree/main/data/gradle/BIT-gradle-2022-23630.json
JSON Data
https://api.test.osv.dev/v1/vulns/BIT-gradle-2022-23630
Aliases
Published
2024-03-06T10:53:42.475Z
Modified
2024-05-17T01:41:44.313910Z
Summary
[none]
Details

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.

Database specific
{
    "cpes": [
        "cpe:2.3:a:gradle:gradle:*:*:*:*:*:*:*:*"
    ],
    "severity": "High"
}
References

Affected packages

Bitnami / gradle

Package

Name
gradle
Purl
pkg:bitnami/gradle

Severity

  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator

Affected ranges

Type
SEMVER
Events
Introduced
6.2.0
Fixed
7.3.3