Cyber Posture

CVE-2026-42422

HighPublic PoC

Published: 28 April 2026

Published
28 April 2026
Modified
30 April 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.0004 13.3th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-42422 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 13.3th 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-3 (Access Enforcement) and SI-2 (Flaw Remediation).

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

Requires enforcement of approved authorizations for access to system resources, directly preventing the role bypass vulnerability in the device.token.rotate function.

prevent

Mandates timely identification, reporting, and correction of flaws like this authorization bypass, mitigating exploitation through patching as done in OpenClaw 2026.4.8.

prevent

Enforces least privilege principle, limiting the scope and impact of unauthorized roles and scopes minted via the bypassed token rotation.

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
T1527 Application Access Token Stealth
Adversaries may use application access tokens to bypass the typical authentication process and access restricted accounts, information, or services on remote systems.
Why these techniques?

Role bypass in device.token.rotate allows minting tokens for unapproved roles/scopes, directly enabling exploitation for privilege escalation (T1068) and use of application access tokens for unauthorized access (T1527).

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

NVD Description

OpenClaw before 2026.4.8 contains a role bypass vulnerability in the device.token.rotate function that allows minting tokens for unapproved roles. Attackers can bypass device role-upgrade pairing to preserve or mint roles and scopes that had not undergone intended approval.

Deeper analysisAI

CVE-2026-42422 is a role bypass vulnerability in OpenClaw versions before 2026.4.8, specifically within the device.token.rotate function. This flaw allows attackers to mint tokens for unapproved roles, bypassing the intended device role-upgrade pairing process to preserve or mint roles and scopes without undergoing proper approval. Published on 2026-04-28, the vulnerability carries a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H) and maps to CWE-863 (Incorrect Authorization).

The attack requires low privileges (PR:L) and is exploitable over the network (AV:N) with low complexity (AC:L) and no user interaction (UI:N). A low-privileged attacker can invoke the vulnerable function to generate tokens granting unauthorized roles and scopes, potentially achieving high impacts on confidentiality, integrity, and availability by escalating access beyond intended approvals.

Mitigation is provided in OpenClaw 2026.4.8 through a fix in commit d7c3210cd6f5fdfdc1beff4c9541673e814354d5, available at https://github.com/openclaw/openclaw/commit/d7c3210cd6f5fdfdc1beff4c9541673e814354d5. Further details appear in the GitHub security advisory at https://github.com/openclaw/openclaw/security/advisories/GHSA-whf9-3hcx-gq54 and the VulnCheck advisory at https://www.vulncheck.com/advisories/openclaw-role-bypass-in-device-token-rotate-function.

Details

CWE(s)

Affected Products

openclaw
openclaw
≤ 2026.4.8

CVEs Like This One

CVE-2026-33577Same product: Openclaw Openclaw
CVE-2026-32915Same product: Openclaw Openclaw
CVE-2026-42432Same product: Openclaw Openclaw
CVE-2026-41344Same product: Openclaw Openclaw
CVE-2026-32918Same product: Openclaw Openclaw
CVE-2026-41371Same product: Openclaw Openclaw
CVE-2026-32042Same product: Openclaw Openclaw
CVE-2026-41379Same product: Openclaw Openclaw
CVE-2026-32972Same product: Openclaw Openclaw
CVE-2026-41404Same product: Openclaw Openclaw

References