Search for packages
| purl | pkg:composer/codeigniter4/framework@4.6.0 |
| Vulnerability | Summary | Fixed by |
|---|---|---|
|
VCID-jdsk-9fw6-buhu
Aliases: CVE-2025-45406 GHSA-49jm-g4m8-x53p |
A stored cross-site scripting (XSS) vulnerability in CodeIgniter4 v4.6.0 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the debugbar_time parameter. NOTE: this is disputed by the Supplier because attackers cannot influence the value of debugbar_time, and because debugbar-related data is automatically escaped by the CodeIgniter Parser class. | There are no reported fixed by versions. |
|
VCID-kqy2-2nun-27cn
Aliases: CVE-2025-54418 GHSA-9952-gv64-x94c |
CodeIgniter is a PHP full-stack web framework. A command injection vulnerability present in versions prior to 4.6.2 affects applications that use the ImageMagick handler for image processing (`imagick` as the image library) and either allow file uploads with user-controlled filenames and process uploaded images using the `resize()` method or use the `text()` method with user-controlled text content or options. An attacker can upload a file with a malicious filename containing shell metacharacters that get executed when the image is processed or provide malicious text content or options that get executed when adding text to images Users should upgrade to v4.6.2 or later to receive a patch. As a workaround, switch to the GD image handler (`gd`, the default handler), which is not affected by either vulnerability. For file upload scenarios, instead of using user-provided filenames, generate random names to eliminate the attack vector with `getRandomName()` when using the `move()` method, or use the `store()` method, which automatically generates safe filenames. For text operations, if one must use ImageMagick with user-controlled text, sanitize the input to only allow safe characters and validate/restrict text options. |
Affected by 1 other vulnerability. |
| Vulnerability | Summary | Aliases |
|---|---|---|
| This package is not known to fix vulnerabilities. | ||
| Date | Actor | Action | Vulnerability | Source | VulnerableCode Version |
|---|---|---|---|---|---|
| 2026-06-12T20:08:08.501855+00:00 | GitLab Importer | Affected by | VCID-kqy2-2nun-27cn | https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/codeigniter4/framework/CVE-2025-54418.yml | 38.6.0 |
| 2026-06-12T20:08:04.550092+00:00 | GitLab Importer | Affected by | VCID-jdsk-9fw6-buhu | https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/codeigniter4/framework/CVE-2025-45406.yml | 38.6.0 |