Skip to content

Commit 4cab64b

Browse files
committed
feat: add docker images related to CVE-2024-23897
1 parent 59080d2 commit 4cab64b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

jenkins/CVE-2024-23897/README.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Jenkins CVE-2024-23897
2+
3+
This directory contains the deployment config for Jenkins with exposed endpoint
4+
vulnerable to CVE-2024-23897. Jenkins weekly versions before 2.442 and Jenkins
5+
LTS versions before 2.426.3 have this vulnerability.
6+
7+
The deployed service listens on port `8080` after the installation guide.
8+
9+
## Vulnerable version
10+
docker run -it -p 8080:8080 jenkins/jenkins:2.426.2
11+
12+
## Fixed version
13+
docker run -it -p 8080:8080 jenkins/jenkins:2.426.3

0 commit comments

Comments
 (0)