From 6d28c04b7aa06236e09b6621cd9ae0cd77807c9e 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:22:47 +0000 Subject: [PATCH] Publish GHSA-hwxf-qxj7-7rfj --- .../GHSA-hwxf-qxj7-7rfj/GHSA-hwxf-qxj7-7rfj.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) 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 index 754a7b49339..16022879063 100644 --- 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 @@ -1,13 +1,13 @@ { "schema_version": "1.4.0", "id": "GHSA-hwxf-qxj7-7rfj", - "modified": "2023-10-30T15:18:56Z", + "modified": "2023-10-30T15:21:32Z", "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", + "summary": "CodeIgniter4 vulnerable to information disclosure when detailed error report is displayed in production environment ", + "details": "### Impact\nIf an error or exception occurs in CodeIgniter4 v4.4.2 and earlier, a detailed error report is displayed even if in the production environment. As 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### 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)", "severity": [ { "type": "CVSS_V3", @@ -43,6 +43,14 @@ "type": "WEB", "url": "https://github.com/codeigniter4/CodeIgniter4/security/advisories/GHSA-hwxf-qxj7-7rfj" }, + { + "type": "WEB", + "url": "https://github.com/codeigniter4/CodeIgniter4/commit/423569fc31e29f51635a2e59c89770333f0e7563" + }, + { + "type": "WEB", + "url": "https://codeigniter4.github.io/userguide/general/errors.html#error-reporting" + }, { "type": "PACKAGE", "url": "https://github.com/codeigniter4/CodeIgniter4"