Answer in brief
CVE-2026-54713 records a Low severity (CVSS 3.7) vulnerability in CakePHP Queue: Incomplete Comparison in getUniqueId vulnerable to collisions. The current sources do not mark it as known exploited. The current feed maps cakephp/queue (composer), cakephp/queue (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 3.7. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps cakephp/queue (composer), cakephp/queue (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| cakephp/queuecomposer | >=0.1.10,<2.3.1 | 2.3.1 |
| cakephp/queuegeneric | >= 0.1.11, < 2.3.1 | Not reported |
Published upstream
Aug 27, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 27, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 27, 2026
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.
Quoted source text, attributed separately from HOL analysis.