vendor:
Job site Script
by:
Sangteamtham
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Job site Script
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
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
2daybiz Job site Script SQL injection
The vulnerability exists in the view_current_job.php, show_search_more.php and show_search_result.php scripts, which fail to properly sanitize user-supplied input before using it in an SQL query. A remote attacker can exploit this vulnerability by sending a specially crafted request to the vulnerable script and executing arbitrary SQL commands in application's database. This may allow the attacker to access or modify sensitive data in the back-end database, compromise the integrity of the data or exploit various vulnerabilities in the underlying SQL server software.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All input data should be validated and filtered before passing it to the SQL query. It is recommended to use prepared statements, parameterized queries or stored procedures instead of dynamic SQL queries.