Home / Vulnerability Database / Python : Debug mode on
Python

Python : Debug mode on

Classification

OWASP Mobile Top 10 2014
OWASP Mobile Top 10 2016
PCI DSS 4.0

Overview

The launch of the server with debug mode is possible, which can lead to data confidentiality loss. The debug parameter, which is responsible for enabling the debug mode, is set to True. The debugger allows executing arbitrary Python code from the browser. It is protected by a PIN, but still represents a major security risk. Do not run the development server or debugger in a production environment.

MEDIUM

DerScanner Severity Score

Do you want to fix Python : Debug mode on in your application?

See also

Python

Python : Web3: Deprecated method

Python

Python : Unsafe padding

Python

Python : Error handling: generic exception