Werkzeug Debugger Exposure

The Werkzeug debugger was detected.

  • werkzeug
  • detection

Werkzeug debugger is a useful interactive tool for introspective running Python web applications. The debugger allows the execution of arbitrary code. Therefore it must never be used on production machines.

Impact

Attackers may access the debugger to execute arbitrary code into the web application.

Solution

Ensure that the debugger is turned off in production environments.

References

Was this page helpful?