CVE-2025-47946
Description
Symfony UX is an initiative and set of libraries to integrate JavaScript tools into applications. Prior to version 2.25.1, rendering {{ attributes }} or using any method that returns a ComponentAttributes instance (e.g. only(), defaults(), without()) ouputs attribute values directly without escaping. If these values are unsafe (e.g. contain user input), this can lead to HTML attribute injection and XSS vulnerabilities. The issue is fixed in version 2.25.1 of symfony/ux-twig-component Those who use symfony/ux-live-component must also update it to 2.25.1 to benefit from the fix, as it reuses the ComponentAttributes class internally. As a workaround, avoid rendering {{ attributes }} or derived objects directly if it may contain untrusted values. Instead, use {{ attributes.render('name') }} for safe output of individual attributes.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
symfony/ux-twig-componentPackagist | < 2.25.1 | 2.25.1 |
symfony/ux-live-componentPackagist | < 2.25.1 | 2.25.1 |
Affected products
3- Range: v1.0.0, v1.1.0, v1.2.0, …
- ghsa-coords2 versions
< 2.25.1+ 1 more
- (no CPE)range: < 2.25.1
- (no CPE)range: < 2.25.1
Patches
Vulnerability mechanics
Generated on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.
References
10- github.com/advisories/GHSA-5j3w-5pcr-f8hgghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2025-47946ghsaADVISORY
- github.com/FriendsOfPHP/security-advisories/blob/master/symfony/ux-live-component/CVE-2025-47946.yamlghsaWEB
- github.com/FriendsOfPHP/security-advisories/blob/master/symfony/ux-twig-component/CVE-2025-47946.yamlghsaWEB
- github.com/symfony/ux-live-component/commit/7ad44cf56d750b9f56658ed986286a10da132ee7ghsaWEB
- github.com/symfony/ux-twig-component/commit/b5d4e77db69315aeb18d2238e0e7c943d340ce76ghsaWEB
- github.com/symfony/ux/commit/b5d1c85995c128cb926d47a96cfbfbd500b643a8nvdWEB
- github.com/symfony/ux/commit/c2f7738ee0969c31df7514025a7f5fc6e153932dghsaWEB
- github.com/symfony/ux/security/advisories/GHSA-5j3w-5pcr-f8hgnvdWEB
- symfony.com/blog/symfony-ux-cve-2025-47946-unsanitized-html-attribute-injection-via-componentattributesghsaWEB
News mentions
0No linked articles in our index yet.