PT-2026-66682 · Unknown · Codeigniter
CVE-2026-63222
·
Published
2026-07-31
·
Updated
2026-08-07
CVSS v3.1
7.5
High
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N |
Name of the Vulnerable Software and Affected Versions
CodeIgniter versions prior to 4.7.4
Description
Calling the
move() function within the UploadedFile class without providing a second argument allows the application to use the client-provided filename without proper sanitization. This enables a remote attacker to employ path traversal sequences—a technique used to access files and directories that are restricted from the web application's root folder—to write uploaded content outside the intended directory when the application exposes an upload path.Recommendations
Update to version 4.7.4.
As a temporary mitigation, avoid calling the
move() function without a second argument to ensure filenames are not taken directly from the client.Exploit
Fix
Path traversal
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Codeigniter