Skip to main content

OpenHarness CVE-2026-56695

| EUVDEUVD-2026-38467 HIGH
Missing Authorization (CWE-862)
2026-06-23 VulnCheck GHSA-399c-3gm2-p29v
7.1
CVSS 4.0 · Vendor: VulnCheck
Share

Severity by source

Vendor (VulnCheck) PRIMARY
7.1 HIGH
CVSS: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
vuln.today AI
6.5 MEDIUM

Remote over chat bridge with low-privilege admitted-sender membership (PR:L), no user interaction, only confidentiality of other sessions impacted (C:H, I:N, A:N).

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (VulnCheck).

CVSS VectorVendor: VulnCheck

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
X

Lifecycle Timeline

2
Source Code Evidence Fetched
Jun 23, 2026 - 16:00 vuln.today
Analysis Generated
Jun 23, 2026 - 16:00 vuln.today

Blast Radius

ecosystem impact
† from your stack dependencies † transitive graph · vuln.today resolves 4-path depth
  • 1 pypi packages depend on openharness-ai (1 direct, 0 indirect)

Ecosystem-wide dependent count for version 0.1.9.

DescriptionCVE.org

OpenHarness ohmo gateway /resume and /summary slash commands default remote_invocable to True, allowing admitted remote senders to enumerate and load arbitrary session snapshots by ID. Attackers can exploit this to access victim snapshots containing private prompts, credentials, tool output, and file paths via shared gateway channels.

AnalysisAI

Cross-session information disclosure in HKUDS OpenHarness ohmo gateway allows admitted remote senders to invoke /resume and /summary slash commands, which were incorrectly registered with remote_invocable=True by default, to enumerate and load arbitrary saved session snapshots by ID. Successful exploitation exposes another user's private prompts, credentials, tool outputs, and file paths exchanged through shared gateway channels (e.g. Slack threads). No public exploit identified at time of analysis, but a vendor patch and detailed test cases (PR #276) make the issue easy to weaponize.

Technical ContextAI

OpenHarness is the HKUDS open-source agent harness; the ohmo subcomponent is a gateway that bridges chat platforms (Slack, etc.) into a local agent runtime. Slash commands are registered through a central SlashCommand registry with a remote_invocable flag that governs whether messages arriving from network-side channels may dispatch the handler. The /summary and /resume control-plane commands were registered without explicitly setting remote_invocable=False, which defaulted them to remotely callable. Because the resume handler accepts a session ID parameter and resolves snapshots from the shared workspace store without scoping by sender_id/channel/session_key, the underlying root cause is CWE-862 (Missing Authorization) on a control-plane primitive that should have been local-UI-only. The fix (commit 92e2988) adds remote_invocable=False and remote_admin_opt_in=True to both registrations, and adds gateway tests asserting that a remote Bob cannot load Alice's snapshot.

RemediationAI

Upstream fix available (PR/commit https://github.com/HKUDS/OpenHarness/pull/276 and commit 92e298852c9b9c8c2266236292073623418c640a); released patched version not independently confirmed, so pull a build that includes that commit from HKUDS/OpenHarness main and redeploy the ohmo gateway. As an interim workaround until the patched build is rolled out, disable the ohmo gateway bridge entirely, or restrict the bridged Slack/chat channels to a single trusted operator so no cross-sender snapshot disclosure is possible - note that this removes the multi-user collaboration use case the gateway is designed for. If you maintain a fork, mirror the fix by registering /resume and /summary with remote_invocable=False and remote_admin_opt_in=True in src/openharness/commands/registry.py; do not attempt to filter by command string at the message layer, as the registry flag is the intended authorization boundary. After patching, rotate any credentials, API keys, or tokens that may have appeared in prior conversation snapshots reachable through the gateway, since prior exposure cannot be ruled out from logs alone.

CVE-2026-7551 HIGH
8.7 Apr 30

Remote code execution in HKUDS OpenHarness allows authenticated remote attackers to execute arbitrary operating system c

CVE-2026-40502 HIGH
8.7 Apr 16

Remote command injection in OpenHarness gateway handler allows authenticated remote chat users to execute administrative

CVE-2026-6819 HIGH
8.7 Apr 21

Remote attackers can install and activate arbitrary plugins in HKUDS OpenHarness through exposed plugin management comma

CVE-2026-40515 HIGH
8.7 Apr 17

Remote unauthenticated attackers can bypass path restrictions in OpenHarness (pre-commit bd4df81) to read arbitrary sens

CVE-2026-22682 HIGH
8.4 Apr 07

Improper access control in OpenHarness (prior to commit 166fcfe) allows local authenticated attackers with influence ove

CVE-2026-6823 HIGH
8.3 Apr 21

Unauthorized remote access in HKUDS OpenHarness (all versions prior to the PR #147 fix, released as v0.1.7) stems from a

CVE-2026-40516 HIGH
7.8 Apr 17

Server-Side Request Forgery in OpenHarness AI agent framework (pre-commit bd4df81) permits remote unauthenticated attack

CVE-2026-40503 HIGH
7.1 Apr 16

Path traversal in OpenHarness allows authenticated gateway users with chat access to read arbitrary files on the server

CVE-2026-6729 MEDIUM
5.3 Apr 20

Session key derivation in HKUDS OpenHarness prior to PR #159 fails to verify sender identity in shared chat/thread scope

CVE-2026-56696 MEDIUM
5.3 Jun 23

Remote prompt injection in OpenHarness allows low-privileged messaging channel participants to persistently corrupt AI a

Share

CVE-2026-56695 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy