Symfony UX is a JavaScript ecosystem for Symfony. From 2.5.0 until 2.36.0 and 3.1.0, Symfony\UX\LiveComponent\Controller\BatchActionController::__invoke() iterates over the client-supplied actions array and issues a full HttpKernel sub-request for each entry; because the array size is never bounded, an authenticated client can submit a single _batch request containing thousands of actions and exhaust CPU, memory, and database connections on the application server. This issue is fixed in versions 2.36.0 and 3.1.0.
{
"cwe_ids": [
"CWE-770"
],
"cna_assigner": "GitHub_M",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/49xxx/CVE-2026-49209.json"
}{
"source": [
"CPE_RANGE",
"CPE_STRING",
"REFERENCES"
],
"extracted_events": [
{
"introduced": "2.5.0"
},
{
"fixed": "2.36.0"
},
{
"introduced": "3.0.0"
},
{
"last_affected": "3.0.0"
}
],
"cpe": [
"cpe:2.3:a:symfony:ux:*:*:*:*:*:*:*:*",
"cpe:2.3:a:symfony:ux:3.0.0:*:*:*:*:*:*:*"
]
}