From 04b46068b6d7edb7f6fd00f1e9a0d9dc3590c759 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 16:38:03 +0000 Subject: [PATCH] Publish GHSA-39fp-mqmm-gxj6 --- .../GHSA-39fp-mqmm-gxj6.json | 61 +++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 advisories/github-reviewed/2024/03/GHSA-39fp-mqmm-gxj6/GHSA-39fp-mqmm-gxj6.json diff --git a/advisories/github-reviewed/2024/03/GHSA-39fp-mqmm-gxj6/GHSA-39fp-mqmm-gxj6.json b/advisories/github-reviewed/2024/03/GHSA-39fp-mqmm-gxj6/GHSA-39fp-mqmm-gxj6.json new file mode 100644 index 00000000000..68f4cfbd0dc --- /dev/null +++ b/advisories/github-reviewed/2024/03/GHSA-39fp-mqmm-gxj6/GHSA-39fp-mqmm-gxj6.json @@ -0,0 +1,61 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-39fp-mqmm-gxj6", + "modified": "2024-03-29T16:36:38Z", + "published": "2024-03-29T16:36:38Z", + "aliases": [ + "CVE-2024-29904" + ], + "summary": "CodeIgniter4 DoS Vulnerability", + "details": "### Impact\nA vulnerability was found in the Language class that allowed DoS attacks. This vulnerability can be exploited by an attacker to consume a large amount of memory on the server.\n\n### Patches\nUpgrade to v4.4.7 or later. See [upgrading guide](https://codeigniter4.github.io/userguide/installation/upgrade_447.html).\n\n### Workarounds\n- Disabling Auto Routing prevents a known attack vector in the framework.\n- Do not pass invalid values to the `lang()` function or `Language` class.\n\n### References\n- https://codeigniter4.github.io/userguide/outgoing/localization.html#language-localization\n- https://codeigniter4.github.io/userguide/general/common_functions.html#lang\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "codeigniter4/framework" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "4.4.7" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/codeigniter4/CodeIgniter4/security/advisories/GHSA-39fp-mqmm-gxj6" + }, + { + "type": "WEB", + "url": "https://github.com/codeigniter4/CodeIgniter4/commit/fa851acbae7ae4c5a97f8f38ae87aa0822a334c0" + }, + { + "type": "PACKAGE", + "url": "https://github.com/codeigniter4/CodeIgniter4" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-835" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-03-29T16:36:38Z", + "nvd_published_at": null + } +} \ No newline at end of file