Skip to main content

Windows CVE-2026-22176

| EUVDEUVD-2026-13005 MEDIUM
OS Command Injection (CWE-78)
2026-03-19 VulnCheck GHSA-pj5x-38rw-6fph
6.1
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
6.1 MEDIUM
AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
Low

Lifecycle Timeline

4
EUVD ID Assigned
Mar 19, 2026 - 01:30 euvd
EUVD-2026-13005
Analysis Generated
Mar 19, 2026 - 01:30 vuln.today
Patch released
Mar 19, 2026 - 01:30 nvd
Patch available
CVE Published
Mar 19, 2026 - 01:00 nvd
MEDIUM 6.1

DescriptionCVE.org

OpenClaw versions prior to 2026.2.19 contain a command injection vulnerability in Windows Scheduled Task script generation where environment variables are written to gateway.cmd using unquoted set KEY=VALUE assignments, allowing shell metacharacters to break out of assignment context. Attackers can inject arbitrary commands through environment variable values containing metacharacters like &, |, ^, %, or ! to achieve command execution when the scheduled task script is generated and executed.

AnalysisAI

OpenClaw versions before 2026.2.19 allow local authenticated users to execute arbitrary commands by injecting shell metacharacters into environment variable values during Windows Scheduled Task script generation. The vulnerability stems from unquoted variable assignments in gateway.cmd that fail to sanitize special characters like &, |, ^, %, and !, enabling command injection when the task script runs. A patch is available to address this local privilege escalation risk.

Technical ContextAI

This vulnerability stems from CWE-78 (Improper Neutralization of Special Elements used in an OS Command), a classic command injection flaw. The root cause lies in OpenClaw's Windows Scheduled Task script generation mechanism, which constructs a gateway.cmd batch file by directly interpolating environment variable values into unquoted SET KEY=VALUE statements without sanitization or escaping. In Windows batch scripting, special metacharacters such as & (command chaining), | (piping), ^ (escape character), % (variable expansion), and ! (delayed expansion in batch contexts) retain their special meaning even within unquoted assignment contexts. The affected product (cpe:2.3:a:openclaw:openclaw:*:*:*:*:*:*:*:*) is vulnerable in all versions before 2026.2.19. Rather than safely quoting variable values (e.g., SET KEY="%VALUE%") or validating/escaping metacharacters, the code assumes environment variable content is safe, violating the principle of input validation.

RemediationAI

Immediately upgrade OpenClaw to version 2026.2.19 or later, which includes the security patch addressing the unquoted environment variable assignment issue. The patch, committed at dafe52e8cf1a041d898cfb304a485fa05e5f58fb, implements proper quoting and escaping of environment variable values in the gateway.cmd script generation routine. Until patching is completed, administrators should restrict which users and processes can set or modify environment variables that feed into OpenClaw's scheduled task generation, enforce principle of least privilege for accounts running OpenClaw, and avoid deploying OpenClaw in environments where untrusted or third-party code executes with the same privileges. Code review of any custom integrations that set environment variables before invoking OpenClaw's task generation functions is recommended to ensure hostile or unexpected metacharacter sequences are filtered or validated.

CVE-2019-0803 HIGH POC
7.8 Apr 09

Windows Win32k fails to properly handle objects in memory, allowing local privilege escalation exploited in the wild in

CVE-2020-1472 MEDIUM POC
5.5 Aug 17

A privilege escalation vulnerability (CVSS 5.5). Risk factors: actively exploited (KEV-listed), EPSS 94% exploitation pr

CVE-2025-33053 HIGH POC
8.8 Jun 10

Windows Internet Shortcut Files (.url) contain an external control vulnerability (CVE-2025-33053, CVSS 8.8) that enables

CVE-2025-33073 HIGH POC
8.8 Jun 10

Windows SMB contains an improper access control vulnerability (CVE-2025-33073, CVSS 8.8) enabling authenticated attacker

CVE-2025-13315 CRITICAL POC
9.3 Nov 19

Twonky Server 8.5.2 on Linux and Windows allows unauthenticated access to the admin log file through a web service API b

CVE-2013-10047 CRITICAL POC
9.3 Aug 01

An unrestricted file upload vulnerability exists in MiniWeb HTTP Server <= Build 300 that allows unauthenticated remote

CVE-2012-10030 CRITICAL POC
9.3 Aug 05

FreeFloat FTP Server contains multiple critical design flaws that allow unauthenticated remote attackers to upload arbit

CVE-2025-34101 CRITICAL POC
9.3 Jul 10

Serviio Media Server versions 1.4 through 1.8 on Windows contain an unauthenticated command injection in the /rest/actio

CVE-2025-13316 HIGH POC
8.2 Nov 19

Twonky Server 8.5.2 uses hard-coded cryptographic keys for encrypting the administrator password. Combined with the cred

CVE-2025-34095 CRITICAL POC
9.3 Jul 10

Mako Server versions 2.5 and 2.6 contain an unauthenticated OS command injection via the tutorial interface at examples/

CVE-2025-11953 CRITICAL POC
9.8 Nov 03

React Native Metro Development Server binds to external interfaces by default and contains an OS command injection endpo

CVE-2025-24054 MEDIUM POC
6.5 Mar 11

External control of file name or path in Windows NTLM allows an unauthorized attacker to perform spoofing over a network

Share

CVE-2026-22176 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy