CVE-2025-47946
Published:May 19, 2025
Updated:August 05, 2026
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.
Related Resources (11)
Do you need more information?
Contact UsCVSS v4
Base Score:
5.3
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
PASSIVE
Vulnerable System Confidentiality
LOW
Vulnerable System Integrity
LOW
Vulnerable System Availability
NONE
Subsequent System Confidentiality
LOW
Subsequent System Integrity
LOW
Subsequent System Availability
NONE
CVSS v3
Base Score:
6.1
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
REQUIRED
Scope
CHANGED
Confidentiality
LOW
Integrity
LOW
Availability
NONE
Weakness Type (CWE)
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
EPSS
Base Score:
0.21