Skip to content

Flask Werkzeug Debugger Exposure

ID: flask-werkzeug-debug

Severity: low

Author: DhiyaneshDk

Tags: werkzeug,exposure,debug,misconfig

Flask Werkzeug Debugger is exposed.

id: flask-werkzeug-debug
info:
name: Flask Werkzeug Debugger Exposure
author: DhiyaneshDk
severity: low
description: Flask Werkzeug Debugger is exposed.
classification:
cpe: cpe:2.3:a:palletsprojects:werkzeug:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: palletsprojects
product: werkzeug
shodan-query: html:"Werkzeug powered traceback interpreter"
tags: werkzeug,exposure,debug,misconfig
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Werkzeug powered traceback interpreter'
- type: status
status:
- 500
# digest: 490a00463044022021c92fbc04896097fcb542bbe42f0a9e220d72f06e5a050f884116ab7db90f1602203fb7629d1ffc1cbf613a77fe7a757d954587c5d08544e520430bad1e33d05e95:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/debug/flask-werkzeug-debug.yaml"

View on Github