CVE-2026-54713 (GCVE-0-2026-54713)
Vulnerability from cvelistv5
Published
2026-08-27 17:03
Modified
2026-08-28 15:55
Severity ?
VLAI Severity ?
EPSS score ?
CWE
- CWE-1023 - Incomplete Comparison with Missing Factors
Summary
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.
References
| URL | Tags | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-54713",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-08-28T15:55:07.774512Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-08-28T15:55:52.105Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "queue",
"vendor": "cakephp",
"versions": [
{
"status": "affected",
"version": "\u003e= 0.1.11, \u003c 2.3.1"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "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."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-1023",
"description": "CWE-1023: Incomplete Comparison with Missing Factors",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-08-27T17:03:31.580Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/cakephp/queue/security/advisories/GHSA-r5pm-vrc5-3m73",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/cakephp/queue/security/advisories/GHSA-r5pm-vrc5-3m73"
},
{
"name": "https://github.com/cakephp/queue/pull/188",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/cakephp/queue/pull/188"
},
{
"name": "https://github.com/cakephp/queue/commit/13890591e248acc8824becb24ba1939fa061bd34",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/cakephp/queue/commit/13890591e248acc8824becb24ba1939fa061bd34"
},
{
"name": "https://github.com/cakephp/queue/releases/tag/2.3.1",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/cakephp/queue/releases/tag/2.3.1"
}
],
"source": {
"advisory": "GHSA-r5pm-vrc5-3m73",
"discovery": "UNKNOWN"
},
"title": "CakePHP Queue: Incomplete Comparison in getUniqueId vulnerable to collisions"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-54713",
"datePublished": "2026-08-27T17:03:31.580Z",
"dateReserved": "2026-06-15T22:58:06.563Z",
"dateUpdated": "2026-08-28T15:55:52.105Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"vulnrichment": {
"containers": "{\"cna\": {\"title\": \"CakePHP Queue: Incomplete Comparison in getUniqueId vulnerable to collisions\", \"source\": {\"advisory\": \"GHSA-r5pm-vrc5-3m73\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 3.7, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"LOW\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"cakephp\", \"product\": \"queue\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e= 0.1.11, \u003c 2.3.1\"}]}], \"references\": [{\"url\": \"https://github.com/cakephp/queue/security/advisories/GHSA-r5pm-vrc5-3m73\", \"name\": \"https://github.com/cakephp/queue/security/advisories/GHSA-r5pm-vrc5-3m73\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/cakephp/queue/pull/188\", \"name\": \"https://github.com/cakephp/queue/pull/188\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/cakephp/queue/commit/13890591e248acc8824becb24ba1939fa061bd34\", \"name\": \"https://github.com/cakephp/queue/commit/13890591e248acc8824becb24ba1939fa061bd34\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/cakephp/queue/releases/tag/2.3.1\", \"name\": \"https://github.com/cakephp/queue/releases/tag/2.3.1\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"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.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-1023\", \"description\": \"CWE-1023: Incomplete Comparison with Missing Factors\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-08-27T17:03:31.580Z\"}}, \"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-54713\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-08-28T15:55:07.774512Z\"}}}], \"providerMetadata\": {\"shortName\": \"CISA-ADP\", \"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"dateUpdated\": \"2026-08-28T15:55:33.403Z\"}}]}",
"cveMetadata": "{\"cveId\": \"CVE-2026-54713\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-08-27T17:03:31.580Z\", \"dateReserved\": \"2026-06-15T22:58:06.563Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-08-27T17:03:31.580Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…