SCA: security update for openclaw (GHSA-m7x8-2w3w-pr42)

high Tenable Cloud Security Plugin ID 437756

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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. (CVE-2026-26323)

See Also

https://github.com/advisories/GHSA-m7x8-2w3w-pr42

Plugin Details

Severity: High

ID: 437756

Version: Revision 1.9

Type: Local

Family: SCA Checks

Published: 2/18/2026

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Medium

Score: 4.9

Percentile: 57.88

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: Critical

Base Score: 10

Temporal Score: 7.4

Vector: CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C

CVSS Score Source: CVE-2026-26323

CVSS v3

Risk Factor: High

Base Score: 8.8

Temporal Score: 7.7

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

CVSS v4

Risk Factor: High

Base Score: 8.6

Threat Score: 6.2

Threat Vector: CVSS:4.0/E:U

Vector: 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

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 2/18/2026

Vulnerability Publication Date: 2/18/2026

Reference Information

CVE: CVE-2026-26323

cwe: CWE-78