Skip to content

Flask debug=True in Production Entry Point (Security Risk) #9

@AnisGLZ

Description

@AnisGLZ

app.run(debug=True) is present in the main application file. In a deployed context, this enables the interactive Werkzeug debugger, which is a remote code execution vector.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions