vendor:
Entrepreneur Job Portal Script
by:
OoN_Boy
8,8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Entrepreneur Job Portal Script
Affected Version From: 2.06
Affected Version To: 2.06
Patch Exists: YES
Related CWE: N/A
CPE: a:i-netsolution:entrepreneur_job_portal_script
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: PHP, MySQL
2016
Entrepreneur Job Portal Script SQL Injection
SQL Injection vulnerability exists in Entrepreneur Job Portal Script version 2.06. An attacker can exploit this vulnerability to inject malicious SQL queries in the application and gain access to sensitive data from the database. This vulnerability can be exploited by sending a maliciously crafted HTTP request to the vulnerable application.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries. Parameterized queries should be used to prevent SQL injection attacks.