vendor:
Vaidya-Mitra
by:
nu11secur1ty
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Vaidya-Mitra
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2023
Vaidya-Mitra 1.0 – Multiple SQLi
The 'useremail' parameter in Vaidya-Mitra 1.0 is vulnerable to SQL injection attacks. An attacker can inject a payload that calls MySQL's load_file function with a UNC file path, allowing them to interact with an external domain and potentially steal sensitive information like login credentials and phone numbers.
Mitigation:
To mitigate this vulnerability, it is recommended to properly sanitize and validate user inputs before using them in SQL queries. Additionally, using parameterized queries or prepared statements can help prevent SQL injection attacks.