The HTTP client in Gradle before 5.6 sends authentication credentials originally destined for the configured host. If that host returns a 30x redirect, Gradle also sends those credentials to all subsequent hosts that the request redirects to. This is similar to CVE-2018-1000007.
The product transmits or stores authentication credentials, but it uses an insecure method that is susceptible to unauthorized interception and/or retrieval.
Link | Tags |
---|---|
https://github.com/gradle/gradle/pull/10176 | patch third party advisory issue tracking |
https://github.com/gradle/gradle/security/advisories/GHSA-4cwg-f7qc-6r95 | third party advisory exploit |
https://github.com/gradle/gradle/issues/10278 | third party advisory issue tracking exploit |