CVE-2026-49208
Received
Received - Intake
DateTime Injection in Symfony UX LiveComponent
Vulnerability report for CVE-2026-49208, 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.8.0 until 2.36.0 and 3.1.0, when a #[LiveProp] is typed as DateTimeInterface and no explicit format is configured, Symfony\UX\LiveComponent\LiveComponentHydrator::hydrateObjectValue() falls back to new $className($value), allowing client-supplied relative strings such as now, tomorrow, or +10 years to move a writable, format-less date prop past time-based business logic checks. 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.8.0 (inc) to 2.36.0 (exc) |
| symfony | ux_live_component | From 3.0.0 (inc) to 3.1.0 (exc) |
| symfony | ux_live_component | 2.36.0 |
| symfony | ux_live_component | 3.1.0 |
| symfony | ux | From 2.8.0 (inc) to 2.36.0 (inc) |
| symfony | ux | 3.1.0 |
| symfony | ux | 2.36.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-20 | The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly. |