CRITICAL
GHSA-fxf7-vhh8-7vpq
CakePHP: FunctionsBuilder::jsonValue() vulerable to SQL injection with PostgresDriver
Quick fix
GHSA-fxf7-vhh8-7vpq — cakephp/cakephp: upgrade to the fixed version with the command below.
composer require cakephp/cakephp:^5.3.7Details
### Impact The `FunctionsBuilder::jsonValue($field, $jsonPath)` methods with the Postgres driver is vulnerable to SQL injection if user controlled data is supplied to the `$jsonPath` parameter.
### Patches 5.1.10, 5.2.15, 5.3.7
### Workarounds Don't provide user controlled data to these functions/parameters.
Are you affected?
Enter the version of the package you're using.
Affected packages
Packagist/cakephp/cakephp
Introduced in:
5.3.0Fixed in: 5.3.7Fix
composer require cakephp/cakephp:^5.3.7Packagist/cakephp/cakephp
Introduced in:
5.2.0Fixed in: 5.2.15Fix
composer require cakephp/cakephp:^5.2.15Packagist/cakephp/cakephp
Introduced in:
5.1.0Fixed in: 5.1.10Fix
composer require cakephp/cakephp:^5.1.10Packagist/cakephp/database
Introduced in:
5.3.0Fixed in: 5.3.7Fix
composer require cakephp/database:^5.3.7Packagist/cakephp/database
Introduced in:
5.2.0Fixed in: 5.2.15Fix
composer require cakephp/database:^5.2.15Packagist/cakephp/database
Introduced in:
5.1.0Fixed in: 5.1.10Fix
composer require cakephp/database:^5.1.10References
- https://github.com/cakephp/cakephp/security/advisories/GHSA-fxf7-vhh8-7vpq[WEB]
- https://nvd.nist.gov/vuln/detail/CVE-2026-77635[ADVISORY]
- https://github.com/cakephp/cakephp/commit/138f2f61486532c29ee4d106da2a9848c1ff1ab3[WEB]
- https://github.com/cakephp/cakephp/commit/489a40fb7c6e597af33fe0f7264047afccb90d55[WEB]
- https://github.com/cakephp/cakephp/commit/9f1ad970a3b72293d4a37e694276645f804e819f[WEB]
- https://github.com/cakephp/cakephp[PACKAGE]
- https://github.com/cakephp/cakephp/releases/tag/5.1.10[WEB]
- https://github.com/cakephp/cakephp/releases/tag/5.2.15[WEB]
- https://github.com/cakephp/cakephp/releases/tag/5.3.7[WEB]