CVE-2021-21633: CSRF
A cross-site request forgery (CSRF) vulnerability in Jenkins OWASP Dependency-Track Plugin 3.1.0 and earlier allows attackers to connect to an attacker-specified URL, capturing credentials stored in Jenkins.
Other sources
Jenkins OWASP Dependency-Track Plugin 3.1.0 and earlier does not perform permission checks in several HTTP endpoints.
This allows attackers with Overall/Read permission to connect to an attacker-specified URL using attacker-specified credentials IDs obtained through another method, capturing \"Secret text\" credentials stored in Jenkins. If no credentials ID is specified, the globally configured credential is used, if set up, and can likewise be captured.
Additionally, these HTTP endpoints do not require POST requests, resulting in a cross-site request forgery (CSRF) vulnerability.
Jenkins OWASP Dependency-Track Plugin 3.1.1 requires POST requests and appropriate permissions for the affected HTTP endpoints.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2021-21633?
CVE-2021-21633 is classified as a medium severity vulnerability due to its potential for exploitation via cross-site request forgery.
How do I fix CVE-2021-21633?
To fix CVE-2021-21633, upgrade the Jenkins OWASP Dependency-Track Plugin to version 3.1.1 or later.
What are the risks associated with CVE-2021-21633?
The risks include unauthorized access to Jenkins credentials and possible remote code execution through maliciously crafted requests.
Which versions of Jenkins OWASP Dependency-Track are affected by CVE-2021-21633?
Jenkins OWASP Dependency-Track Plugin versions 3.1.0 and earlier are affected by CVE-2021-21633.
What type of vulnerability is CVE-2021-21633?
CVE-2021-21633 is a cross-site request forgery (CSRF) vulnerability.