VYPR

UX LiveComponent

by Sensiolabs

CVEs (2)

  • CVE-2026-49212lowJun 19, 2026
    risk 0.00cvss epss

    ### Description In `symfony/ux-live-component`, a component's server-side state is exposed to the browser as a set of props (`#[LiveProp]`-annotated properties). Props marked `writable: true` can be freely changed by the client. Read-only props are round-tripped to the browser…

  • CVE-2026-49209lowJun 19, 2026
    risk 0.00cvss epss

    ### 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…