Skip to content

Remote Code Execution Vulnerability in Validation Placeholders in CodeIgniter4

Critical severity GitHub Reviewed Published May 21, 2023 in codeigniter4/CodeIgniter4 • Updated Nov 11, 2023

Package

composer codeigniter4/framework (Composer)

Affected versions

< 4.3.5

Patched versions

4.3.5

Description

Impact

This vulnerability allows attackers to execute arbitrary code when you use Validation Placeholders.

The vulnerability exists in the Validation library, and validation methods in the controller and in-model validation are also vulnerable because they use the Validation library internally.

Patches

Upgrade to v4.3.5 or later.

Workarounds

Setting validation rules with an array.

E.g.:

$validation->setRules([
    'email' => ['required', 'valid_email, 'is_unique[users.email,id,{id}]'],
]);

References

For more information

If you have any questions or comments about this advisory:

References

@kenjis kenjis published to codeigniter4/CodeIgniter4 May 21, 2023
Published to the GitHub Advisory Database May 22, 2023
Reviewed May 22, 2023
Published by the National Vulnerability Database May 30, 2023
Last updated Nov 11, 2023

Severity

Critical
9.8
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Weaknesses

CVE ID

CVE-2023-32692

GHSA ID

GHSA-m6m8-6gq8-c9fj
Checking history
See something to contribute? Suggest improvements for this vulnerability.