vendor:
FamilyProject
by:
The_5p3ctrum
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: FamilyProject
Affected Version From: 2
Affected Version To: 2
Patch Exists: NO
Related CWE: N/A
CPE: a:mjcreation:familyproject
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
Mor0ccan nightamres
The familyproject script version 2.0 is vulnerable to SQL injection. An attacker can exploit this vulnerability by sending malicious SQL queries to the application. This can be done by sending a specially crafted login and password to the application. For example, login: ' or 1=1 or 'r and pass: ' or 1=1 or 'r can be used to exploit this vulnerability.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user input should be validated and filtered before being used in SQL queries.