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