CVE-2023-43498: High severity jenkins lts vulnerability
In Jenkins 2.423 and earlier, LTS 2.414.1 and earlier, processing file uploads using MultipartFormDataParser creates temporary files in the default system temporary directory with the default permissions for newly created files, potentially allowing attackers with access to the Jenkins controller file system to read and write the files before they are used.
Other sources
In Jenkins 2.423 and earlier, LTS 2.414.1 and earlier, uploaded files processed via the Stapler web framework and the Jenkins API MultipartFormDataParser create temporary files in the system temporary directory with the default permissions for newly created files.
If these permissions are overly permissive, attackers with access to the system temporary directory may be able to read and write the file before it is used.
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 allow attackers to read the temporary file, but not write to it. Jenkins 2.424, LTS 2.414.2 creates the temporary files in a subdirectory with more restrictive permissions.
As a workaround, you can change your default temporary-file directory using the Java system property java.io.tmpdir, if you’re concerned about this issue but unable to immediately update Jenkins.
Jenkins weekly and LTS could allow a local authenticated attacker to bypass security restrictions, caused by a flaw when processing file uploads using the MultipartFormDataParser. By sending a specially crafted request, an attacker could exploit this vulnerability to access to the Jenkins controller file system to read and write the files before they are used.
— IBM
Affected Software
Event History
Frequently Asked Questions
What is CVE-2023-43498?
CVE-2023-43498 is a vulnerability in Jenkins 2.423 and earlier, LTS 2.414.1 and earlier, where uploaded files processed via the Stapler web framework and the Jenkins API MultipartFormDataParser create temporary files in the system temporary directory with default permissions for newly created files.
What is the severity of CVE-2023-43498?
The severity of CVE-2023-43498 is high, with a CVSSv3 score of 8.1.
How does CVE-2023-43498 affect Jenkins?
CVE-2023-43498 affects Jenkins versions 2.423 and earlier, LTS 2.414.1 and earlier.
How can I fix CVE-2023-43498?
To fix CVE-2023-43498, upgrade to Jenkins 2.424 or later, or LTS 2.414.2 or later.
Where can I find more information about CVE-2023-43498?
You can find more information about CVE-2023-43498 at the following references: [1] http://www.openwall.com/lists/oss-security/2023/09/20/5, [2] https://www.jenkins.io/security/advisory/2023-09-20/#SECURITY-3073, [3] https://nvd.nist.gov/vuln/detail/CVE-2023-43498