ghsa-3cpq-rw36-cppv
Vulnerability from github
Published
2024-06-26 18:30
Modified
2024-06-26 20:07
Severity ?
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.
These 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).
Plain Credentials Plugin 183.va_de8f1dd5a_2b_ no longer attempts to decrypt the content of the file when creating secret file credentials.
{ "affected": [ { "package": { "ecosystem": "Maven", "name": "org.jenkins-ci.plugins:plain-credentials" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "183.va" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2024-39459" ], "database_specific": { "cwe_ids": [ "CWE-319", "CWE-922" ], "github_reviewed": true, "github_reviewed_at": "2024-06-26T20:07:12Z", "nvd_published_at": "2024-06-26T17:15:27Z", "severity": "MODERATE" }, "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", "id": "GHSA-3cpq-rw36-cppv", "modified": "2024-06-26T20:07:12Z", "published": "2024-06-26T18:30:28Z", "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" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N", "type": "CVSS_V3" } ], "summary": "Secret file credentials stored unencrypted in rare cases by Plain Credentials Plugin " }
Loading...
Loading...
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.