Creation of Temporary File With Insecure Permissions Affecting org.jenkins-ci.main:jenkins-core package, versions [,2.375.4) [2.387,2.387.1) [2.388,2.394)
Threat Intelligence
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-ORGJENKINSCIMAIN-3357934
- published 9 Mar 2023
- disclosed 9 Mar 2023
- credit Kevin Guerroudj (CloudBees)
Introduced: 9 Mar 2023
CVE-2023-27903 Open this link in a new tabHow to fix?
Upgrade org.jenkins-ci.main:jenkins-core
to version 2.375.4, 2.387.1, 2.394 or higher.
Overview
org.jenkins-ci.main:jenkins-core is an open source automation server.
Affected versions of this package are vulnerable to Creation of Temporary File With Insecure Permissions when a build is triggered from the Jenkins CLI. A temporary file is written in the default temporary directory, which may be overly permissive. If so, local users can read and write the file before it is used in the build.
Workaround
This vulnerability can be avoided by setting a different path as the default temporary directory, using the java.io.tmpdir
system property.