2021-08-17 12:07:57 +00:00
|
|
|
id: django-debug-exposure
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Django Debug Exposure
|
|
|
|
author: geeknik
|
|
|
|
severity: high
|
2023-12-22 10:04:09 +00:00
|
|
|
description: Django debug mode enabled exposes internal information.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://twitter.com/Alra3ees/status/1397660633928286208
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: django,exposure
|
2021-08-17 12:07:57 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-08-17 12:07:57 +00:00
|
|
|
- method: POST
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/admin/login/?next=/admin/"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 500
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "DB_HOST"
|
|
|
|
- "DB_NAME"
|
|
|
|
- "DJANGO"
|
|
|
|
- "ADMIN_PASSWORD"
|
|
|
|
condition: and
|
2023-12-29 09:57:30 +00:00
|
|
|
# digest: 4a0a00473045022075f8eb23f058287e94f409e156c595d9a3160eeca81f66a83d61be4144301dc7022100a96b53e8b7688c50241e531c5e45dac6fb3788d27fce1f21ac315b1279ddbbf6:922c64590222798bb761d5b6d8e72950
|