From ad75691adb4f046e7f607840253e7dd861b9e95a Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 12 Mar 2025 16:02:23 +0000 Subject: [PATCH] Publish GHSA-j7gw-mwfg-vqf4 --- .../GHSA-j7gw-mwfg-vqf4.json | 37 +++++++++++++++---- 1 file changed, 30 insertions(+), 7 deletions(-) rename advisories/{unreviewed => github-reviewed}/2022/05/GHSA-j7gw-mwfg-vqf4/GHSA-j7gw-mwfg-vqf4.json (52%) diff --git a/advisories/unreviewed/2022/05/GHSA-j7gw-mwfg-vqf4/GHSA-j7gw-mwfg-vqf4.json b/advisories/github-reviewed/2022/05/GHSA-j7gw-mwfg-vqf4/GHSA-j7gw-mwfg-vqf4.json similarity index 52% rename from advisories/unreviewed/2022/05/GHSA-j7gw-mwfg-vqf4/GHSA-j7gw-mwfg-vqf4.json rename to advisories/github-reviewed/2022/05/GHSA-j7gw-mwfg-vqf4/GHSA-j7gw-mwfg-vqf4.json index 7d612c95cf4..36a047a3078 100644 --- a/advisories/unreviewed/2022/05/GHSA-j7gw-mwfg-vqf4/GHSA-j7gw-mwfg-vqf4.json +++ b/advisories/github-reviewed/2022/05/GHSA-j7gw-mwfg-vqf4/GHSA-j7gw-mwfg-vqf4.json @@ -1,14 +1,30 @@ { "schema_version": "1.4.0", "id": "GHSA-j7gw-mwfg-vqf4", - "modified": "2022-05-24T16:50:43Z", + "modified": "2025-03-12T16:01:09Z", "published": "2022-05-24T16:50:43Z", "aliases": [ "CVE-2019-1010241" ], + "summary": "Jenkins Credentials Binding Plugin Stores Passwords in a Recoverable Format", "details": "Jenkins Credentials Binding Plugin Jenkins 1.17 is affected by: CWE-257: Storing Passwords in a Recoverable Format. The impact is: Authenticated users can recover credentials. The component is: config-variables.jelly line #30 (passwordVariable). The attack vector is: Attacker creates and executes a Jenkins job.", - "severity": [], - "affected": [], + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.jenkins-ci.plugins:credentials-binding" + }, + "versions": [ + "1.17" + ] + } + ], "references": [ { "type": "ADVISORY", @@ -18,16 +34,23 @@ "type": "WEB", "url": "https://docs.google.com/document/d/1MBEoJSMvkjp5Kua0bRD_kiDBisL0fOCwTL9uMWj4lGA/edit?usp=sharing" }, + { + "type": "PACKAGE", + "url": "https://github.com/jenkinsci/credentials-binding-plugin" + }, { "type": "WEB", - "url": "http://www.securityfocus.com/bid/109320" + "url": "https://web.archive.org/web/20200227030005/https://www.securityfocus.com/bid/109320" } ], "database_specific": { - "cwe_ids": [], + "cwe_ids": [ + "CWE-257", + "CWE-522" + ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-03-12T16:01:08Z", "nvd_published_at": "2019-07-19T17:15:00Z" } } \ No newline at end of file