Description

When Symfony is used in development environment, the web debug toolbar is available at the bottom of all pages. It displays a good summary of the profiling data that gives you instant access to a lot of useful information when something does not work as expected. The web debug toolbar contains sensitive information and should not be present in production systems.

Remediation

Disable debugging helpers in production systems.

References

Related Vulnerabilities