GHSA-vjqc-q4mp-2rvfCritical

CakePHP: Multiple methods in FunctionsBuilder vulnerable to SQL injection

Published
September 17, 2026
Last Modified
September 24, 2026

🔗 CVE IDs covered (1)

📋 Description

Impact

The FunctionsBuilder::cast($field, $dataType), extract($part, $expr), datePart($part, $expr), dateAdd($expr, $value, $unit) methods are vulnerable to SQL injection if user controlled data is supplied to the ($dataType / $part / $unit) parameters.

Patches

5.3.7, 5.2.14, 5.1.9, 4.6.5, 4.5.12 contain fixes

Workarounds

Don't provide user controlled data to these functions/parameters.

🎯 Affected products10

  • composer/cakephp/database:>= 4.6.0, < 4.6.5
  • composer/cakephp/database:>= 5.0.0, < 5.1.9
  • composer/cakephp/database:>= 5.2.0, < 5.2.14
  • composer/cakephp/database:>= 5.3.0, < 5.3.7
  • composer/cakephp/cakephp:< 4.5.12
  • composer/cakephp/cakephp:>= 4.6.0, < 4.6.5
  • composer/cakephp/cakephp:>= 5.0.0, < 5.1.9
  • composer/cakephp/cakephp:>= 5.2.0, < 5.2.14
  • composer/cakephp/cakephp:>= 5.3.0, < 5.3.7
  • composer/cakephp/database:>= 3.0.0, < 4.5.12

🔗 References (17)