header-logo
Suggest Exploit
vendor:
Cobian Backup
by:
Hejap Zairy
7.2
CVSS
HIGH
Unquoted Service Path
CWE
Product Name: Cobian Backup
Affected Version From: 0.9
Affected Version To: 0.9.93
Patch Exists: NO
Related CWE:
CPE: a:cobiansoft:cobian_backup:0.9
Metasploit:
Other Scripts:
Platforms Tested: Windows 10 Pro x64 es
2022

Cobian Backup 0.9 – Unquoted Service Path

A successful attempt would require the local user to be able to insert their code in the system root path undetected by the OS or other security applications where it could potentially be executed during application startup or reboot. If successful, the local user's code would execute with the elevated privileges of the application.

Mitigation:

Ensure that all service paths are properly quoted and that the system root path is not accessible to local users.
Source

Exploit-DB raw data:

# Exploit Title: Cobian Backup 0.9 - Unquoted Service Path
# Date: 06/03/2022
# Exploit Author: Hejap Zairy
# Vendor Homepage: https://www.cobiansoft.com//
# Software Link: https://www.cobiansoft.com/download.php/
# Version:0.9.93
# Tested: Windows 10 Pro x64 es

C:\Users\Hejap>sc qc CobianReflectorService
[SC] QueryServiceConfig SUCCESS

SERVICE_NAME: CobianReflectorService
        TYPE               : 10  WIN32_OWN_PROCESS
        START_TYPE         : 2   AUTO_START
        ERROR_CONTROL      : 1   NORMAL
        BINARY_PATH_NAME   : C:\Program Files\Cobian Reflector\Cobian.Reflector.Service.exe
        LOAD_ORDER_GROUP   :
        TAG                : 0
        DISPLAY_NAME       : Cobian Reflector Engine
        DEPENDENCIES       :
        SERVICE_START_NAME : LocalSystem

#Exploit:

A successful attempt would require the local user to be able to insert their code in the system root path undetected by the OS or other security applications where it could potentially be executed during application startup or reboot. If successful, the local user's code would execute with the elevated privileges of the application.