Cyber Posture

CVE-2026-32914

HighPublic PoC

Published: 29 March 2026

Published
29 March 2026
Modified
31 March 2026
KEV Added
Patch
CVSS Score 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0005 16.5th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-32914 is a high-severity Incorrect Authorization (CWE-863) vulnerability in Openclaw Openclaw. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 16.5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 AC-25 (Reference Monitor) and AC-3 (Access Enforcement).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploitation for Privilege Escalation (T1068) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly enforces approved authorizations for access to owner-only configuration surfaces in /config and /debug handlers, addressing the missing permission checks.

prevent

Implements a reference monitor to mediate all access attempts to privileged resources, preventing command-authorized non-owners from bypassing owner-level controls.

prevent

Applies least privilege to restrict command-authorized users from accessing owner-only surfaces, mitigating unauthorized read/modify of privileged settings.

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Remote insufficient access control flaw in command handlers allows low-priv users to reach owner-only config/debug surfaces (high C/I/A impact), directly enabling exploitation for privilege escalation (T1068) and abuse of a network-exposed application (T1190).

Confidence: MEDIUM · MITRE ATT&CK Enterprise v18.1

NVD Description

OpenClaw before 2026.3.12 contains an insufficient access control vulnerability in the /config and /debug command handlers that allows command-authorized non-owners to access owner-only surfaces. Attackers with command authorization can read or modify privileged configuration settings restricted to owners by exploiting…

more

missing owner-level permission checks.

Deeper analysisAI

CVE-2026-32914, published on 2026-03-29, is an insufficient access control vulnerability (CWE-863) in OpenClaw versions prior to 2026.3.12. The flaw affects the /config and /debug command handlers, which lack proper owner-level permission checks. This allows command-authorized non-owners to access owner-only surfaces, enabling unauthorized reading or modification of privileged configuration settings.

Attackers require low privileges in the form of command authorization (PR:L) to exploit the vulnerability remotely over the network (AV:N) with low attack complexity (AC:L) and no user interaction (UI:N). Exploitation grants high impacts on confidentiality, integrity, and availability (C:H/I:H/A:H), yielding an overall CVSS v3.1 score of 8.8 (S:U).

Mitigation details are outlined in advisories from the OpenClaw GitHub security page at https://github.com/openclaw/openclaw/security/advisories/GHSA-r7vr-gr74-94p8 and VulnCheck at https://www.vulncheck.com/advisories/openclaw-insufficient-access-control-in-config-and-debug-endpoints.

Details

CWE(s)

Affected Products

openclaw
openclaw
≤ 2026.3.12

CVEs Like This One

CVE-2026-42426Same product: Openclaw Openclaw
CVE-2026-32005Same product: Openclaw Openclaw
CVE-2026-28392Same product: Openclaw Openclaw
CVE-2026-28473Same product: Openclaw Openclaw
CVE-2026-33577Same product: Openclaw Openclaw
CVE-2026-32915Same product: Openclaw Openclaw
CVE-2026-31998Same product: Openclaw Openclaw
CVE-2026-42432Same product: Openclaw Openclaw
CVE-2026-41344Same product: Openclaw Openclaw
CVE-2026-32924Same product: Openclaw Openclaw

References