CVE-2020-2321: CSRF vulnerability in Jenkins Shelve Project Plugin
8.1
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.36194%
CWE
Published
5/24/2022
Updated
12/7/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.jenkins-ci.plugins:shelve-project-plugin | maven | <= 3.0 | 3.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from missing HTTP method restrictions on critical endpoints. The commit 5cb9a47 explicitly adds @POST annotations to these two methods, which matches the advisory's description of 'requiring POST requests for affected endpoints' as the fix. Both methods handle destructive operations (shelve/unshelve/delete) and were vulnerable to CSRF when accepting any HTTP method.