CVE Catalog

CVE-2026-49208

MediumCVSS 5.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.24%

15th percentile - higher than 15% of all known CVEs

Summary

A vulnerability in Symfony UX allows an attacker to manipulate dates by sending relative strings (e.g., now, tomorrow, +10 years) to a LiveProp of type DateTimeInterface without a configured format. This bypasses time-based business logic checks.

Risk Assessment

The risk involves bypassing time-based restrictions in the application, potentially leading to unauthorized access to features or data that should only be available at specific times.

Recommendation

Immediately upgrade Symfony UX to version 2.36.0 or 3.1.0, which contain the fix for this vulnerability.

Other vulnerabilities in Symfony UX

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS