CVE-2026-49209
Published:June 19, 2026
Updated:June 21, 2026
Description "Symfony\UX\LiveComponent\Controller\BatchActionController::__invoke()" iterates over the client-supplied "actions" array and issues a full "HttpKernel" sub-request for each entry (event subscribers, validators, Doctrine, rendering). The array size is never bounded, so an authenticated client can submit a single "_batch" request containing thousands of actions and exhaust CPU, memory, and database connections on the application server. Resolution "BatchActionController" now enforces an upper bound of 50 actions per "_batch" request ("MAX_ACTIONS_PER_BATCH") and rejects larger payloads up front with a "BadRequestHttpException". The matching JavaScript backend was also updated to split larger client-side batches into multiple requests so legitimate usage isn't affected. The patch for this issue is available "here" (https://github.com/symfony/ux/commit/95e878d5257f13d6d652ca95e3ef6bb0934d674f) for branch 2.x (and forward-ported to 3.x). Credits Symfony would like to thank Pascal Cescon for reporting the issue and Hugo Alliaume for providing the fix.
Affected Packages
https://github.com/symfony/ux.git (GITHUB):
Affected version(s) >=v1.0.0 <v2.36.0Fix Suggestion:
Update to version v2.36.0symfony/ux-live-component (PHP):
Affected version(s) >=v2.5.0 <v2.36.0Fix Suggestion:
Update to version v2.36.0symfony/ux-live-component (PHP):
Affected version(s) =v3.0.0 <v3.1.0Fix Suggestion:
Update to version v3.1.0Related Resources (4)
Do you need more information?
Contact UsCVSS v4
Base Score:
1.3
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
LOW
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
Exploit Maturity
UNREPORTED
CVSS v3
Base Score:
4.3
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
LOW
Weakness Type (CWE)
Allocation of Resources Without Limits or Throttling