CVE-2021-47804
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2026-01-16

Last updated on: 2026-01-16

Assigner: VulnCheck

Description
Wise Care 365 5.6.7.568 contains an unquoted service path vulnerability in the WiseBootAssistant service running with LocalSystem privileges. Attackers can exploit this by inserting a malicious executable in the service path, which will execute with elevated system privileges when the service restarts.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-01-16
Last Modified
2026-01-16
Generated
2026-05-27
AI Q&A
2026-01-16
EPSS Evaluated
2026-05-25
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
wise wise_care_365 5.6.7.568
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-428 The product uses a search path that contains an unquoted element, in which the element contains whitespace or other separators. This can cause the product to access resources in a parent path.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability is an unquoted service path issue in the WiseBootAssistant service of Wise Care 365 version 5.6.7.568. Because the service path is not enclosed in quotes, an attacker with limited local privileges can place a malicious executable in the service path directories. When the service restarts, this malicious executable runs with elevated LocalSystem privileges, allowing the attacker to escalate their privileges on the system. [2, 3]


How can this vulnerability impact me? :

The vulnerability can allow an attacker with limited local access to execute malicious code with elevated system privileges (LocalSystem). This means the attacker can gain full control over the affected system, potentially installing malware, stealing data, or disrupting system operations. [2, 3]


How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability can be detected by querying the service configuration to check for unquoted service paths. Commands such as 'wmic service where name="WiseBootAssistant" get PathName' and 'sc qc WiseBootAssistant' can be used to view the service executable path. If the path is not enclosed in quotes and contains spaces, it indicates the presence of the unquoted service path vulnerability. [3]


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include correcting the service path by enclosing it in quotes to prevent execution of malicious executables placed in the service path. Additionally, restricting write permissions to the directories in the service path to prevent attackers from placing malicious executables can help mitigate the risk. Restarting the service after applying these changes ensures the fix takes effect. [2, 3]


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart