Cyber Resilience

CVE-2021-47867

HighPublic PoC

Published: 21 January 2026

Published
21 January 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score v4 8.5 CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0013 2.7th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2021-47867 is a high-severity Unquoted Search Path or Element (CWE-428) vulnerability in Honeywell (inferred from references). Its CVSS base score is 8.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Path Interception by Unquoted Path (T1574.009); ranked at the 2.7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 CM-6 (Configuration Settings) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2021-47867 is an unquoted service path vulnerability affecting WIN-PACK PRO4.8, specifically in the ScheduleService component. The issue stems from an unquoted path in the service executable located at 'C:\Program Files <x86>\WINPAKPRO\ScheduleService Service.exe', which allows local privilege escalation. It has a CVSS v3.1 base score of 7.8 (AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H) and is classified under CWE-428.

Local users with low privileges can exploit this vulnerability by placing a malicious executable in one of the path directories preceding the service binary, such as in C:\Program Files. When the ScheduleService starts, the system may execute the attacker's malicious code instead, granting elevated system privileges. This enables full control over the affected system, including high confidentiality, integrity, and availability impacts.

Advisories and related resources, including those from Exploit-DB (exploit 49691), Honeywell's Winpak product repository, and VulnCheck, provide details on the issue but do not specify patches in the available information. Security practitioners should consult these references for mitigation guidance, such as correcting the service path or restricting service directories.

An exploit is publicly available on Exploit-DB, indicating potential for real-world local privilege escalation attacks on unpatched WIN-PACK PRO4.8 systems.

EU & UK References

Vulnerability details

WIN-PACK PRO4.8 contains an unquoted service path vulnerability in the ScheduleService that allows local users to potentially execute code with elevated system privileges. Attackers can exploit the unquoted path in 'C:\Program Files <x86>\WINPAKPRO\ScheduleService Service.exe' to inject malicious code that would…

more

execute during service startup.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1574.009 Path Interception by Unquoted Path Stealth
Adversaries may execute their own malicious payloads by hijacking vulnerable file path references.
Why these techniques?

Unquoted service path in ScheduleService directly matches Path Interception by Unquoted Path (T1574.009), enabling local privilege escalation via malicious executable placement in preceding directories.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2020-36928Shared CWE-428
CVE-2023-54336Shared CWE-428
CVE-2020-37048Shared CWE-428
CVE-2019-25306Shared CWE-428
CVE-2020-36979Shared CWE-428
CVE-2020-36929Shared CWE-428
CVE-2020-37017Shared CWE-428
CVE-2021-47859Shared CWE-428
CVE-2019-25309Shared CWE-428
CVE-2021-47790Shared CWE-428

Affected Assets

Honeywell
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Enforces secure configuration settings for services, including quoted executable paths, directly preventing exploitation of unquoted service path vulnerabilities like CVE-2021-47867.

prevent

Requires identification, reporting, and remediation of flaws such as unquoted service paths, ensuring vulnerabilities like CVE-2021-47867 are corrected before exploitation.

prevent

Applies least privilege to services, reducing the impact of privilege escalation even if an unquoted path in CVE-2021-47867 is exploited.

References