CVE-2026-26323

HIGH EPSS 74.5%
Published Feb 19, 20264mo ago · Modified Feb 20, 20264mo ago
8.6 CVSS 4.0
High
Find Similar
Published Feb 19, 2026 4mo ago
Last Modified Feb 20, 2026 4mo ago

Description

OpenClaw is a personal AI assistant. Versions 2026.1.8 through 2026.2.13 have a command injection in the maintainer/dev script `scripts/update-clawtributors.ts`. The issue affects contributors/maintainers (or CI) who run `bun scripts/update-clawtributors.ts` in a source checkout that contains a malicious commit author email (e.g. crafted `@users[.]noreply[.]github[.]com` values). Normal CLI usage is not affected (`npm i -g openclaw`): this script is not part of the shipped CLI and is not executed during routine operation. The script derived a GitHub login from `git log` author metadata and interpolated it into a shell command (via `execSync`). A malicious commit record could inject shell metacharacters and execute arbitrary commands when the script is run. Version 2026.2.14 contains a patch.

CVSS Details

Base Score
8.6
Exploitability
Impact
Vector string
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction P
Scope X

Threat Intelligence

EPSS Exploit Probability
74.5% percentile
Exploit & Patch Status
No Known Exploit
Patch Available

Weaknesses 1

CWE-78 OS Command Injection Injection

Affected Products 1

VendorProductVersionRange
openclawopenclaw*≥2026.1.8  –  <2026.2.14

References 3

  • github.com https://github.com/openclaw/openclaw/commit/a429380e337152746031d290432a4b93aa553d55
    Patch
  • github.com https://github.com/openclaw/openclaw/releases/tag/v2026.2.14
    ProductRelease Notes
  • github.com https://github.com/openclaw/openclaw/security/advisories/GHSA-m7x8-2w3w-pr42
    Vendor Advisory

Remediation

  • github.com https://github.com/openclaw/openclaw/commit/a429380e337152746031d290432a4b93aa553d55
    Patch