CVE Catalog

CVE-2026-41451

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Elevated risk
0.72%

51th percentile - higher than 51% of all known CVEs

Summary

UAC before version 3.3.0 has a command injection vulnerability in the user substitution logic in parse_artifact.sh. Usernames and home directories from /etc/passwd are substituted into command strings without proper escaping before execution via eval, allowing injection of shell metacharacters.

Risk Assessment

An attacker can execute arbitrary commands on the analyst's host, leading to full system compromise.

Recommendation

Update UAC to version 3.3.0 or later, which includes the fix.

Other vulnerabilities in UAC

See all
Original NVD description (English source)

UAC (Unix-like Artifacts Collector) versions prior to 3.3.0 contain a command injection vulnerability in the user substitution logic within parse_artifact.sh where usernames and home directories from /etc/passwd are substituted directly into command strings without escaping before execution via eval. Attackers can inject shell metacharacters such as command substitution syntax or semicolons through crafted usernames or home directory paths in /etc/passwd entries to execute arbitrary commands on the analyst's host system.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS