Lucene search

K
githubGitHub Advisory DatabaseGHSA-HF9H-VV4M-2F33
HistoryMar 10, 2023 - 9:30 p.m.

Incorrect Authorization in Jenkins Core

2023-03-1021:30:19
CWE-863
GitHub Advisory Database
github.com
19
jenkins
core
vulnerability
temporary file
permissions
arbitrary code execution
operating systems
shared directory
workaround
update

CVSS3

7

Attack Vector

LOCAL

Attack Complexity

HIGH

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H

EPSS

0

Percentile

13.3%

Jenkins creates a temporary file when a plugin is uploaded from an administrator’s computer.

Jenkins 2.393 and earlier, LTS 2.375.3 and earlier, and prior to LTS 2.387.1 creates this temporary file in the system temporary directory with the default permissions for newly created files.

If these permissions are overly permissive, they may allow attackers with access to the Jenkins controller file system to read and write the file before it is installed in Jenkins, potentially resulting in arbitrary code execution.

This vulnerability only affects operating systems using a shared temporary directory for all users (typically Linux). Additionally, the default permissions for newly created files generally only allows attackers to read the temporary file.
Jenkins 2.394, LTS 2.375.4, and LTS 2.387.1 creates the temporary file with more restrictive permissions.

As a workaround, you can set a different path as your default temporary directory using the Java system property java.io.tmpdir, if you’re concerned about this issue but unable to immediately update Jenkins.

Affected configurations

Vulners
Node
org.jenkins-ci.mainjenkins-coreRange2.3882.394
OR
org.jenkins-ci.mainjenkins-coreRange2.3762.387.1
OR
org.jenkins-ci.mainjenkins-coreRange<2.375.4
VendorProductVersionCPE
org.jenkins-ci.mainjenkins-core*cpe:2.3:a:org.jenkins-ci.main:jenkins-core:*:*:*:*:*:*:*:*

CVSS3

7

Attack Vector

LOCAL

Attack Complexity

HIGH

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H

EPSS

0

Percentile

13.3%