This affects all versions of package com.squareup:connect. The method prepareDownloadFilecreates creates a temporary file with the permissions bits of -rw-r--r-- on unix-like systems. On unix-like systems, the system temporary directory is shared between users. As such, the contents of the file downloaded by downloadFileFromResponse will be visible to all other users on the local system. A workaround fix for this issue is to set the system property java.io.tmpdir to a safe directory as remediation. Note: This version of the SDK is end of life and no longer maintained, please upgrade to the latest version.
References
Link | Resource |
---|---|
https://github.com/square/connect-java-sdk/blob/master/src/main/java/com/squareup/connect/ApiClient.java%23L613 | Broken Link |
https://snyk.io/vuln/SNYK-JAVA-COMSQUAREUP-1065988 | Third Party Advisory |
https://github.com/square/connect-java-sdk/blob/master/src/main/java/com/squareup/connect/ApiClient.java%23L613 | Broken Link |
https://snyk.io/vuln/SNYK-JAVA-COMSQUAREUP-1065988 | Third Party Advisory |
Configurations
History
21 Nov 2024, 05:51
Type | Values Removed | Values Added |
---|---|---|
CVSS |
v2 : v3 : |
v2 : 2.1
v3 : 4.4 |
References | () https://github.com/square/connect-java-sdk/blob/master/src/main/java/com/squareup/connect/ApiClient.java%23L613 - Broken Link | |
References | () https://snyk.io/vuln/SNYK-JAVA-COMSQUAREUP-1065988 - Third Party Advisory |
Information
Published : 2021-02-03 18:15
Updated : 2024-11-21 05:51
NVD link : CVE-2021-23331
Mitre link : CVE-2021-23331
CVE.ORG link : CVE-2021-23331
JSON object : View
Products Affected
squareup
- connect_java_software_development_kit
CWE