Symfony is a PHP framework for web and console applications and a set of reusable PHP components. Starting in version 6.0.0 and prior to version 6.3.8, the error message in `WebhookController` returns unescaped user-submitted input. As of version 6.3.8, `WebhookController` now doesn't return any user-submitted input in its response.
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.
Link | Tags |
---|---|
https://github.com/symfony/symfony/security/advisories/GHSA-72x2-5c85-6wmr | patch vendor advisory |
https://github.com/symfony/symfony/commit/8128c302430394f639e818a7103b3f6815d8d962 | patch |