ID:12963 - Exploit for Arbitrary file upload in CodeIgniter4 - CVE-2026-63223

 
Main Vulnerability Database Exploits ID:12963 - Exploit for Arbitrary file upload in CodeIgniter4 - CVE-2026-63223

ID:12963 - Exploit for Arbitrary file upload in CodeIgniter4 - CVE-2026-63223

Published: August 21, 2026


Vulnerability identifier: #VU137010
Vulnerability risk: High
CVE-ID: CVE-2026-63223
CWE-ID: CWE-434
Exploitation vector: Remote access
Vulnerable software:
CodeIgniter4

Link to public exploit:


Vulnerability description

The vulnerability allows a remote attacker to execute arbitrary code.

The vulnerability exists due to unrestricted upload of file with dangerous type in the `is_image` and `mime_in` file upload validation rules when validating uploaded files. A remote attacker can upload a crafted file with a dangerous extension to execute arbitrary code.

Applications are impacted when uploaded files are saved using the client-supplied filename and placed in a web-accessible directory where PHP files can execute.


Remediation

Install security update from vendor's website.