Skip to main content

OpenClaw EUVDEUVD-2026-26094

| CVE-2026-41385 HIGH
Cleartext Storage of Sensitive Information (CWE-312)
2026-04-28 VulnCheck
7.1
CVSS 4.0 · NVD
Share

Severity by source

NVD PRIMARY
7.1 HIGH
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/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:N/PR:L/UI:N/VC:H/VI:N/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

8
Re-analysis Queued
Apr 28, 2026 - 20:23 vuln.today
cvss_changed
Analysis Generated
Apr 28, 2026 - 20:03 vuln.today
Severity Changed
Apr 28, 2026 - 19:52 NVD
MEDIUM HIGH
CVSS changed
Apr 28, 2026 - 19:52 NVD
6.5 (MEDIUM) 7.1 (HIGH)
EUVD ID Assigned
Apr 28, 2026 - 19:30 euvd
EUVD-2026-26094
Analysis Generated
Apr 28, 2026 - 19:30 vuln.today
Patch released
Apr 28, 2026 - 19:30 nvd
Patch available
CVE Published
Apr 28, 2026 - 18:09 nvd
HIGH 7.1

Blast Radius

ecosystem impact
† from your stack dependencies † transitive graph · vuln.today resolves 4-path depth
  • 1 npm packages depend on openclaw (1 direct, 0 indirect)

Ecosystem-wide dependent count for version 2026.3.31.

DescriptionCVE.org

OpenClaw before 2026.3.31 stores Nostr privateKey as plaintext in configuration, allowing exposure through config.get method calls that bypass redaction mechanisms. Attackers can retrieve unredacted configuration data to obtain plaintext signing keys used for Nostr protocol operations.

AnalysisAI

Plaintext private key storage in OpenClaw versions before 2026.3.31 exposes Nostr protocol signing keys through configuration retrieval methods. Authenticated attackers with network access can exploit redaction bypass in config.get methods to extract unencrypted private keys, enabling full impersonation of the compromised Nostr identity for signing and authentication operations. Vendor patch available via GitHub commit 57700d716f660591fb6e09727f3ca8041fa48b9d. EPSS and KEV data not available, but the authentication bypass tag and network attack vector indicate elevated risk for multi-tenant or shared OpenClaw deployments.

Technical ContextAI

This vulnerability stems from CWE-312 (Cleartext Storage of Sensitive Information) in OpenClaw's configuration management system. The Nostr protocol uses elliptic curve cryptography (typically secp256k1) for identity and message signing, where private keys must remain secret to prevent identity theft. OpenClaw stores these privateKey values in plaintext configuration objects rather than using secure storage mechanisms like encrypted keystores, hardware security modules, or OS-provided credential managers. The redaction mechanism intended to protect sensitive config values can be bypassed through direct config.get method invocations, likely due to insufficient access controls or inconsistent redaction logic across different API surfaces. The CPE cpe:2.3:a:openclaw:openclaw indicates this affects the core OpenClaw application across all versions prior to the 2026.3.31 release.

RemediationAI

Upgrade to OpenClaw version 2026.3.31 or later, which implements proper redaction and secure storage for Nostr private keys per commit 57700d716f660591fb6e09727f3ca8041fa48b9d available at https://github.com/openclaw/openclaw/commit/57700d716f660591fb6e09727f3ca8041fa48b9d. After patching, immediately rotate all Nostr private keys previously stored in affected OpenClaw configurations, as prior plaintext storage may have exposed them through logs, backups, or unauthorized access. For environments unable to upgrade immediately, implement defense-in-depth controls: restrict network access to OpenClaw configuration endpoints using firewall rules or reverse proxy authentication (blocks AV:N vector but adds operational overhead for legitimate admin access), enforce strict RBAC to prevent low-privilege accounts from invoking config.get methods (mitigates PR:L but requires application-layer changes), and move Nostr private keys to external secrets management systems like HashiCorp Vault or AWS Secrets Manager with OpenClaw configured to retrieve them via secure APIs rather than storing in plaintext config files (most robust but requires architecture changes and secrets management infrastructure). Review audit logs for unauthorized config.get calls between initial deployment and patch application to identify potential key compromise. Consult vendor advisory GHSA-jjw7-3vjf-fg5j for OpenClaw-specific migration guidance.

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

EUVD-2026-26094 vulnerability details – vuln.today

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