Loading...
Skip to main content

CVE-2026-33576

MEDIUM

OpenClaw: Zalo channel downloads media before sender authorization

Published March 31, 2026Updated April 6, 2026Source: osv

Summary

## Summary The Zalo image path fetched and stored inbound media before the DM/pairing authorization checks ran. ## Impact Unauthorized senders could force network fetches and disk writes in the inbound media store even when the message itself was rejected. ## Affected Component `extensions/zalo/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 `68ceaf7a5f` (`zalo: gate image downloads before DM auth`). 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-862
    Missing AuthorizationMITRE
  • 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-33576?
OpenClaw: Zalo channel downloads media before sender authorization 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-33576?
CVE-2026-33576 affects openclaw. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2026-33576 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-v2v2-f783-358j

Related CVEs

  • CVE-2026-35663
    CRITICAL

    OpenClaw: Gateway Backend Reconnect lets Non-Admin Operator Scopes Self-Claim operator.admin

  • CVE-2026-28472
    CRITICAL

    OpenClaw's gateway connect could skip device identity checks when auth.token was present but not yet validated

  • CVE-2026-53819
    HIGH

    OpenClaw: Workspace .env could override Homebrew executable selection for skill install flows

  • CVE-2026-43569
    HIGH

    OpenClaw: Workspace provider auth choices could auto-enable untrusted provider plugins

  • CVE-2026-41303
    HIGH

    OpenClaw: Discord text `/approve` bypasses `channels.discord.execApprovals.approvers` and allows non-approvers to resolve pending exec approvals

  • CVE-2026-53810
    HIGH

    OpenClaw's marketplace runtime extension metadata could point at unscanned payloads

  • CVE-2026-43584
    HIGH

    OpenClaw: Exec environment denylist missed high-risk interpreter startup variables

  • CVE-2026-53806
    HIGH

    OpenClaw: Combined POSIX shell options could confuse exec revalidation

Check if you're affected

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

Scan Your Dependencies