CVE-2021-29429

In Gradle before version 7.0, files created with open permissions in the system temporary directory can allow an attacker to access information downloaded by Gradle. Some builds could be vulnerable to a local information disclosure. Remote files accessed through TextResourceFactory are downloaded into the system temporary directory first. Sensitive information contained in these files can be exposed to other local users on the same system. If you do not use the `TextResourceFactory` API, you are not vulnerable. As of Gradle 7.0, uses of the system temporary directory have been moved to the Gradle User Home directory. By default, this directory is restricted to the user running the build. As a workaround, set a more restrictive umask that removes read access to other users. When files are created in the system temporary directory, they will not be accessible to other users. If you are unable to change your system's umask, you can move the Java temporary directory by setting the System Property `java.io.tmpdir`. The new path needs to limit permissions to the build user only.
References
Configurations

Configuration 1 (hide)

cpe:2.3:a:gradle:gradle:*:*:*:*:*:*:*:*

Configuration 2 (hide)

cpe:2.3:a:quarkus:quarkus:*:*:*:*:*:*:*:*

History

20 Oct 2021, 14:32

Type Values Removed Values Added
CPE cpe:2.3:a:quarkus:quarkus:*:*:*:*:*:*:*:*

22 Apr 2021, 00:30

Type Values Removed Values Added
CPE cpe:2.3:a:gradle:gradle:*:*:*:*:*:*:*:*
CVSS v2 : unknown
v3 : unknown
v2 : 1.9
v3 : 5.5
References (CONFIRM) https://github.com/gradle/gradle/security/advisories/GHSA-fp8h-qmr5-j4c8 - (CONFIRM) https://github.com/gradle/gradle/security/advisories/GHSA-fp8h-qmr5-j4c8 - Exploit, Mitigation, Third Party Advisory
References (MISC) https://docs.gradle.org/7.0/release-notes.html#security-advisories - (MISC) https://docs.gradle.org/7.0/release-notes.html#security-advisories - Release Notes, Vendor Advisory

12 Apr 2021, 22:15

Type Values Removed Values Added
New CVE

Information

Published : 2021-04-12 22:15

Updated : 2023-12-10 13:55


NVD link : CVE-2021-29429

Mitre link : CVE-2021-29429

CVE.ORG link : CVE-2021-29429


JSON object : View

Products Affected

quarkus

  • quarkus

gradle

  • gradle
CWE
CWE-377

Insecure Temporary File