CVE-2021-47780
Unknown Unknown - Not Provided

BaseFortify

Vulnerability report for CVE-2021-47780, 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

Macro Expert 4.7 contains an unquoted service path vulnerability that allows local users to potentially execute arbitrary code with elevated system privileges. Attackers can exploit the improperly configured service path to inject malicious executables that will be run with LocalSystem permissions during service startup.

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
grasssoft macro_expert 4.7

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

CVE-2021-47780 is an unquoted service path vulnerability in Macro Expert version 4.7. The service executable path contains spaces but is not enclosed in quotation marks, allowing local attackers to place malicious executables in directories along the service path. When the service starts, the system may mistakenly execute the attacker's code with elevated LocalSystem privileges, leading to local privilege escalation. [1, 2]

Impact Analysis

This vulnerability can allow a local attacker to execute arbitrary code with elevated system privileges (LocalSystem) on the affected machine. This means the attacker can gain full control over the system, potentially installing malware, stealing data, or disrupting system operations. [1, 2]

Detection Guidance

You can detect this vulnerability by checking the service configuration for unquoted executable paths. Specifically, for Macro Expert 4.7, you can run commands such as `sc qc "Macro Expert"` or `wmic service get name,displayname,pathname,startmode` to inspect the service executable path and confirm if it is unquoted and set to auto-start. An unquoted path containing spaces indicates the vulnerability. [1]

Mitigation Strategies

Immediate mitigation steps include correcting the service executable path by enclosing it in quotation marks to prevent execution of malicious executables placed along the path. Additionally, restrict write permissions on directories in the service path, especially system root and program files directories, to prevent attackers from placing malicious files. Restarting the service or system after fixing the path ensures the fix takes effect. [1, 2]

Chat Assistant

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

EPSS Chart