36 lines
1.2 KiB
YAML
36 lines
1.2 KiB
YAML
id: sound4-directory-listing
|
|
|
|
info:
|
|
name: SOUND4 Impact/Pulse/First/Eco <=2.x - Information Disclosure
|
|
author: arafatansari
|
|
severity: medium
|
|
description: |
|
|
The application is vulnerable to sensitive directory indexing / information disclosure vulnerability. An unauthenticated attacker can visit the log directory and disclose the server's log files containing sensitive and system information.
|
|
reference:
|
|
- https://packetstormsecurity.com/files/170259/SOUND4-IMPACT-FIRST-PULSE-Eco-2.x-Information-Disclosure.html
|
|
- https://www.zeroscience.mk/en/vulnerabilities/ZSL-2022-5732.php
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.html:"SOUND4"
|
|
tags: misconfig,listing,sound4,disclosure,packetstorm
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/log/"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<title>Index of /log</title>"
|
|
- "Parent Directory"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4b0a00483046022100c40d90c8b4aab2a3fdaa4adce595c9e931ef76a373cf0a34a86c9d812d09edbe022100f3ed0dfd4a1188260f8f218ffd4d7dd6808cc4895f69bae0e37e9044a7c37097:922c64590222798bb761d5b6d8e72950
|