Search for packages
| purl | pkg:maven/org.jenkins-ci.plugins/config-file-provider@3.7.1 |
| Vulnerability | Summary | Fixed by |
|---|---|---|
| This package is not known to be affected by vulnerabilities. | ||
| Vulnerability | Summary | Aliases |
|---|---|---|
| VCID-869x-tjbg-dkbr | XML External Entity Reference vulnerability in Jenkins Config File Provider Plugin Jenkins Config File Provider Plugin 3.7.0 and earlier does not configure its XML parser to prevent XML external entity (XXE) attacks. This allows attackers with the ability to define Maven configuration files to have Jenkins parse a crafted configuration file that uses external entities for extraction of secrets from the Jenkins controller or server-side request forgery. Jenkins Config File Provider Plugin 3.7.1 disables external entity resolution for its XML parser. |
CVE-2021-21642
GHSA-q7xg-hh3q-hc68 |
| VCID-sztq-6p4h-b7ex | CSRF vulnerability in Jenkins Config File Provider Plugin allows deleting configuration files Jenkins Config File Provider Plugin 3.7.0 and earlier does not require POST requests for an HTTP endpoint, resulting in a cross-site request forgery (CSRF) vulnerability. This vulnerability allows attackers to delete configuration files corresponding to an attacker-specified ID. This is due to an incomplete fix of [SECURITY-938](https://www.jenkins.io/security/advisory/2018-09-25/#SECURITY-938). Jenkins Config File Provider Plugin 3.7.1 requires POST requests for the affected HTTP endpoint. |
CVE-2021-21644
GHSA-998m-f2x3-jjq4 |
| VCID-u2dp-1t5z-z7dm | Missing permission checks in Jenkins Config File Provider Plugin allow enumerating configuration file IDs Jenkins Config File Provider Plugin 3.7.0 and earlier does not perform permission checks in several HTTP endpoints. This allows attackers with Overall/Read permission to enumerate configuration file IDs. An enumeration of configuration file IDs in Jenkins Config File Provider Plugin 3.7.1 requires the appropriate permissions. |
CVE-2021-21645
GHSA-2959-fj73-hm8p |
| VCID-xmyr-jaue-7ker | Incorrect permission checks in Jenkins Config File Provider Plugin allow enumerating credentials IDs Jenkins Config File Provider Plugin 3.7.0 and earlier does not correctly perform permission checks in several HTTP endpoints. This allows attackers with global Job/Configure permission to enumerate system-scoped credentials IDs of credentials stored in Jenkins. Those can be used as part of an attack to capture the credentials using another vulnerability. An enumeration of system-scoped credentials IDs in Jenkins Config File Provider Plugin 3.7.1 requires Overall/Administer permission. |
CVE-2021-21643
GHSA-3m3f-2323-64m7 |