Vulnerability Description
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.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/tclahr/uac/commit/2cc367d8ead388f05abd3cfb8af537788a124e72
- https://github.com/tclahr/uac/pull/443
- https://www.vulncheck.com/advisories/uac-command-injection-via-user-substitution
FAQ
What is CVE-2026-41451?
CVE-2026-41451 is a vulnerability with a CVSS score of 7.8 (HIGH). 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 ...
How severe is CVE-2026-41451?
CVE-2026-41451 has been rated HIGH with a CVSS base score of 7.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-41451?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.