CVE-2026-62194
Analyzed Analyzed - Analysis Complete

Privilege Escalation in OpenClaw via Plugin Install Commands

Vulnerability report for CVE-2026-62194, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-13

Last updated on: 2026-07-15

Assigner: VulnCheck

Description

OpenClaw versions 2026.5.20 before 2026.6.9 contain a privilege escalation vulnerability in plugin install commands that allows lower-trust callers to execute or persist actions beyond their intended authorization. Attackers can exploit misconfigured input paths or enabled features to escalate privileges and perform unauthorized actions when the feature is reachable.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-13
Last Modified
2026-07-15
Generated
2026-08-03
AI Q&A
2026-07-14
EPSS Evaluated
2026-08-01
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
openclaw openclaw From 2026.5.20 (inc) to 2026.6.9 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-862 The product does not perform an authorization check when an actor attempts to access a resource or perform an action.
CWE-732 The product specifies permissions for a security-critical resource in a way that allows that resource to be read or modified by unintended actors.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-62194 is a privilege escalation vulnerability in OpenClaw versions 2026.5.20 before 2026.6.9. It affects the plugin install commands in the OpenClaw plugin system.

The vulnerability allows lower-trust callers or misconfigured input paths to execute or persist actions beyond their intended authorization. This happens when the affected feature is enabled and reachable, potentially leading to unauthorized actions depending on the operator's configuration and input trust levels.

The issue stems from improper privilege management and missing authorization checks, which enable attackers to escalate privileges when the vulnerable feature is accessible.

  • Affected versions: OpenClaw npm package versions between 2026.5.20 and 2026.6.9.
  • Patched version: 2026.6.9.
  • Weaknesses: CWE-269 (Improper Privilege Management) and CWE-862 (Missing Authorization).
Detection Guidance

Detecting CVE-2026-62194 on your system or network involves checking for vulnerable versions of OpenClaw and verifying the configuration of the plugin installation functionality.

  • Check the installed version of OpenClaw. The vulnerability affects versions from 2026.5.20 up to but not including 2026.6.9. You can verify the version by running the following command if OpenClaw is installed as an npm package: npm list openclaw.
  • Review the OpenClaw configuration files or settings to determine if the affected plugin installation feature is enabled. Look for configurations that allow lower-trust callers to execute or persist actions.
  • Inspect network traffic or logs for unusual plugin installation requests or unauthorized actions originating from lower-trust users. This may indicate exploitation attempts.
  • Audit user permissions and authorization checks within OpenClaw to ensure that only trusted operators can access the plugin installation functionality.
Impact Analysis

This vulnerability can impact you in several ways if you are using an affected version of OpenClaw.

  • Unauthorized actions: Attackers with lower trust levels can execute or persist actions beyond their intended permissions, potentially leading to unauthorized changes in your system.
  • Privilege escalation: Attackers can escalate their privileges, gaining access to sensitive operations or data they should not have access to.
  • Impact on confidentiality, integrity, and availability: The vulnerability has a high severity rating (CVSS v3.1 score of 8.8), meaning it can significantly affect the confidentiality, integrity, and availability of your system.
  • Risk of persistence: Attackers may maintain unauthorized access or persistence in your system if the vulnerability is exploited.
Compliance Impact

This vulnerability can affect compliance with common standards and regulations in the following ways:

  • GDPR: If the vulnerability leads to unauthorized access or disclosure of personal data, it could result in a violation of GDPR's data protection principles. GDPR requires organizations to implement appropriate technical and organizational measures to ensure data security, and a privilege escalation vulnerability may indicate a failure in these measures.
  • HIPAA: For organizations handling protected health information (PHI), this vulnerability could lead to unauthorized access or modification of PHI, violating HIPAA's Security Rule. The rule requires covered entities to implement safeguards to protect the confidentiality, integrity, and availability of PHI.
  • General compliance risks: Many compliance frameworks (e.g., ISO 27001, NIST SP 800-53) require proper access control and authorization mechanisms. This vulnerability, stemming from improper privilege management and missing authorization checks, could indicate non-compliance with such requirements.

To maintain compliance, organizations should apply the available patch, restrict the affected feature to trusted operators, or disable it when unnecessary, as recommended in the advisory.

Mitigation Strategies
  • Upgrade OpenClaw to version 2026.6.9 or later, as this version contains the patch for the vulnerability. You can update using the following command if OpenClaw is installed via npm: npm install [email protected].
  • Restrict the affected plugin installation feature to trusted operators only. Modify the OpenClaw configuration to ensure that only authorized users can access this functionality.
  • Disable the plugin installation feature entirely if it is not required for your operations. This eliminates the attack surface associated with the vulnerability.
  • Implement general hardening practices such as narrowing channel and tool allowlists to limit exposure. Avoid sharing OpenClaw Gateways between untrusted users to reduce the risk of privilege escalation.
  • Review and enforce strict input validation for plugin installation paths and configurations to prevent manipulation by lower-trust users.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-62194. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart