CVE-2026-41450
Received Received - Intake

Command Injection in UAC Unix-like Artifacts Collector

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

Publication date: 2026-08-21

Last updated on: 2026-08-21

Assigner: VulnCheck

Description

UAC (Unix-like Artifacts Collector) versions prior to 3.3.0 contain a command injection vulnerability in the _command_collector function where foreach command output lines are substituted directly into command strings via sed without proper escaping before being evaluated with eval. Attackers can exploit this by crafting malicious filenames or artifact definitions containing shell metacharacters such as command substitution syntax or semicolons to execute arbitrary commands on the analyst's host system.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-21
Last Modified
2026-08-21
Generated
2026-08-21
AI Q&A
2026-08-21
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-78 The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

UAC versions before 3.3.0 have a command injection flaw in the _command_collector function. The issue occurs when command output lines are inserted into sed commands without proper escaping, then evaluated with eval. Attackers can exploit this by using malicious filenames or artifact definitions with shell metacharacters like semicolons or command substitution to run arbitrary commands on the analyst's system.

Detection Guidance

Check UAC version with 'uac --version' or inspect the command_collector.sh script for the vulnerable _command_collector function. Look for files or artifact definitions with shell metacharacters like semicolons or command substitution syntax.

Impact Analysis

If you use UAC versions prior to 3.3.0, an attacker could execute arbitrary commands on your system by tricking you into processing a malicious file or artifact definition. This could lead to data theft, system compromise, or further network infiltration depending on your system privileges.

Compliance Impact

This vulnerability could lead to unauthorized access or data breaches, violating GDPR's integrity and confidentiality requirements or HIPAA's safeguards for protected health information. Organizations may face compliance violations, fines, or legal consequences if exploited.

Mitigation Strategies

Upgrade UAC to version 3.3.0 or later. If immediate upgrade is not possible, avoid using UAC with untrusted artifact definitions or filenames. Review and sanitize inputs to the command_collector.sh script.

Chat Assistant

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

EPSS Chart