Loading...
Skip to main content

CVE-2026-28469

HIGH

OpenClaw Google Chat shared-path webhook target ambiguity allowed cross-account policy-context misrouting

Published February 18, 2026Updated March 6, 2026Source: osv

Summary

## Summary When multiple Google Chat webhook targets are registered on the same HTTP path, and request verification succeeds for more than one target, inbound webhook events could be routed by first-match semantics. This can cause cross-account policy/context misrouting. ## Affected Packages / Versions - npm: `openclaw` <= 2026.2.13 - npm: `clawdbot` <= 2026.1.24-3 ## Details Affected component: `extensions/googlechat/src/monitor.ts`. Baseline behavior allowed multiple webhook targets per path and selected the first target that passed `verifyGoogleChatRequest(...)`. In shared-path deployments where multiple targets can verify successfully (for example, equivalent audience validation), inbound events could be processed under the wrong account context (wrong allowlist/session/policy). ## Fix - Fix commit (merged to `main`): `61d59a802869177d9cef52204767cd83357ab79e` - `openclaw` will be patched in the next planned release: `2026.2.14`. `clawdbot` is a legacy/deprecated package name; no patched version is currently planned. Migrate to `openclaw` and upgrade to `openclaw >= 2026.2.14`. ## Workaround Ensure each Google Chat webhook target uses a unique webhook path so routing is never ambiguous. ## Release Process Note The advisory is pre-populated with the planned patched version. After the npm release is published, the remaining action should be to publish the advisory. Thanks @vincentkoc for reporting. --- Fix commit 61d59a802869177d9cef52204767cd83357ab79e confirmed on main and in v2026.2.14. Upgrade to `openclaw >= 2026.2.14`.

Remediation

Upgrade to the fixed version using your package manager.

npm
Update openclaw to 2026.2.14 or later
npm install openclaw@2026.2.14

After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.

Affected Packages (2)

PackageEcosystemAffectedFixed In
clawdbot
npm
All versionsRange-based data available
openclaw
npm
All versions2026.2.14

Vulnerability Classification

Common Weakness Enumeration (CWE) identifiers for this vulnerability type.

CVSS Score Breakdown

What the CVSS (Common Vulnerability Scoring System) 9.8 score means for each attack dimension.

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

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Frequently Asked Questions

What is CVE-2026-28469?
OpenClaw Google Chat shared-path webhook target ambiguity allowed cross-account policy-context misrouting This vulnerability has been assigned a severity rating of HIGH (CVSS score: 9.8/10).
How do I check if my project is affected by CVE-2026-28469?
CVE-2026-28469 affects clawdbot and openclaw. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2026-28469 and 200,000+ other known vulnerabilities.

Severity & Exploitability

CVSS Score
9.8

Exploitation is straightforward and causes maximum impact. Patch immediately.

Also Known As

GHSA-rq6g-px6m-c248

Related CVEs

Check if you're affected

Scan your dependencies to see if this vulnerability affects your projects.

Scan Your Dependencies