CVE-2026-49216
Received
Received - Intake
Cross-Site Scripting in Symfony UX Autocomplete
Vulnerability report for CVE-2026-49216, 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.2.0 until 2.36.0 and 3.1.0, the Stimulus controller in symfony/ux-autocomplete renders AJAX response items in _createAutocompleteWithRemoteData() by interpolating the text field into HTML template literals (<div>${item[labelField]}</div>) rather than text, allowing attacker-controlled markup from user-supplied dropdown values to execute in the browser of any user who opens an autocomplete widget backed by the same data. 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-autocomplete | From 2.2.0 (inc) to 2.36.0 (exc) |
| symfony | ux-autocomplete | 2.36.0 |
| symfony | ux-autocomplete | From 3.0.0 (inc) to 3.1.0 (exc) |
| symfony | ux-autocomplete | From 2.2.0 (inc) to 2.36.0 (inc) |
| symfony | ux-autocomplete | 3.1.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |