CVE-2020-2182
UNKNOWN
Published 2020-05-06T12:45:23
Actions:
Expert Analysis
Professional remediation guidance
Get tailored security recommendations from our analyst team for CVE-2020-2182. We'll provide specific mitigation strategies based on your environment and risk profile.
No CVSS data available
Description
Jenkins Credentials Binding Plugin 1.22 and earlier does not mask (i.e., replace with asterisks) secrets containing a `$` character in some circumstances.
Available Exploits
No exploits available for this CVE.
Related News
No news articles found for this CVE.
Affected Products
Affected Versions:
GitHub Security Advisories
Community-driven vulnerability intelligence from GitHub
✓ GitHub Reviewed
LOW
Improper masking of some secrets in Jenkins Credentials Binding Plugin
GHSA-7ff8-qfwx-8gx5Advisory Details
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.
Affected Packages
Maven
org.jenkins-ci.plugins:credentials-binding
ECOSYSTEM:
≥0
<1.23
CVSS Scoring
CVSS Score
2.5
CVSS Vector
CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N
References
Advisory provided by GitHub Security Advisory Database. Published: May 24, 2022, Modified: December 16, 2022
References
Published: 2020-05-06T12:45:23
Last Modified: 2024-08-04T07:01:40.977Z
Copied to clipboard!