vendor:
Jobberbase
by:
Damian Ebelties
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Jobberbase
Affected Version From: 2.0
Affected Version To: 2.0
Patch Exists: YES
Related CWE: N/A
CPE: a:jobberbase:jobberbase:2.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Ubuntu 18.04.1
2019
Jobberbase 2.0 – ‘subscribe’ SQL injection
The page '/subscribe/' is vulnerable for SQL injection. Simply make a POST request to /subscribe/ with the parameters: email=jobber@zerodays.lol and category=1337<inject_here>. You can use this script to verify if YOUR OWN instance is vulnerable.
Mitigation:
Input validation, parameterized queries, and stored procedures can help mitigate SQL injection attacks.