Publish Advisories

GHSA-38xm-xhvj-q2qf
GHSA-38xm-xhvj-q2qf
This commit is contained in:
advisory-database[bot]
2023-12-28 18:44:26 +00:00
parent ae3c5684ae
commit cd2b0cf03c
2 changed files with 65 additions and 38 deletions
@@ -0,0 +1,65 @@
{
"schema_version": "1.4.0",
"id": "GHSA-38xm-xhvj-q2qf",
"modified": "2023-12-28T18:43:13Z",
"published": "2022-05-13T01:48:30Z",
"aliases": [
"CVE-2018-1000057"
],
"summary": "Jenkins Credentials Binding Plugin has Insufficiently Protected Credentials",
"details": "Jenkins Credentials Binding plugin allows specifying passwords and other secrets as environment variables, and will hide them from console output in builds.\n\nHowever, since Jenkins will try to resolve references to other environment variables in environment variables passed to a build, this can result in values other than the one specified being provided to a build. For example, the value `p4$$w0rd` would result in Jenkins passing on `p4$w0rd`, as `$$` is the escape sequence for a single `$`.\n\nCredentials Binding plugin does not prevent such a transformed value (e.g. `p4$w0rd`) from being shown on the build log, allowing users to reconstruct the actual password value from the transformed one.\n\nCredentials Binding plugin will now escape any `$` characters in password values so they are correctly passed to the build.\n\nThis issue did apply to freestyle and other classic job types, but does not apply to Pipelines.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N"
}
],
"affected": [
{
"package": {
"ecosystem": "Maven",
"name": "org.jenkins-ci.plugins:credentials-binding"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "1.15"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-1000057"
},
{
"type": "WEB",
"url": "https://github.com/jenkinsci/credentials-binding-plugin/commit/0c75238933365aa52b26b7c73fd1f742bfaca9b1"
},
{
"type": "PACKAGE",
"url": "https://github.com/jenkinsci/credentials-binding-plugin"
},
{
"type": "WEB",
"url": "https://jenkins.io/security/advisory/2018-02-05/"
}
],
"database_specific": {
"cwe_ids": [
"CWE-522"
],
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2023-12-28T18:43:13Z",
"nvd_published_at": "2018-02-09T23:29:00Z"
}
}
@@ -1,38 +0,0 @@
{
"schema_version": "1.4.0",
"id": "GHSA-38xm-xhvj-q2qf",
"modified": "2022-05-13T01:48:30Z",
"published": "2022-05-13T01:48:30Z",
"aliases": [
"CVE-2018-1000057"
],
"details": "Jenkins Credentials Binding Plugin 1.14 and earlier masks passwords it provides to build processes in their build logs. Jenkins however transforms provided password values, e.g. replacing environment variable references, which could result in values different from but similar to configured passwords being provided to the build. Those values are not subject to masking, and could allow unauthorized users to recover the original password.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N"
}
],
"affected": [
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-1000057"
},
{
"type": "WEB",
"url": "https://jenkins.io/security/advisory/2018-02-05/"
}
],
"database_specific": {
"cwe_ids": [
"CWE-522"
],
"severity": "MODERATE",
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2018-02-09T23:29:00Z"
}
}