Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Picturestone

#43961of 53,622
6.1Total CVSS
Vulnerabilities · 1
PT-2024-27340
6.1
2024-06-06
Unknown · Suluformbundle · CVE-2024-37156
**Name of the Vulnerable Software and Affected Versions** SuluFormBundle versions prior to 2.5.3 **Description** The SuluFormBundle adds support for creating dynamic forms in Sulu Admin. The TokenController get parameter `formName` is not sanitized in the returned input field, which leads to XSS. **Recommendations** For versions prior to 2.5.3, update to version 2.5.3 to fix the vulnerability. As a temporary workaround, consider creating a custom Symfony Request listener that checks for the get value of `form` for the TokenController and stops the request dispatching, returning an error status code if the value is not valid.