vendor:
Simple Job Script
by:
Ahmet Ümit BAYRAM
7.5
CVSS
HIGH
SQL Injection, XSS
89, 79
CWE
Product Name: Simple Job Script
Affected Version From: Latest
Affected Version To: Latest
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Kali Linux
2019
Simple Job Script – Multiple Vulnerabilities
Multiple vulnerabilities exist in Simple Job Script. These include SQL injection vulnerabilities in the 'landing_location', 'job_id', 'employerid', and 'app_id' parameters, as well as an XSS vulnerability in the 'job_type_value[]' parameter.
Mitigation:
To mitigate these vulnerabilities, it is recommended to sanitize user input and use prepared statements or parameterized queries to prevent SQL injection. Additionally, input validation and output encoding should be implemented to prevent XSS attacks.