vendor:
psipuss
by:
virangar security team(hadihadi)
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: psipuss
Affected Version From: 1
Affected Version To: 1
Patch Exists: YES
Related CWE: N/A
CPE: a:psipuss:psipuss:1.0
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2008
psipuss version 1.0 SQL Injection Vulnerabilities
An attacker can exploit this vulnerability by sending a crafted HTTP request with malicious SQL statements to the vulnerable application. This can allow the attacker to gain access to sensitive information stored in the database, modify data, or execute system level commands.
Mitigation:
Input validation should be used to prevent the execution of malicious SQL statements. Parameterized queries should be used to prevent SQL injection attacks.