Skip to main content

OpenClaw CVE-2026-43579

| EUVDEUVD-2026-28170 MEDIUM
Missing Authorization (CWE-862)
2026-05-06 disclosure@vulncheck.com
6.0
CVSS 4.0 · NVD
Share

Severity by source

NVD PRIMARY
6.0 MEDIUM
CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
X

Lifecycle Timeline

4
Patch available
May 06, 2026 - 21:03 EUVD
Source Code Evidence Fetched
May 06, 2026 - 20:36 vuln.today
Analysis Generated
May 06, 2026 - 20:36 vuln.today
CVE Published
May 06, 2026 - 20:16 nvd
MEDIUM 6.0

DescriptionCVE.org

OpenClaw before 2026.4.10 contains an insufficient access control vulnerability in Nostr plugin HTTP profile routes that allows operators with write permissions to persist profile configuration without requiring admin authority. Attackers with operator.write scope can modify Nostr profile settings through unprotected mutation endpoints to gain unauthorized configuration persistence.

AnalysisAI

OpenClaw before version 2026.4.10 allows operators with write permissions to persist Nostr profile configuration without requiring admin authority through unprotected HTTP mutation endpoints. Attackers holding the operator.write scope can modify profile settings via PUT and POST routes that should require operator.admin scope, enabling unauthorized configuration changes. This is a privilege escalation vulnerability affecting the Nostr plugin HTTP API layer.

Technical ContextAI

OpenClaw's Nostr plugin exposes HTTP endpoints for managing Nostr protocol profiles at routes like /api/channels/nostr/default/profile and /api/channels/nostr/default/profile/import. The vulnerability stems from insufficient authorization checks (CWE-862: Missing Authorization) on mutation operations. The plugin uses a scope-based access control system with granular permissions (operator.read, operator.write, operator.admin). The vulnerable code path allowed any caller with operator.write scope to invoke profile update and import functions without validating that the requesting user also possessed operator.admin scope. The fix implements explicit scope validation by adding gatewayRuntimeScopeSurface checks that enforce operator.admin requirement before executing ProfileUpdateSchema mutations, and adds test cases validating that requests without operator.admin scope receive 403 Forbidden responses with error message 'missing scope: operator.admin'.

RemediationAI

Upgrade OpenClaw to version 2026.4.10 or later; npm packages 2026.4.14 and newer include the fix. The fix can be deployed by running 'npm install openclaw@latest' or pinning to 'npm install openclaw@2026.4.10'. The vulnerability was resolved by commit 6517c700de9bb0ee11b41ab625ef3b63d01b6083 (PR #63553), which adds explicit operator.admin scope validation to profile mutation routes. Until patched, organizations can implement compensating controls by restricting which users or service accounts are granted the operator.write scope, and by implementing additional authorization layers at the gateway level to prevent operator.write accounts from accessing profile mutation endpoints. However, these workarounds do not fully remediate the vulnerability and should be considered temporary; upgrading is the definitive fix. Refer to https://github.com/openclaw/openclaw/security/advisories/GHSA-f3h5-h452-vp3j for the official advisory.

CVE-2026-28446 CRITICAL POC
9.4 Mar 05

Auth bypass in OpenClaw voice-call extension before 2026.2.1. EPSS 0.68%. PoC and patch available.

CVE-2026-33579 CRITICAL POC
9.4 Mar 31

Privilege escalation in OpenClaw (pre-2026.3.28) allows unauthenticated remote attackers to gain administrative access b

CVE-2026-32042 HIGH POC
8.8 Mar 21

OpenClaw versions 2026.2.22 through 2026.2.24 contain a privilege escalation vulnerability that allows authenticated att

CVE-2026-32051 HIGH POC
8.8 Mar 21

An authorization mismatch vulnerability in OpenClaw versions prior to 2026.3.1 allows authenticated users with operator.

CVE-2026-25253 HIGH POC
8.8 Feb 01

OpenClaw versions prior to 2026.1.29 automatically establish WebSocket connections to attacker-controlled gateway URLs e

CVE-2026-32846 HIGH POC
8.7 Mar 26

Path traversal in OpenClaw through version 2026.3.23 enables unauthenticated remote attackers to read arbitrary files in

CVE-2026-32064 HIGH POC
7.7 Mar 21

OpenClaw sandbox browser functionality launches x11vnc for noVNC observer sessions without requiring authentication, all

CVE-2026-32055 HIGH POC
7.6 Mar 21

OpenClaw versions before 2026.2.26 allow authenticated attackers to write arbitrary files outside the workspace director

CVE-2026-32056 HIGH POC
7.5 Mar 21

OpenClaw versions prior to 2026.2.22 contain a shell environment variable injection vulnerability in the system.run func

CVE-2026-32049 HIGH POC
7.5 Mar 21

OpenClaw versions prior to 2026.2.22 contain a resource exhaustion vulnerability where the application fails to consiste

CVE-2026-32048 HIGH POC
7.5 Mar 21

OpenClaw versions prior to 2026.3.1 contain a sandbox escape vulnerability that allows authenticated attackers with low

CVE-2026-25474 HIGH POC
7.5 Feb 19

OpenClaw versions 2026.1.30 and below fail to validate Telegram webhook secret tokens when `channels.telegram.webhookSec

Share

CVE-2026-43579 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy