From 2774e35c7c8d50136a870905828019c7b9785787 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 23:05:02 +0000 Subject: [PATCH] Publish Advisories GHSA-pxv2-mfq7-vhp6 GHSA-pxv2-mfq7-vhp6 --- .../GHSA-pxv2-mfq7-vhp6.json | 69 +++++++++++++++++++ .../GHSA-pxv2-mfq7-vhp6.json | 42 ----------- 2 files changed, 69 insertions(+), 42 deletions(-) create mode 100644 advisories/github-reviewed/2022/05/GHSA-pxv2-mfq7-vhp6/GHSA-pxv2-mfq7-vhp6.json delete mode 100644 advisories/unreviewed/2022/05/GHSA-pxv2-mfq7-vhp6/GHSA-pxv2-mfq7-vhp6.json diff --git a/advisories/github-reviewed/2022/05/GHSA-pxv2-mfq7-vhp6/GHSA-pxv2-mfq7-vhp6.json b/advisories/github-reviewed/2022/05/GHSA-pxv2-mfq7-vhp6/GHSA-pxv2-mfq7-vhp6.json new file mode 100644 index 00000000000..1536ac8bf7e --- /dev/null +++ b/advisories/github-reviewed/2022/05/GHSA-pxv2-mfq7-vhp6/GHSA-pxv2-mfq7-vhp6.json @@ -0,0 +1,69 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-pxv2-mfq7-vhp6", + "modified": "2023-10-26T23:03:41Z", + "published": "2022-05-24T16:56:45Z", + "aliases": [ + "CVE-2019-10411" + ], + "summary": "Jenkins Inedo BuildMaster Plugin showed plain text password in configuration form", + "details": "Jenkins Inedo BuildMaster Plugin Plugin stores a service password in its global Jenkins configuration.\n\nWhile the password is stored encrypted on disk, it was transmitted in plain text as part of the configuration form. This could result in exposure of the password through browser extensions, cross-site scripting vulnerabilities, and similar situations.\n\nInedo BuildMaster Plugin Plugin now encrypts the password transmitted to administrators viewing the global configuration form.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "com.inedo.proget:inedo-proget" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.5.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-10411" + }, + { + "type": "WEB", + "url": "https://github.com/jenkinsci/inedo-buildmaster-plugin/commit/cef77a827e92718fc89728397e428872fd2518b1" + }, + { + "type": "PACKAGE", + "url": "https://github.com/jenkinsci/inedo-buildmaster-plugin" + }, + { + "type": "WEB", + "url": "https://jenkins.io/security/advisory/2019-09-25/#SECURITY-1513" + }, + { + "type": "WEB", + "url": "http://www.openwall.com/lists/oss-security/2019/09/25/3" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-319" + ], + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2023-10-26T23:03:41Z", + "nvd_published_at": "2019-09-25T16:15:00Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-pxv2-mfq7-vhp6/GHSA-pxv2-mfq7-vhp6.json b/advisories/unreviewed/2022/05/GHSA-pxv2-mfq7-vhp6/GHSA-pxv2-mfq7-vhp6.json deleted file mode 100644 index 7d7f9aa4274..00000000000 --- a/advisories/unreviewed/2022/05/GHSA-pxv2-mfq7-vhp6/GHSA-pxv2-mfq7-vhp6.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-pxv2-mfq7-vhp6", - "modified": "2023-02-23T03:30:16Z", - "published": "2022-05-24T16:56:45Z", - "aliases": [ - "CVE-2019-10411" - ], - "details": "Jenkins Inedo BuildMaster Plugin 2.4.0 and earlier transmitted configured credentials in plain text as part of the global Jenkins configuration form, potentially resulting in their exposure.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-10411" - }, - { - "type": "WEB", - "url": "https://jenkins.io/security/advisory/2019-09-25/#SECURITY-1513" - }, - { - "type": "WEB", - "url": "http://www.openwall.com/lists/oss-security/2019/09/25/3" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-319" - ], - "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2019-09-25T16:15:00Z" - } -} \ No newline at end of file