# CVE-2026-54713

## Summary

- **CVE ID:** CVE-2026-54713
- **Severity:** LOW
- **CVSS Score:** 3.7 (CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L)
- **CWE:** CWE-1023
- **Published:** Aug 27, 2026
- **Last Modified:** Aug 28, 2026

## 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.

## Affected Products

- cakephp — queue (>= 0.1.11, < 2.3.1)

## References

- [CNA](https://github.com/cakephp/queue/security/advisories/GHSA-r5pm-vrc5-3m73)
- [CNA](https://github.com/cakephp/queue/pull/188)
- [CNA](https://github.com/cakephp/queue/commit/13890591e248acc8824becb24ba1939fa061bd34)
- [CNA](https://github.com/cakephp/queue/releases/tag/2.3.1)

## Exploitation Prediction (EPSS)

- **EPSS Score:** 0.36%
- **EPSS Percentile:** 29.7

---
_Exported from OnDuty AI Vulnerability Intelligence on 2026-09-10._