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.
Published: 2026-08-21
Score: 8.5 High
EPSS: < 1% Very Low
KEV: No
Impact: Command Injection
Action: Immediate Patch
AI Analysis

Impact

Unescaped user data from /etc/passwd is injected into command strings inside parse_artifact.sh, enabling attackers to embed shell metacharacters and execute arbitrary code. This command injection (CWE‑78) allows unauthorized code execution on the analyst’s host with the privileges of the running process, potentially compromising confidentiality, integrity, and availability.

Affected Systems

The Unix-like Artifacts Collector (UAC) from tclahr, any release earlier than 3.3.0, is vulnerable. Users of these versions should verify their installation date and version number against this requirement.

Risk and Exploitability

The CVSS score of 8.5 indicates a high severity, and the EPSS score is not available, implying little publicly known exploitation data. The vulnerability is not listed in CISA KEV. The likely attack vector is an attacker who can modify or create entries in /etc/passwd, e.g., a compromised or privileged account. Under those conditions, the attacker can craft a username or home directory containing shell metacharacters, which are then injected into eval‑built command strings, enabling arbitrary code execution on the analyst’s host.

Generated by OpenCVE AI on August 21, 2026 at 18:42 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update UAC to version 3.3.0 or later to remove the unsafe eval and mitigate command injection (CWE-78).
  • If an upgrade cannot be performed immediately, review /etc/passwd for any usernames or home directory paths that contain shell metacharacters (such as ;, `, $, etc.) and rename or delete those entries to eliminate the injection vector.
  • If a temporary fix is needed, modify parse_artifact.sh to escape all substituted variables or remove the use of eval before execution, then test the script in a controlled environment.

Generated by OpenCVE AI on August 21, 2026 at 18:42 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 26 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Fri, 21 Aug 2026 19:15:00 +0000

Type Values Removed Values Added
First Time appeared Tclahr
Tclahr uac
Vendors & Products Tclahr
Tclahr uac

Fri, 21 Aug 2026 17:45:00 +0000

Type Values Removed Values Added
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.
Title UAC < 3.3.0 Command Injection via User Substitution in parse_artifact.sh
Weaknesses CWE-78
References
Metrics cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H'}

cvssV4_0

{'score': 8.5, 'vector': 'CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-26T17:30:58.128Z

Reserved: 2026-04-20T16:07:47.309Z

Link: CVE-2026-41451

cve-icon Vulnrichment

Updated: 2026-08-26T17:30:54.981Z

cve-icon NVD

Status : Received

Published: 2026-08-21T18:16:48.400

Modified: 2026-08-26T18:16:32.480

Link: CVE-2026-41451

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T19:00:11Z

Weaknesses
  • CWE-78

    Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')