CVE-2018-1000411:
Jenkins JUnit Plugin CSRF vulnerability
6.5
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
5/14/2022
Updated
1/9/2024
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.jenkins-ci.plugins:junit | maven | <= 1.25 | 1.26 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from a missing CSRF protection mechanism in the test description submission endpoint. The advisory explicitly states the lack of POST request enforcement in TestObject.java. The patched commit adds the @RequirePOST annotation to doSubmitDescription, confirming this was the vulnerable entry point. The method's role in modifying test results aligns with the described attack vector.