TokenController get parameter formName not sanitized in returned input field leads to XSS.
What kind of vulnerability is it? Who is impacted?
Has the problem been patched? What versions should users upgrade to?
Is there a way for users to fix or remediate the vulnerability without upgrading?
Create a custom Symfony Request listener which checks for the get value of form
for the TokenController and if not valid stop the request dispatching and return a error status code.
Are there any links users can visit to find out more?
{ "nvd_published_at": "2024-06-06T16:15:13Z", "cwe_ids": [ "CWE-79", "CWE-80" ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2024-06-06T21:36:40Z" }