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.
Upgrade to 2.3.1
You can disable shouldBeUnique and handle idempotency in application code.
{
"cwe_ids": [
"CWE-1023"
],
"github_reviewed": true,
"github_reviewed_at": "2026-08-27T17:03:56Z",
"nvd_published_at": null,
"severity": "LOW"
}