Cyber Resilience

CVE-2026-27486

Openclaw ≤ 2026.2.14

Published
21 February 2026
Modified
24 February 2026
Patch / advisory
CVSS Score v4 4.3
Click a component to see what it means
Raw vectorCVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:N/VI:N/VA:N/SC:N/SI:N/SA:H/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
EPSS Score 0.0029 22th percentile
Risk Priority 25 floored blend · peak EPSS

Summary

CVE-2026-27486 is a medium-severity Unverified Ownership (CWE-283) vulnerability in Openclaw Openclaw. Its CVSS base score is 4.3 (Medium).

Operationally, ranked at the 22th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

This vulnerability is AI-related — categorised as Enterprise AI Assistants; in the Supply Chain and Deployment risk domain.

The strongest mitigations our analysis identified map to AC-24 (Access Control Decisions) and AC-25 (Reference Monitor) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

OpenClaw is a personal AI assistant. In versions 2026.2.13 and below of the OpenClaw CLI, the process cleanup uses system-wide process enumeration and pattern matching to terminate processes without verifying if they are owned by the current OpenClaw process. On…

more

shared hosts, unrelated processes can be terminated if they match the pattern. The CLI runner cleanup helpers can kill processes matched by command-line patterns without validating process ownership. This issue has been fixed in version 2026.2.14.

CWE(s)

AI Security AnalysisAI

AI Category
Enterprise AI Assistants
Risk Domain
Supply Chain and Deployment
OWASP Top 10 for LLMs 2025
None mapped
Classification Reason
Matched keywords: ai

Related Threats

CVEs Like This One

CVE-2026-26323Same product: Openclaw Openclaw
CVE-2026-27007Same product: Openclaw Openclaw
CVE-2026-26319Same product: Openclaw Openclaw
CVE-2026-25474Same product: Openclaw Openclaw
CVE-2026-27008Same product: Openclaw Openclaw
CVE-2026-26321Same product: Openclaw Openclaw
CVE-2026-26316Same product: Openclaw Openclaw
CVE-2026-27002Same product: Openclaw Openclaw
CVE-2026-26972Same product: Openclaw Openclaw
CVE-2026-26322Same product: Openclaw Openclaw

Affected Assets

openclaw
openclaw
≤ 2026.2.14

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 4 hardening rules · 4 OS baselines
Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

Access enforcement directly requires verifying ownership before granting access to resources.

Requiring access decisions to consider all relevant attributes includes ownership verification.

A reference monitor provides the tamperproof mechanism that can enforce ownership checks.

Associating ownership as a security attribute enables subsequent verification of resource ownership.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.AA-05 mostly match
prevents

Enforcing defined access permissions and authorizations directly prevents missing ownership verification for resources.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Access control policies can require ownership verification before granting access to critical resources.

degrades

Identity management processes can include verification of resource ownership during provisioning and access decisions.

prevents

Access rights reviews can enforce checks that only legitimate owners retain privileges over critical assets.

prevents

Privileged access rights assignment should verify ownership to prevent unauthorized elevation on critical resources.

mitigates

Information access restriction mechanisms can implement ownership checks before allowing operations on protected resources.

degrades

Secure authentication can be extended to verify resource ownership in addition to user identity.

Hardening callouts derived

Configuration rules from DISA STIG baselines that bear on weaknesses of the type cited by this CVE. Each rule is shown with the relationship its mapping actually records, against the CWE it was authored against. Derived via CVE→CWE over `controls_xwalks` (authoritative rows only; rows rated `none` are excluded).

Windows Server 2016 (1 rule)
  • V-224831 Local volumes must use a format that supports NTFS attributes. prevents CWE-283
Windows Server 2019 (1 rule)
  • V-205663 Windows Server 2019 local volumes must use a format that supports NTFS attributes. prevents CWE-283

References