Vulnerability Description
Gradle is a build tool with a focus on build automation and support for multi-language development. When copying or archiving symlinked files, Gradle resolves them but applies the permissions of the symlink itself instead of the permissions of the linked file to the resulting file. This leads to files having too much permissions given that symlinks usually are world readable and writeable. While it is unlikely this results in a direct vulnerability for the impacted build, it may open up attack vectors depending on where build artifacts end up being copied to or un-archived. In versions 7.6.3, 8.4 and above, Gradle will now properly use the permissions of the file pointed at by the symlink to set permissions of the copied or archived file.
CVSS Score
LOW
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Gradle | Gradle | < 7.6.3 |
Related Weaknesses (CWE)
References
- https://github.com/gradle/gradle/commit/3b406191e24d69e7e42dc3f3b5cc50625aa930b7Patch
- https://github.com/gradle/gradle/releases/tag/v7.6.3Release Notes
- https://github.com/gradle/gradle/releases/tag/v8.4.0Release Notes
- https://github.com/gradle/gradle/security/advisories/GHSA-43r3-pqhv-f7h9Vendor Advisory
- https://security.netapp.com/advisory/ntap-20231110-0006/Third Party Advisory
- https://github.com/gradle/gradle/commit/3b406191e24d69e7e42dc3f3b5cc50625aa930b7Patch
- https://github.com/gradle/gradle/releases/tag/v7.6.3Release Notes
- https://github.com/gradle/gradle/releases/tag/v8.4.0Release Notes
- https://github.com/gradle/gradle/security/advisories/GHSA-43r3-pqhv-f7h9Vendor Advisory
- https://security.netapp.com/advisory/ntap-20231110-0006/Third Party Advisory
FAQ
What is CVE-2023-44387?
CVE-2023-44387 is a vulnerability with a CVSS score of 3.2 (LOW). Gradle is a build tool with a focus on build automation and support for multi-language development. When copying or archiving symlinked files, Gradle resolves them but applies the permissions of the s...
How severe is CVE-2023-44387?
CVE-2023-44387 has been rated LOW with a CVSS base score of 3.2/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2023-44387?
Check the references section above for vendor advisories and patch information. Affected products include: Gradle Gradle.