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

35 lines
1.3 KiB
YAML
Raw Normal View History

2021-09-22 19:10:03 +00:00
id: CVE-2021-40875
info:
name: Gurock TestRail Application files.md5 exposure
author: oscarintherocks
severity: medium
description: Improper Access Control in Gurock TestRail versions < 7.2.0.3014 resulted in sensitive information exposure. A threat actor can access the /files.md5 file on the client side of a Gurock TestRail application, disclosing a full list of application files and the corresponding file paths. The corresponding file paths can be tested, and in some cases, result in the disclosure of hardcoded credentials, API keys, or other sensitive data.
tags: cve,cve2021,exposure,gurock,testrail
reference:
https://github.com/SakuraSamuraii/derailed
https://johnjhacking.com/blog/cve-2021-40875/
https://www.gurock.com/testrail/tour/enterprise-edition
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-40875
classification:
cve-id: CVE-2021-40875
requests:
- method: GET
path:
- "{{BaseURL}}/files.md5"
- "{{BaseURL}}/testrail/files.md5"
2021-09-23 09:59:04 +00:00
max-size: 1000 # Define response size in bytes to read from server.
stop-at-first-match: true
2021-09-22 19:10:03 +00:00
matchers-condition: and
matchers:
- type: word
2021-09-23 09:59:04 +00:00
part: body
2021-09-22 19:10:03 +00:00
words:
- "app/arguments/admin"
- type: status
status:
- 200