GHSA-89g7-22c8-3j23

Suggest an improvement
Source
https://github.com/advisories/GHSA-89g7-22c8-3j23
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/06/GHSA-89g7-22c8-3j23/GHSA-89g7-22c8-3j23.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-89g7-22c8-3j23
Aliases
  • CVE-2026-49208
Published
2026-06-19T19:23:55Z
Modified
2026-06-19T19:30:16.493634348Z
Severity
  • 6.9 (Medium) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N CVSS Calculator
Summary
ux-live-component: Format-less date LiveProps parsed with the permissive DateTime constructor
Details

Description

When a #[LiveProp] is typed as a DateTimeInterface and no explicit format is configured, Symfony\UX\LiveComponent\LiveComponentHydrator::hydrateObjectValue() falls back to new $className($value). The DateTime / DateTimeImmutable constructors accept relative strings such as "now", "tomorrow", or "+10 years", so a writable, format-less date prop can be pushed to an arbitrary point in time by the client. Components that rely on a date prop to gate time-based business logic can be moved past those checks by a frontend payload that no maintainer would consider a valid date.

Resolution

hydrateObjectValue() now parses format-less date props strictly with createFromFormat(DateTimeInterface::RFC3339, ...), matching the format already emitted by dehydrateObjectValue(). Normal round-trips are unaffected; only inputs that aren't valid RFC 3339 are now rejected, which is consistent with how a format-configured prop already behaved.

The patch for this issue is available here for branch 2.x (and forward-ported to 3.x).

Credits

Symfony would like to thank Pascal Cescon for reporting the issue and Hugo Alliaume for providing the fix.

Database specific
{
    "nvd_published_at": null,
    "github_reviewed_at": "2026-06-19T19:23:55Z",
    "cwe_ids": [
        "CWE-20"
    ],
    "severity": "MODERATE",
    "github_reviewed": true
}
References

Affected packages

Packagist / symfony/ux-live-component

Package

Name
symfony/ux-live-component
Purl
pkg:composer/symfony%2Fux-live-component

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.8.0
Fixed
2.36.0

Affected versions

v2.*
v2.8.0
v2.8.1
v2.9.0
v2.9.1
v2.10.0
v2.11.0
v2.11.1
v2.11.2
v2.12.0
v2.13.0
v2.13.1
v2.13.2
v2.13.3
v2.14.0
v2.14.1
v2.14.2
v2.15.0
v2.16.0
v2.17.0
v2.18.0
v2.18.1
v2.19.0
v2.19.2
v2.20.0
v2.21.0
v2.22.0
v2.22.1
v2.23.0
v2.24.0
v2.25.0
v2.25.1
v2.25.2
v2.26.0
v2.26.1
v2.27.0
v2.28.0
v2.28.1
v2.28.2
v2.29.0
v2.29.1
v2.29.2
v2.30.0
v2.31.0
v2.32.0
v2.33.0
v2.34.0
v2.35.0

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/06/GHSA-89g7-22c8-3j23/GHSA-89g7-22c8-3j23.json"

Packagist / symfony/ux-live-component

Package

Name
symfony/ux-live-component
Purl
pkg:composer/symfony%2Fux-live-component

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.0.0
Fixed
3.1.0

Affected versions

v3.*
v3.0.0

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/06/GHSA-89g7-22c8-3j23/GHSA-89g7-22c8-3j23.json"