From 737af7e4510730aaaf7722e8ca247c88a0ef8cdd Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 15:19:33 +0000 Subject: [PATCH] Publish Advisories GHSA-66hv-fhcm-7xm7 GHSA-hwxf-qxj7-7rfj GHSA-mv77-fj63-q5w8 --- .../GHSA-66hv-fhcm-7xm7.json | 39 ++++++++++-- .../GHSA-hwxf-qxj7-7rfj.json | 60 +++++++++++++++++++ .../GHSA-mv77-fj63-q5w8.json | 35 +++++++++-- 3 files changed, 122 insertions(+), 12 deletions(-) rename advisories/{unreviewed => github-reviewed}/2023/10/GHSA-66hv-fhcm-7xm7/GHSA-66hv-fhcm-7xm7.json (51%) create mode 100644 advisories/github-reviewed/2023/10/GHSA-hwxf-qxj7-7rfj/GHSA-hwxf-qxj7-7rfj.json rename advisories/{unreviewed => github-reviewed}/2023/10/GHSA-mv77-fj63-q5w8/GHSA-mv77-fj63-q5w8.json (54%) diff --git a/advisories/unreviewed/2023/10/GHSA-66hv-fhcm-7xm7/GHSA-66hv-fhcm-7xm7.json b/advisories/github-reviewed/2023/10/GHSA-66hv-fhcm-7xm7/GHSA-66hv-fhcm-7xm7.json similarity index 51% rename from advisories/unreviewed/2023/10/GHSA-66hv-fhcm-7xm7/GHSA-66hv-fhcm-7xm7.json rename to advisories/github-reviewed/2023/10/GHSA-66hv-fhcm-7xm7/GHSA-66hv-fhcm-7xm7.json index a1daff5c6ca..edac2a397dc 100644 --- a/advisories/unreviewed/2023/10/GHSA-66hv-fhcm-7xm7/GHSA-66hv-fhcm-7xm7.json +++ b/advisories/github-reviewed/2023/10/GHSA-66hv-fhcm-7xm7/GHSA-66hv-fhcm-7xm7.json @@ -1,23 +1,50 @@ { "schema_version": "1.4.0", "id": "GHSA-66hv-fhcm-7xm7", - "modified": "2023-10-25T18:32:25Z", + "modified": "2023-10-30T15:18:27Z", "published": "2023-10-25T18:32:25Z", "aliases": [ "CVE-2023-46651" ], + "summary": "Jenkins Warnings Plugin exposures system-scoped credentials", "details": "Jenkins Warnings Plugin 10.5.0 and earlier does not set the appropriate context for credentials lookup, allowing attackers with Item/Configure permission to access and capture credentials they are not entitled to. This fix has been backported to 10.4.1.", "severity": [ ], "affected": [ - + { + "package": { + "ecosystem": "Maven", + "name": "io.jenkins.plugins:warnings-ng" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "10.5.1" + } + ] + } + ] + } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46651" }, + { + "type": "WEB", + "url": "https://github.com/jenkinsci/warnings-ng-plugin/commit/17d18d2fae58f5658a40d03a03f927819eb6cf1a" + }, + { + "type": "PACKAGE", + "url": "https://github.com/jenkinsci/warnings-ng-plugin" + }, { "type": "WEB", "url": "https://www.jenkins.io/security/advisory/2023-10-25/#SECURITY-3265" @@ -29,11 +56,11 @@ ], "database_specific": { "cwe_ids": [ - + "CWE-200" ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2023-10-30T15:18:27Z", "nvd_published_at": null } } \ No newline at end of file diff --git a/advisories/github-reviewed/2023/10/GHSA-hwxf-qxj7-7rfj/GHSA-hwxf-qxj7-7rfj.json b/advisories/github-reviewed/2023/10/GHSA-hwxf-qxj7-7rfj/GHSA-hwxf-qxj7-7rfj.json new file mode 100644 index 00000000000..754a7b49339 --- /dev/null +++ b/advisories/github-reviewed/2023/10/GHSA-hwxf-qxj7-7rfj/GHSA-hwxf-qxj7-7rfj.json @@ -0,0 +1,60 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-hwxf-qxj7-7rfj", + "modified": "2023-10-30T15:18:56Z", + "published": "2023-10-30T15:18:56Z", + "aliases": [ + "CVE-2023-46240" + ], + "summary": "Detailed Error Report is Displayed in Production Environment ", + "details": "### Impact\nIf an error or exception occurs, a detailed error report is displayed even if in the production environment. \nAs a result, confidential information may be leaked.\n\n### Patches\nUpgrade to v4.4.3 or later. See [upgrading guide](https://codeigniter4.github.io/userguide/installation/upgrade_443.html).\n\n### Workarounds\nReplace `ini_set('display_errors', '0')` with `ini_set('display_errors', 'Off')` in `app/Config/Boot/production.php`.\n\n### References\n- https://codeigniter4.github.io/userguide/general/errors.html#error-reporting\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [codeigniter4/CodeIgniter4](https://github.com/codeigniter4/CodeIgniter4/issues)\n* Email us at [SECURITY.md](https://github.com/codeigniter4/CodeIgniter4/blob/develop/SECURITY.md)\n", + "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": [ + { + "package": { + "ecosystem": "Packagist", + "name": "codeigniter4/framework" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "4.4.3" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 4.4.2" + } + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/codeigniter4/CodeIgniter4/security/advisories/GHSA-hwxf-qxj7-7rfj" + }, + { + "type": "PACKAGE", + "url": "https://github.com/codeigniter4/CodeIgniter4" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-209" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2023-10-30T15:18:56Z", + "nvd_published_at": null + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2023/10/GHSA-mv77-fj63-q5w8/GHSA-mv77-fj63-q5w8.json b/advisories/github-reviewed/2023/10/GHSA-mv77-fj63-q5w8/GHSA-mv77-fj63-q5w8.json similarity index 54% rename from advisories/unreviewed/2023/10/GHSA-mv77-fj63-q5w8/GHSA-mv77-fj63-q5w8.json rename to advisories/github-reviewed/2023/10/GHSA-mv77-fj63-q5w8/GHSA-mv77-fj63-q5w8.json index cc6674d3780..b7fefaaf818 100644 --- a/advisories/unreviewed/2023/10/GHSA-mv77-fj63-q5w8/GHSA-mv77-fj63-q5w8.json +++ b/advisories/github-reviewed/2023/10/GHSA-mv77-fj63-q5w8/GHSA-mv77-fj63-q5w8.json @@ -1,23 +1,46 @@ { "schema_version": "1.4.0", "id": "GHSA-mv77-fj63-q5w8", - "modified": "2023-10-25T18:32:25Z", + "modified": "2023-10-30T15:18:01Z", "published": "2023-10-25T18:32:25Z", "aliases": [ "CVE-2023-46650" ], + "summary": "Stored XSS vulnerability in Jenkins GitHub Plugin", "details": "Jenkins GitHub Plugin 1.37.3 and earlier does not escape the GitHub project URL on the build page when showing changes, resulting in a stored cross-site scripting (XSS) vulnerability exploitable by attackers with Item/Configure permission.", "severity": [ ], "affected": [ - + { + "package": { + "ecosystem": "Maven", + "name": "com.coravy.hudson.plugins.github:github" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.37.3.1" + } + ] + } + ] + } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46650" }, + { + "type": "WEB", + "url": "https://github.com/jenkinsci/github-plugin/commit/9e09678c445613521c45acce0ce525160747ff3e" + }, { "type": "WEB", "url": "https://www.jenkins.io/security/advisory/2023-10-25/#SECURITY-3246" @@ -29,11 +52,11 @@ ], "database_specific": { "cwe_ids": [ - + "CWE-79" ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2023-10-30T15:18:01Z", "nvd_published_at": null } } \ No newline at end of file