CVE-2026-49215
Received
Received - Intake
Cross-Origin Forgery in Symfony UX LiveComponent
Vulnerability report for CVE-2026-49215, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-07-17
Last updated on: 2026-07-17
Assigner: GitHub, Inc.
Description
Description
Symfony UX is a JavaScript ecosystem for Symfony. From 2.22.0 until 2.36.0 and 3.1.0, Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::isLiveComponentRequest() gates #[LiveAction] invocations on Accept: application/vnd.live-component+html, but the Accept header is CORS-safelisted and cross-origin fetch() can set it without preflight, allowing forged cross-origin #[LiveAction] requests against a victim session when applications use SameSite=None, credentials: 'include', a permissive cookie policy, or a same-origin pivot. This issue is fixed in versions 2.36.0 and 3.1.0.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| symfony | ux_live_component | From 2.22.0 (inc) to 2.36.0 (inc) |
| symfony | ux_live_component | 3.1.0 |
| symfony | ux-live-component | From 2.22.0 (inc) to 2.36.0 (inc) |
| symfony | ux-live-component | 3.1.0 |
| symfony | ux-live-component | 2.36.0 |
| symfony | ux | to 2.36.0 (inc) |
| symfony | ux | 3.1.0 |
| symfony | ux | 2.36.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-352 | The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor. |