CVE Catalog

CVE-2026-63222

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.45%

37th percentile - higher than 37% of all known CVEs

Summary

CodeIgniter prior to version 4.7.4 is vulnerable in the UploadedFile::move() method. Calling it without a second argument uses the client-provided filename without sanitization, allowing a remote attacker to use path traversal sequences to write uploaded content outside the intended directory.

Risk Assessment

An attacker can write files to arbitrary locations on the server, potentially leading to code execution or overwriting critical files.

Recommendation

Update CodeIgniter to version 4.7.4 or later.

Other vulnerabilities in CodeIgniter

See all
Original NVD description (English source)

CodeIgniter is a PHP full-stack web framework. Prior to 4.7.4, calling UploadedFile::move() without a second argument uses the client-provided filename without sanitization, allowing a remote attacker to use path traversal sequences to write uploaded content outside the intended directory when the application exposes an upload path. This issue is fixed in version 4.7.4.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS