CVE-2021-21627: CSRF vulnerability in Jenkins Libvirt Agents Plugin
8.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.23143%
CWE
Published
5/24/2022
Updated
12/22/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.jenkins-ci.plugins:libvirt-slave | maven | <= 1.9.0 | 1.9.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The commit diff explicitly shows the addition of the @POST annotation to the doControlSubmit
method. The vulnerability description states the endpoint accepted non-POST requests, enabling CSRF. The function's role in VM control and the security fix's nature directly implicate this method as the vulnerable component.