vendor:
Job Portal
by:
Mehmet EMIROGLU
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Job Portal
Affected Version From: v3.1
Affected Version To: v3.1
Patch Exists: NO
Related CWE: N/A
CPE: a:codecanyon:job_portal:3.1
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Wamp64, Windows
2019
NewJobPortal v3.1 – ‘job_submit’ SQL Inj.
NewJobPortal v3.1 is vulnerable to a SQL injection vulnerability in the 'job_submit' parameter. An attacker can exploit this vulnerability by sending a specially crafted HTTP POST request to the vulnerable application with the 'job_submit' parameter set to a malicious SQL query. This can allow an attacker to gain access to sensitive information from the database.
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.