Loading...
Skip to main content

CVE-2026-41303

HIGH

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

Published March 31, 2026Updated May 5, 2026Source: osv

Summary

## Summary Discord text approval commands resolved pending exec approvals without honoring the configured approver allowlist. ## Impact A Discord user who was allowed to send commands but was not in the approver list could still approve pending host execution. ## Affected Component `extensions/discord/src/exec-approvals.ts, src/auto-reply/reply/commands-approve.ts` ## Fixed Versions - Affected: `<= 2026.3.24` - Patched: `>= 2026.3.28` - Latest stable `2026.3.28` contains the fix. ## Fix Fixed by commit `355abe5eba` (`Discord: enforce approver checks for text approvals`).

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) 8.8 score means for each attack dimension.

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

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

Frequently Asked Questions

What is CVE-2026-41303?
OpenClaw: Discord text `/approve` bypasses `channels.discord.execApprovals.approvers` and allows non-approvers to resolve pending exec approvals This vulnerability has been assigned a severity rating of HIGH (CVSS score: 8.8/10).
How do I check if my project is affected by CVE-2026-41303?
CVE-2026-41303 affects openclaw. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2026-41303 and 200,000+ other known vulnerabilities.

Severity & Exploitability

CVSS Score
8.8

High exploitability or significant impact. Prioritize remediation within days.

Also Known As

GHSA-98hh-7ghg-x6rq

Related CVEs

  • CVE-2026-35663
    CRITICAL

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

  • 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-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

  • CVE-2026-32023
    MEDIUM

    OpenClaw's dispatch-wrapper depth-cap mismatch can bypass shell-wrapper approval gating in system.run allowlist mode

  • CVE-2026-33576
    MEDIUM

    OpenClaw: Zalo channel downloads media before sender authorization

Check if you're affected

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

Scan Your Dependencies