Vulnerability Description
CakePHP Queue is a queue-interop compatible queueing library. From 0.1.11 until 2.3.1, QueueManager::getUniqueId() generates identifiers for jobs with shouldBeUnique enabled from the job class, method, and parameters, but sorting parameter values drops associative-array keys. An unauthenticated attacker who can influence job parameters can submit semantically different data that produces the same identifier, resulting in legitimate jobs dropped as duplicate collisions. This issue is fixed in version 2.3.1.
CVSS Score
LOW
Related Weaknesses (CWE)
References
- https://github.com/cakephp/queue/commit/13890591e248acc8824becb24ba1939fa061bd34
- https://github.com/cakephp/queue/pull/188
- https://github.com/cakephp/queue/releases/tag/2.3.1
- https://github.com/cakephp/queue/security/advisories/GHSA-r5pm-vrc5-3m73
FAQ
What is CVE-2026-54713?
CVE-2026-54713 is a vulnerability with a CVSS score of 3.7 (LOW). CakePHP Queue is a queue-interop compatible queueing library. From 0.1.11 until 2.3.1, QueueManager::getUniqueId() generates identifiers for jobs with shouldBeUnique enabled from the job class, method...
How severe is CVE-2026-54713?
CVE-2026-54713 has been rated LOW with a CVSS base score of 3.7/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-54713?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.