header-logo
Suggest Exploit
vendor:
SAntivirus
by:
Mara Ramirez
7.8
CVSS
HIGH
Unquoted Service Path
426
CWE
Product Name: SAntivirus
Affected Version From: 10.0.21.61
Affected Version To: 10.0.21.61
Patch Exists: NO
Related CWE: N/A
CPE: a:digital_communications:santivirus:10.0.21.61
Metasploit: N/A
Other Scripts: N/A
Platforms Tested: Windows 10 Home Single Languaje
2020

SAntivirus IC 10.0.21.61 – ‘SAntivirusIC’ Unquoted Service Path

The SAntivirus IC 10.0.21.61 software contains an Unquoted Service Path vulnerability. This vulnerability can be exploited by an attacker to gain elevated privileges on the system. The vulnerability exists because the software does not properly quote the path to the service executable. An attacker can exploit this vulnerability by placing malicious code in the same directory as the service executable and then executing it with elevated privileges.

Mitigation:

Ensure that all service paths are properly quoted. Additionally, ensure that all services are running with the least privileges necessary.
Source

Exploit-DB raw data:

# Exploit Title: SAntivirus IC 10.0.21.61 - 'SAntivirusIC' Unquoted Service Path
# Discovery by: Mara Ramirez
# Discovery Date: 10-11-2020
# Vendor Homepage: https://www.segurazo.com/download.html
# Software Links : https://www.segurazo.com/download.html
# Tested Version: 10.0.21.61
# Vulnerability Type: Unquoted Service Path
# Tested on OS: Windows 10 Home Single Languaje 

# Step to discover Unquoted Service Path:

C:\>wmic service get name, displayname, pathname, startmode | findstr /i "auto" | findstr /i /v "C:\Windows\\" |findstr /i /v """                                        SAntivirusIC                                                                              SAntivirusIC                       C:\Program Files (x86)\Digital Communications\SAntivirus\SAntivirusIC.exe -service  	Auto

C:\>sc qc SAntivirusIC
[SC] QueryServiceConfig CORRECTO

NOMBRE_SERVICIO: SAntivirusIC
        TIPO               : 10  WIN32_OWN_PROCESS
        TIPO_INICIO        : 2   AUTO_START
        CONTROL_ERROR      : 1   NORMAL
        NOMBRE_RUTA_BINARIO: C:\Program Files (x86)\Digital Communications\SAntivirus\SAntivirusIC.exe -service
        GRUPO_ORDEN_CARGA  :
        ETIQUETA           : 0
        NOMBRE_MOSTRAR     : SAntivirusIC
        DEPENDENCIAS       :
        NOMBRE_INICIO_SERVICIO: LocalSystem