Vulnerability Description
On unix-like systems, the system temporary directory is shared between all users on that system. The root cause is File.createTempFile creates files in the the system temporary directory with world readable permissions. Any sensitive information written to theses files is visible to all other local users on unix-like systems. We recommend upgrading past commit https://github.com/google/data-transfer-project/pull/969
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Data Transfer Project | < 0.3.57 |
Related Weaknesses (CWE)
References
- https://github.com/JLLeitschuh/security-research/security/advisories/GHSA-22c6-wThird Party Advisory
- https://github.com/google/data-transfer-project/pull/969PatchThird Party Advisory
- https://github.com/JLLeitschuh/security-research/security/advisories/GHSA-22c6-wThird Party Advisory
- https://github.com/google/data-transfer-project/pull/969PatchThird Party Advisory
FAQ
What is CVE-2021-22572?
CVE-2021-22572 is a vulnerability with a CVSS score of 5.5 (MEDIUM). On unix-like systems, the system temporary directory is shared between all users on that system. The root cause is File.createTempFile creates files in the the system temporary directory with world re...
How severe is CVE-2021-22572?
CVE-2021-22572 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2021-22572?
Check the references section above for vendor advisories and patch information. Affected products include: Google Data Transfer Project.