Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Danny Thomas

Researcher fromNetflix
#41883of 53,630
6.5Total CVSS
Vulnerabilities · 1
PT-2020-19646
6.5
2020-03-30
Gradle · Com.Gradle.Plugin-Publish · CVE-2020-7599
**Name of the Vulnerable Software and Affected Versions** com.gradle.plugin-publish versions prior to 0.11.0 **Description** The issue allows for the insertion of sensitive information into log files. When a plugin author publishes a Gradle plugin while running Gradle with the --info log level flag, the Gradle Logger logs an AWS pre-signed URL. If this build log is publicly visible, as it is in many popular public CI systems like TravisCI, this AWS pre-signed URL would allow a malicious actor to replace a recently uploaded plugin with their own. **Recommendations** For versions prior to 0.11.0, update to version 0.11.0 or later to resolve the issue. As a temporary workaround, consider avoiding the use of the --info log level flag when publishing Gradle plugins to minimize the risk of exploitation. Restrict access to build logs to prevent publicly visible AWS pre-signed URLs.