Answer in brief
CVE-2026-54713 records a Low severity (CVSS 3.7) vulnerability in cakephp/queue's Incomplete Comparison in getUniqueId vulnerable to collisions. The current sources do not mark it as known exploited. The current feed maps cakephp/queue (composer). 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). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| cakephp/queuecomposer | >=0.1.10,<2.3.1 | 2.3.1 |
Published upstream
Aug 27, 2026
Evidence: source:ghsa:source_dates:source-dates:recordSource modified
Aug 27, 2026
Evidence: source:ghsa:source_dates:source-dates:recordFirst seen by HOL
Aug 27, 2026
### Impact For jobs with `shouldBeUnique = true` the queue plugin will generate a 'unique identifier' based on the job class, method and parameters. If user data is supplied, a malicious user could create collisions, resulting in legitimate jobs being dropped. ### Patches Upgrade to 2.3.1 ### Workarounds You can disable `shouldBeUnique` and handle idempotency in application code.
Quoted source text, attributed separately from HOL analysis.