PT-2026-82685 · Cakephp · Cakephp/Queue
CVSS v3.1
3.7
Low
| Vector | AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L |
Name of the Vulnerable Software and Affected Versions
CakePHP Queue versions 0.1.11 through 2.3.0
Description
In the
QueueManager::getUniqueId() function, identifiers for jobs with shouldBeUnique enabled are generated using the job class, method, and parameters. However, the process of sorting parameter values removes associative-array keys. An unauthenticated attacker capable of influencing job parameters can submit semantically different data that generates the same identifier, causing legitimate jobs to be dropped due to duplicate collisions.Recommendations
Update to version 2.3.1.
Disable
shouldBeUnique and handle idempotency within the application code.Exploit
Fix
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Cakephp/Queue