vendor:
Zechat
by:
Borna nematzadeh
7.5
CVSS
HIGH
SQL Injection / Cross site request forgery
89
CWE
Product Name: Zechat
Affected Version From: 1.5
Affected Version To: 1.5
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Kali linux
2018
Zechat 1.5 – ‘hashtag’ / ‘v’ SQL Injection / Cross site request forgery
The Zechat 1.5 application is vulnerable to SQL Injection and Cross Site Request Forgery (CSRF) attacks. The 'hashtag' parameter is susceptible to Union-based SQL Injection, allowing an attacker to extract information from the database. The 'v' parameter is vulnerable to Time-based Blind SQL Injection, enabling an attacker to execute arbitrary SQL queries. Additionally, the application is vulnerable to CSRF, which allows an attacker to change user's information without proper authentication.
Mitigation:
To mitigate these vulnerabilities, it is recommended to sanitize user input and use prepared statements or parameterized queries to prevent SQL Injection attacks. Additionally, implementing anti-CSRF tokens and validating user input can help protect against CSRF attacks.