From 5b4f410bec081c58ab90f9bf1568865c29be0a02 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 20:08:44 +0000 Subject: [PATCH] Publish Advisories GHSA-3cpq-rw36-cppv GHSA-3cpq-rw36-cppv --- .../GHSA-3cpq-rw36-cppv.json | 69 +++++++++++++++++++ .../GHSA-3cpq-rw36-cppv.json | 39 ----------- 2 files changed, 69 insertions(+), 39 deletions(-) create mode 100644 advisories/github-reviewed/2024/06/GHSA-3cpq-rw36-cppv/GHSA-3cpq-rw36-cppv.json delete mode 100644 advisories/unreviewed/2024/06/GHSA-3cpq-rw36-cppv/GHSA-3cpq-rw36-cppv.json diff --git a/advisories/github-reviewed/2024/06/GHSA-3cpq-rw36-cppv/GHSA-3cpq-rw36-cppv.json b/advisories/github-reviewed/2024/06/GHSA-3cpq-rw36-cppv/GHSA-3cpq-rw36-cppv.json new file mode 100644 index 00000000000..c87bce7ecb7 --- /dev/null +++ b/advisories/github-reviewed/2024/06/GHSA-3cpq-rw36-cppv/GHSA-3cpq-rw36-cppv.json @@ -0,0 +1,69 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-3cpq-rw36-cppv", + "modified": "2024-06-26T20:07:12Z", + "published": "2024-06-26T18:30:28Z", + "aliases": [ + "CVE-2024-39459" + ], + "summary": "Secret file credentials stored unencrypted in rare cases by Plain Credentials Plugin ", + "details": "When creating secret file credentials Plain Credentials Plugin 182.v468b_97b_9dcb_8 and earlier attempts to decrypt the content of the file to check if it constitutes a valid encrypted secret. In rare cases the file content matches the expected format of an encrypted secret, and the file content will be stored unencrypted (only Base64 encoded) on the Jenkins controller file system.\n\nThese credentials can be viewed by users with access to the Jenkins controller file system (global credentials) or with Item/Extended Read permission (folder-scoped credentials).\n\nPlain Credentials Plugin 183.va_de8f1dd5a_2b_ no longer attempts to decrypt the content of the file when creating secret file credentials.\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/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:plain-credentials" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "183.va" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-39459" + }, + { + "type": "WEB", + "url": "https://github.com/jenkinsci/plain-credentials-plugin/commit/ade8f1dd5a2bc69357995fd50baac56d73f80813" + }, + { + "type": "PACKAGE", + "url": "https://github.com/jenkinsci/plain-credentials-plugin" + }, + { + "type": "WEB", + "url": "https://www.jenkins.io/security/advisory/2024-06-26/#SECURITY-2495" + }, + { + "type": "WEB", + "url": "http://www.openwall.com/lists/oss-security/2024/06/26/2" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-319" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-06-26T20:07:12Z", + "nvd_published_at": "2024-06-26T17:15:27Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/06/GHSA-3cpq-rw36-cppv/GHSA-3cpq-rw36-cppv.json b/advisories/unreviewed/2024/06/GHSA-3cpq-rw36-cppv/GHSA-3cpq-rw36-cppv.json deleted file mode 100644 index 009431492d6..00000000000 --- a/advisories/unreviewed/2024/06/GHSA-3cpq-rw36-cppv/GHSA-3cpq-rw36-cppv.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-3cpq-rw36-cppv", - "modified": "2024-06-26T18:30:28Z", - "published": "2024-06-26T18:30:28Z", - "aliases": [ - "CVE-2024-39459" - ], - "details": "In rare cases Jenkins Plain Credentials Plugin 182.v468b_97b_9dcb_8 and earlier stores secret file credentials unencrypted (only Base64 encoded) on the Jenkins controller file system, where they can be viewed by users with access to the Jenkins controller file system (global credentials) or with Item/Extended Read permission (folder-scoped credentials).", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-39459" - }, - { - "type": "WEB", - "url": "https://www.jenkins.io/security/advisory/2024-06-26/#SECURITY-2495" - }, - { - "type": "WEB", - "url": "http://www.openwall.com/lists/oss-security/2024/06/26/2" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-06-26T17:15:27Z" - } -} \ No newline at end of file