Pipeline Maven Integration Plugin 3.8.2 and earlier does not perform a permission check in a method implementing form validation.
This allows users with Overall/Read access to Jenkins to connect to an attacker-specified JDBC URL using attacker-specified credentials IDs obtained through another method, potentially capturing credentials stored in Jenkins.
Additionally, this form validation method does not require POST requests, resulting in a cross-site request forgery (CSRF) vulnerability.
Pipeline Maven Integration Plugin 3.8.3 requires POST requests and Job/Configure permission for the affected form validation method.
{
"nvd_published_at": "2020-08-12T14:15:00Z",
"severity": "HIGH",
"github_reviewed_at": "2022-12-20T21:28:10Z",
"github_reviewed": true,
"cwe_ids": [
"CWE-285",
"CWE-862"
]
}