Skip to content

Incorrect Authorization in Jenkins Core

Low severity GitHub Reviewed Published Mar 10, 2023 to the GitHub Advisory Database • Updated Jan 4, 2024

Package

maven org.jenkins-ci.main:jenkins-core (Maven)

Affected versions

< 2.375.4
>= 2.376, < 2.387.1
>= 2.388, < 2.394

Patched versions

2.375.4
2.387.1
2.394

Description

When triggering a build from the Jenkins CLI, Jenkins creates a temporary file on the controller if a file parameter is provided through the CLI’s standard input.

Jenkins 2.393 and earlier, LTS 2.375.3 and earlier, and , and LTS prior to 2.387.1 creates this temporary file in the default 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 used in the build.

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.

References

Published by the National Vulnerability Database Mar 10, 2023
Published to the GitHub Advisory Database Mar 10, 2023
Reviewed Mar 16, 2023
Last updated Jan 4, 2024

Severity

Low
3.6
/ 10

CVSS base metrics

Attack vector
Local
Attack complexity
High
Privileges required
Low
User interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
None
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N

Weaknesses

CVE ID

CVE-2023-27903

GHSA ID

GHSA-584m-7r4m-8j6v

Source code

No known source code

Credits

Checking history
See something to contribute? Suggest improvements for this vulnerability.