Cyber Posture

CVE-2026-28479

HighPublic PoC

Published: 05 March 2026

Published
05 March 2026
Modified
17 March 2026
KEV Added
Patch
CVSS Score 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0002 5.0th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-28479 is a high-severity Use of a Broken or Risky Cryptographic Algorithm (CWE-327) vulnerability in Openclaw Openclaw. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 5.0th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique.
Threat & Defense Details

Likely Mitigating ControlsAI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-327

Contacts with security groups provide timely information on broken or risky cryptographic algorithms, reducing the likelihood of their selection and use.

addresses: CWE-327

Ongoing education and sharing of recommended practices helps organizations identify and migrate away from broken or risky cryptographic algorithms.

addresses: CWE-327

Cross-organization threat feeds commonly include advances in cryptanalysis and active exploits against weak or broken algorithms, allowing organizations to deprecate them proactively.

addresses: CWE-327

Capital planning and funding allow selection and ongoing support of strong cryptographic algorithms rather than weak or broken ones.

addresses: CWE-327

Risk updates surface newly-broken or risky cryptographic algorithms as threat intelligence and computing advances evolve, enabling timely replacement.

addresses: CWE-327

Scanners flag use of broken or weak cryptographic algorithms via known-vulnerability databases.

addresses: CWE-327

Enforces approved cryptographic algorithms for each use case, blocking use of broken or risky algorithms.

addresses: CWE-327

Flaw remediation replaces broken or risky cryptographic algorithms once safer implementations are released by vendors.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
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?

Remote unauthenticated network exploitation of public-facing sandbox cache logic (T1190) directly enables unauthorized access to sensitive data via poisoned sandbox state reuse (T1005).

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

NVD Description

OpenClaw versions prior to 2026.2.15 use SHA-1 to hash sandbox identifier cache keys for Docker and browser sandbox configurations, which is deprecated and vulnerable to collision attacks. An attacker can exploit SHA-1 collisions to cause cache poisoning, allowing one sandbox…

more

configuration to be misinterpreted as another and enabling unsafe sandbox state reuse.

Deeper analysisAI

CVE-2026-28479, published on 2026-03-05, affects OpenClaw versions prior to 2026.2.15 and is classified under CWE-327 (Broken or Risky Cryptographic Algorithm). The vulnerability arises from the use of the deprecated SHA-1 hashing algorithm to generate cache keys for sandbox identifiers in Docker and browser sandbox configurations. SHA-1's susceptibility to collision attacks enables cache poisoning, where an attacker can cause one sandbox configuration to be misinterpreted as another, leading to unsafe reuse of sandbox state.

A remote network attacker requires no privileges, low complexity, and no user interaction (CVSSv3.1 score of 7.5: AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N) to exploit this issue. By crafting inputs with colliding SHA-1 hashes, the attacker can poison the sandbox identifier cache, tricking the system into associating an attacker-controlled configuration with a legitimate one. This results in high confidentiality impact through potential unauthorized access to sensitive data in reused sandbox states.

Mitigation is provided in OpenClaw version 2026.2.15 and later. The patching commit is available at https://github.com/openclaw/openclaw/commit/559c8d9930eebb5356506ff1a8cd3dbaec92be77, with further details in the GitHub security advisory at https://github.com/openclaw/openclaw/security/advisories/GHSA-fh3f-q9qw-93j9 and the VulnCheck advisory at https://www.vulncheck.com/advisories/openclaw-cache-poisoning-via-deprecated-sha-hash-in-sandbox-configuration.

Details

CWE(s)

Affected Products

openclaw
openclaw
≤ 2026.2.15

CVEs Like This One

CVE-2026-33581Same product: Openclaw Openclaw
CVE-2026-43533Same product: Openclaw Openclaw
CVE-2026-32024Same product: Openclaw Openclaw
CVE-2026-32013Same product: Openclaw Openclaw
CVE-2026-32030Same product: Openclaw Openclaw
CVE-2026-29611Same product: Openclaw Openclaw
CVE-2026-43532Same product: Openclaw Openclaw
CVE-2026-32846Same product: Openclaw Openclaw
CVE-2026-32033Same product: Openclaw Openclaw
CVE-2026-28462Same product: Openclaw Openclaw

References