Loading...
Skip to main content

CVE-2026-33578

MEDIUM

OpenClaw: Google Chat and Zalouser group sender allowlist bypass via policy downgrade

Published April 1, 2026Updated April 6, 2026Source: osv

Summary

## Summary When only a route-level group allowlist was configured, sender policy resolution silently downgraded from `allowlist` to `open` instead of preserving the configured group policy. ## Impact Any member of an allowlisted Google Chat space or Zalouser group could interact with the bot even when the operator intended sender-level restrictions. ## Affected Component `extensions/googlechat/src/monitor-access.ts, extensions/zalouser/src/monitor.ts` ## Fixed Versions - Affected: `<= 2026.3.24` - Patched: `>= 2026.3.28` - Latest stable `2026.3.28` contains the fix. ## Fix Fixed by commit `e64a881ae0` (`Channels: preserve routed group policy`). OpenClaw thanks @AntAISecurityLab for reporting.

Remediation

Upgrade to the fixed version using your package manager.

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

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

Affected Packages (1)

PackageEcosystemAffectedFixed In
openclaw
npm
All versions2026.3.28

Vulnerability Classification

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

  • CWE-863
    Incorrect AuthorizationMITRE

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-33578?
OpenClaw: Google Chat and Zalouser group sender allowlist bypass via policy downgrade This vulnerability has been assigned a severity rating of MEDIUM (CVSS score: 9.8/10).
How do I check if my project is affected by CVE-2026-33578?
CVE-2026-33578 affects openclaw. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2026-33578 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-63mg-xp9j-jfcm

Related CVEs

Check if you're affected

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

Scan Your Dependencies