Insecure Temporary File Affecting com.squareup:connect package, versions [0,]


0.0
medium

Snyk CVSS

    Attack Complexity Low

    Threat Intelligence

    Exploit Maturity Proof of concept
    EPSS 0.04% (12th percentile)
Expand this section
NVD
3.3 low

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk ID SNYK-JAVA-COMSQUAREUP-1065988
  • published 3 Feb 2021
  • disclosed 3 Feb 2021
  • credit Jonathan Leitschuh

How to fix?

There is no fixed version for com.squareup:connect.

Overview

com.squareup:connect is a stack of middleware that is executed in order in each request.

Affected versions of this package are vulnerable to Insecure Temporary File. 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