40 lines
1.4 KiB
YAML
40 lines
1.4 KiB
YAML
id: CVE-2021-28854
|
|
|
|
info:
|
|
name: VICIdial Sensitive Information Disclosure
|
|
author: pdteam
|
|
severity: high
|
|
description: VICIdial's Web Client is susceptible to information disclosure because it contains many sensitive files that can be accessed from the client side. These files contain mysqli logs, auth logs, debug information, successful and unsuccessful login attempts with their corresponding IP's, User-Agents, credentials and much more. This information can be leveraged by an attacker to gain further access to VICIdial systems.
|
|
remediation: |
|
|
Apply the latest security patches and updates provided by VICIdial to fix the vulnerability and ensure sensitive information is properly protected.
|
|
reference:
|
|
- https://github.com/JHHAX/VICIdial
|
|
classification:
|
|
cve-id: CVE-2021-28854
|
|
metadata:
|
|
max-request: 1
|
|
tags: cve,cve2021
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/agc/vicidial_mysqli_errors.txt"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'text/plain'
|
|
part: header
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
words:
|
|
- 'vdc_db_query'
|
|
part: body
|
|
|
|
# digest: 4b0a00483046022100b1f404ce46d1347113282e2df7a99a858c9b69a9956316383476fc6a29276efc022100d0f39aad355d1a3c546b2da1dde41d27c2f5e8d4538db17bc2b569a402355f1c:922c64590222798bb761d5b6d8e72950
|