CVE-2025-54418
Last modified
CVE-2025-54418 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. 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. EPSS estimates a 1.51% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Codeigniter | Codeigniter | >= 4.0.0, < 4.6.2 |
References
- https://cwe.mitre.org/data/definitions/78.htmlNot Applicable
- https://github.com/codeigniter4/CodeIgniter4/security/advisories/GHSA-9952-gv64-x94cMitigation, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2025-54418?
How severe is CVE-2025-54418?
How do I fix CVE-2025-54418?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-54412skops is a Python library which helps users share and ship t…8.7
- CVE-2025-54413skops is a Python library which helps users share and ship t…8.7
- CVE-2025-54414Anubis is a Web AI Firewall Utility that weighs the soul of …5.1
- CVE-2025-54415dag-factory is a library for Apache Airflow® to construct DA…9.1
- CVE-2025-54416tj-actions/branch-names is a Github actions repository that …9.1
- CVE-2025-54417Craft is a platform for creating digital experiences. Versio…8.8
- CVE-2025-54419A SAML library not dependent on any frameworks that runs in …10
- CVE-2025-5442A vulnerability, which was classified as critical, has been …9.8
- CVE-2025-54420Rejected reason: This CVE is a duplicate of CVE-2025-8129.
- CVE-2025-54421NamelessMC is a free, easy to use & powerful website softwar…5.4
- CVE-2025-54422Sandboxie is a sandbox-based isolation software for 32-bit a…5.5
- CVE-2025-54423copyparty is a portable file server. In versions up to and i…6.1
Are you affected by CVE-2025-54418?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
