PT-2026-82685 · Cakephp · Cakephp/Queue

·

CVE-2026-54713

·

Published

2026-08-27

·

Updated

2026-08-27

CVSS v3.1

3.7

Low

VectorAV: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

CVE-2026-54713
GHSA-R5PM-VRC5-3M73

Affected Products

Cakephp/Queue