Cyber Resilience

CVE-2026-44111

Openclaw ≤ 2026.4.15

Public PoC
Published
06 May 2026
Modified
17 June 2026
Patch / advisory
CVSS Score v4 2.3
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:L/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
EPSS Score 0.0023 14th percentile
Risk Priority 15 floored blend · peak EPSS

Summary

CVE-2026-44111 is a low-severity Permissive List of Allowed Inputs (CWE-183) vulnerability in Openclaw Openclaw. Its CVSS base score is 2.3 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique Data from Local System (T1005); ranked at the 14th 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 map to AC-3 (Access Enforcement) and SI-10 (Information Input Validation) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

OpenClaw before 2026.4.15 contains an arbitrary file read vulnerability in the QMD backend memory_get function that allows callers to read any Markdown files within the workspace root. Attackers with access to the memory tool can bypass path restrictions by providing…

more

arbitrary workspace Markdown paths to read files outside canonical memory locations or indexed QMD result sets.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1005 Data from Local System Collection
Adversaries may search local system sources, such as file systems, configuration files, local databases, virtual machine files, or process memory, to find files of interest and sensitive data prior to Exfiltration.
Why these techniques?

Arbitrary file read via path bypass directly enables reading local Markdown files from the workspace.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-43574Same product: Openclaw Openclaw
CVE-2026-41366Same product: Openclaw Openclaw
CVE-2026-41911Same product: Openclaw Openclaw
CVE-2026-41387Same product: Openclaw Openclaw
CVE-2026-44996Same product: Openclaw Openclaw
CVE-2026-27522Same product: Openclaw Openclaw
CVE-2026-41350Same product: Openclaw Openclaw
CVE-2026-41363Same product: Openclaw Openclaw
CVE-2026-42424Same product: Openclaw Openclaw
CVE-2026-35658Same product: Openclaw Openclaw

Affected Assets

openclaw
openclaw
≤ 2026.4.15

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-10 Information Input Validation
  • AC-3 Access Enforcement
  • AC-6 Least Privilege
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V1.5.2
  • V4.4.2

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly validates caller-supplied Markdown paths in memory_get to reject those outside canonical locations or indexed QMD sets.

prevent

Enforces path-based access policy on the QMD backend so arbitrary workspace-root reads are denied before any file content is returned.

prevent

Restricts the memory tool's privileges to only the minimal set of Markdown files required, limiting the impact of any path bypass.

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.PS-06 mostly match
prevents

Secure SDLC practices directly require rigorous allow-list design and testing that prevents permissive input validation.

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.

detects

Security testing can detect overly broad allow-lists, but does not inherently prevent their creation.

prevents

Application security requirements can mandate strict, minimal allow-lists and input validation rules that prevent overly permissive lists.

prevents

Secure system architecture and engineering principles require explicit, least-privilege input validation designs that directly address permissive allow-lists.

prevents

Secure coding standards enforce rigorous input validation and reject unsafe values, mitigating permissive allow-list weaknesses.

none

Configuration management can enforce validated input rules, yet does not directly address the design flaw of permissive lists.

References