CVE-2020-2182 – org.jenkins-ci.plugins:credentials-binding
Package
Manager: maven
Name: org.jenkins-ci.plugins:credentials-binding
Vulnerable Version: >=0 <1.23
Severity
Level: Low
CVSS v3.1: CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N
CVSS v4.0: CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N
EPSS: 0.00045 pctl0.13244
Details
Improper masking of some secrets in Jenkins Credentials Binding Plugin Credentials Binding Plugin allows specifying passwords and other secrets as environment variables, and will hide them from console output in builds. As a side effect of the fix for [SECURITY-698](https://www.jenkins.io/security/advisory/2018-02-05/#credentials-binding), `$` characters in secrets are escaped to `$$`. This will then be expanded to $ again once the secret is passed to (post) build steps. Credentials Binding Plugin 1.22 and earlier does not mask the escaped form of the secret (containing `$$`). This occurs for example in the \"Execute Maven top-level targets\" build step included in Jenkins.\n\nCredentials Binding Plugin 1.23 now masks secrets both in their original form and with escaped `$` characters, so they will be masked even if printed before value expansion.
Metadata
Created: 2022-05-24T17:17:14Z
Modified: 2022-12-16T22:25:34Z
Source: https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/05/GHSA-7ff8-qfwx-8gx5/GHSA-7ff8-qfwx-8gx5.json
CWE IDs: ["CWE-522"]
Alternative ID: GHSA-7ff8-qfwx-8gx5
Finding: F035
Auto approve: 1