Cyber Resilience

CVE-2026-43528

Openclaw ≤ 2026.4.14

Public PoC
Published
05 May 2026
Modified
17 June 2026
Patch / advisory
CVSS Score v4 7.1
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/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.0033 26th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-43528 is a high-severity Improper Removal of Sensitive Information Before Storage or Transfer (CWE-212) vulnerability in Openclaw Openclaw. Its CVSS base score is 7.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Unsecured Credentials (T1552); ranked at the 26th 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-4 (Information Flow Enforcement) and SI-15 (Information Output Filtering) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

OpenClaw before 2026.4.14 contains a redaction bypass vulnerability that allows authenticated gateway clients to receive unredacted secrets through sourceConfig and runtimeConfig alias fields. Attackers with config read access can exploit this to obtain provider API keys, gateway authentication material, and…

more

channel credentials that should have been redacted.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1552 Unsecured Credentials Credential Access
Adversaries may search compromised systems to find and obtain insecurely stored credentials.
Why these techniques?

Redaction bypass directly exposes credentials (API keys, auth material) stored in application config, enabling T1552 Unsecured Credentials access for users with read permissions.

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

CVEs Like This One

CVE-2026-41357Same product: Openclaw Openclaw
CVE-2026-33575Same product: Openclaw Openclaw
CVE-2026-35644Same product: Openclaw Openclaw
CVE-2026-32897Same product: Openclaw Openclaw
CVE-2026-62211Same product: Openclaw Openclaw
CVE-2026-62213Same product: Openclaw Openclaw
CVE-2026-3691Same product: Openclaw Openclaw
CVE-2026-62214Same product: Openclaw Openclaw
CVE-2026-41368Same product: Openclaw Openclaw
CVE-2026-28463Same product: Openclaw Openclaw

Affected Assets

openclaw
openclaw
≤ 2026.4.14

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-15 Information Output Filtering
  • AC-4 Information Flow Enforcement
  • AC-3 Access Enforcement
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 5 hardening rules · 3 OS baselines
Validate
Prove the fix (OWASP ASVS)
  • V14.2.8
  • V14.3.3

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces filtering of sensitive information (API keys, credentials) from configuration outputs such as sourceConfig/runtimeConfig alias fields.

prevent

Prevents unauthorized information flows by ensuring redaction policies are applied before secrets are released to gateway clients.

prevent

Enforces access decisions that should restrict release of unredacted secrets to only those principals explicitly authorized to view them.

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.DS-10 mostly match
prevents

Directly addresses removal of confidential data from process memory and similar in-use contexts before exposure.

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.

degrades

Explicit information-deletion control directly addresses improper removal of sensitive data.

prevents

Data-masking techniques can substitute for removal when full deletion is impractical.

prevents

Test-data protection rules require sanitization of production data used in testing.

prevents

Classification identifies sensitive data that must be removed before storage or transfer.

prevents

Information-transfer rules can require sanitization of sensitive content before sharing.

prevents

PII-protection requirements include removing identifiers before storage or disclosure.

References