We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59080d2 commit 4cab64bCopy full SHA for 4cab64b
jenkins/CVE-2024-23897/README.md
@@ -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