vendor:
Dr.Fone
by:
AkuCyberSec
7.8
CVSS
HIGH
Insecure File Permissions
264
CWE
Product Name: Dr.Fone
Affected Version From: 11.4.10
Affected Version To: 11.4.10
Patch Exists: NO
Related CWE:
CPE: a:wondershare:dr.fone
Platforms Tested: Windows 10 64-bit
2022
Wondershare Dr.Fone 11.4.10 – Insecure File Permissions
The application 'Wondershare Dr. Fone' comes with 3 services: DFWSIDService, ElevationService, and Wondershare InstallAssist. All the folders that contain the binaries for the services have weak permissions, which allow any authenticated user to get SYSTEM privileges. First, we need to check if services are running using the command 'wmic service get name,displayname,pathname,startmode,startname,state | findstr /I wondershare'. Then, we need to check if we have enough privileges to replace the binaries using the command 'icacls'.
Mitigation:
Ensure that all files and folders have the appropriate permissions set, and that only authorized users have access to them.