CVE Series: Jenkins Arbitrary File Leak Vulnerability (CVE-2024-23897)
CVE-2024-23897 is a critical security flaw affecting Jenkins, a Java-based open-source automation server widely used for application building, testing, and deployment. It allows unauthorized access to files through the Jenkins integrated command line interface (CLI), potentially leading to remote code execution (RCE).
Course Content
CVE-2024-23897 is a critical security flaw affecting Jenkins, a Java-based open-source automation server widely used for application building, testing, and deployment. It allows unauthorized access to files through the Jenkins integrated command line interface (CLI), potentially leading to remote code execution (RCE). The vulnerability, with a CVSS score of 9.8, affects Jenkins versions up to 2.441 and LTS versions up to 2.426.2. It stems from the use of the args4j library, which can replace a file path preceded by an "@" character with the file's contents. This can be exploited to read any file on the Jenkins controller file system. In this course you’ll be exploiting and mitigating this critical CVE.
Target Audience
This course is for seasoned red teamers, penetration testers, security and vulnerability assessment analysts, developers, and system administrators who want to know how to exploit and protect against the latest vulnerabilities impacting enterprise systems.
Course Level
Intermediate
Prerequisites
Basic knowledge of the Linux command line, networking, and Python."