CVE-2021-47804
Unknown Unknown - Not Provided

BaseFortify

Vulnerability report for CVE-2021-47804, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

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-07-06
AI Q&A
2026-01-16
EPSS Evaluated
2026-07-05
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 Quick Actions

Instant insights powered by AI
Executive Summary

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]

Impact Analysis

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]

Detection Guidance

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]

Mitigation Strategies

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]

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2021-47804. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart