原始 OSV JSON{
"id": "GHSA-r5pm-vrc5-3m73",
"aliases": [
"CVE-2026-54713"
],
"details": "### Impact\n\nFor 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.\n\n### Patches\nUpgrade to 2.3.1\n\n### Workarounds\n\nYou can disable `shouldBeUnique` and handle idempotency in application code.",
"summary": "cakephp/queue's Incomplete Comparison in getUniqueId vulnerable to collisions",
"affected": [
{
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0.1.10"
},
{
"fixed": "2.3.1"
}
]
}
],
"package": {
"name": "cakephp/queue",
"ecosystem": "Packagist"
}
}
],
"modified": "2026-08-27T17:03:57Z",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L"
}
],
"published": "2026-08-27T17:03:56Z",
"references": [
{
"url": "https://github.com/cakephp/queue/security/advisories/GHSA-r5pm-vrc5-3m73",
"type": "WEB"
},
{
"url": "https://github.com/cakephp/queue/pull/188",
"type": "WEB"
},
{
"url": "https://github.com/cakephp/queue/commit/13890591e248acc8824becb24ba1939fa061bd34",
"type": "WEB"
},
{
"url": "https://github.com/cakephp/queue",
"type": "PACKAGE"
},
{
"url": "https://github.com/cakephp/queue/releases/tag/2.3.1",
"type": "WEB"
}
],
"schema_version": "1.4.0",
"database_specific": {
"cwe_ids": [
"CWE-1023"
],
"severity": "LOW",
"github_reviewed": true,
"nvd_published_at": null,
"github_reviewed_at": "2026-08-27T17:03:56Z"
}
}