Pyramid Debug Toolbar

The pyramid debug toolbar was found.

  • pyramid
  • logs
  • exposure

The Debug toolbar is used for executing various custom development tools which are used for inspecting or altering the application behavior. This toolbar is considered as a source of every Critical and at-risk information about the application. Therefore, it should not be publically available.

Impact

The application is exposed to the attacker. It is possible to obtain critical data like database passwords, cookies, user ids etc.

Solution

It is recommended to remove the Debug toolbar or other development toolbars which expose the same data used by the application.

Was this page helpful?