Cyber Resilience

CVE-2023-43498

Jenkins ≤ 2.414.2

Published
20 September 2023
Modified
21 November 2024
Patch / advisory
CVSS Score v3.1 8.1
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
EPSS Score 0.0080 53th percentile
Risk Priority 61 floored blend · peak EPSS

Summary

CVE-2023-43498 is a high-severity Insecure Temporary File (CWE-377) vulnerability in Jenkins Jenkins. Its CVSS base score is 8.1 (High).

Operationally, ranked in the top 47% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

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…

more

file system to read and write the files before they are used.

CWE(s)

Related Threats

CVEs Like This One

CVE-2023-27899Same product: Jenkins Jenkins
CVE-2026-33001Same product: Jenkins Jenkins
CVE-2025-67637Same product: Jenkins Jenkins
CVE-2023-27898Same product: Jenkins Jenkins
CVE-2024-23897Same product: Jenkins Jenkins
CVE-2023-35141Same product: Jenkins Jenkins
CVE-2023-27902Same product: Jenkins Jenkins
CVE-2026-53441Same product: Jenkins Jenkins
CVE-2025-27624Same product: Jenkins Jenkins
CVE-2023-43497Same product: Jenkins Jenkins

Affected Assets

jenkins
jenkins
≤ 2.414.2 · ≤ 2.424

Mitigating Controls

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require avoiding insecure temp-file creation patterns.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect insecure temporary files but does not prevent their creation.

prevents

Secure development life cycle mandates secure handling of temporary files during design and coding.

prevents

Application security requirements can specify secure temporary-file creation and access controls.

prevents

Secure system architecture principles discourage insecure temporary-file patterns but do not directly address them.

prevents

Secure coding standards explicitly require safe temporary-file APIs and permissions.

none

Information deletion policies may cover secure removal of temporary files after use.

References