CVE-2026-49215 Details
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.
A vulnerability in Symfony UX Live Component versions 2.22.0 prior to 2.36.0 and 3.0.0 prior to 3.1.0 allows for cross-origin request forgery (CSRF) attacks. The issue arises because the 'Accept' header used to validate live component requests is CORS-safelisted, enabling cross-origin 'fetch()' calls to bypass security. This vulnerability can be exploited when session cookies are set to 'SameSite=None' with 'credentials: include', or when a permissive cookie policy is in place. The flaw has been addressed by requiring the 'X-Requested-With: XMLHttpRequest' header, which is not CORS-safelisted, thereby blocking unauthorized cross-origin requests.
Update to Symfony UX Live Component version 2.36.0 or 3.1.0, where this vulnerability has been fixed.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Jul 17, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-352 | Cross-Site Request Forgery (CSRF) | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| symfony ux | >= 2.22.0, < 2.36.0 3.0.0 |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 20, 2026 | Initial Analysis | [email protected] |
| Jul 17, 2026 | CVE Modified | CISA-ADP |
| Jul 17, 2026 | New CVE Received | [email protected] |