Home
Home
Trends
Trends
Vulnerabilities
Vulnerabilities
News
News
Researchers
Researchers
Why dbugs?
Why dbugs?
Settings

Volker Dusch

#55238of 56,330
3.7Total CVSS
Vulnerabilities · 1
PT-2026-82685
3.7
2026-08-27
Cakephp · Cakephp/Queue · CVE-2026-54713
**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.