Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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
Primary rating from Vendor (VulnCheck) · only source for this CVE.
CVSS VectorVendor: VulnCheck
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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
Lifecycle Timeline
7DescriptionCVE.org
OpenHarness before commit bd4df81 contains a permission bypass vulnerability that allows attackers to read sensitive files by exploiting incomplete path normalization in the permission checker. Attackers can invoke the built-in grep and glob tools with sensitive root directories that are not properly evaluated against configured path rules, allowing disclosure of sensitive local file content, key material, configuration files, or directory contents despite configured path restrictions.
AnalysisAI
Remote unauthenticated attackers can bypass path restrictions in OpenHarness (pre-commit bd4df81) to read arbitrary sensitive files via crafted grep/glob operations. The incomplete path normalization in permission checking allows exploitation of built-in tools to access sensitive root directories, key material, and configuration files despite configured access controls. CVSS 7.5 (High) with network vector and no authentication required. EPSS data not provided. No CISA KEV listing identified, indicating no confirmed widespread active exploitation at time of analysis. Vendor patch available via GitHub commit bd4df81.
Technical ContextAI
OpenHarness is an open-source framework (HKUDS project) that implements permission checking to restrict file system access. The vulnerability stems from CWE-863 (Incorrect Authorization), specifically incomplete path normalization in the permission validation logic. When attackers invoke the built-in grep and glob utilities with specially crafted path arguments targeting sensitive root directories, the permission checker fails to properly normalize and evaluate these paths against configured path restriction rules. This allows the tools to traverse outside intended boundaries and access filesystem locations that should be blocked. The affected product is identified by CPE cpe:2.3:a:hkuds:openharness. The issue resembles classic path traversal vulnerabilities but manifests through tool invocation rather than direct file API calls, exploiting the gap between tool argument parsing and permission enforcement.
RemediationAI
Update OpenHarness to commit bd4df81f634f8c7cddcc3fdf7f561a13dcbf03ae or later from the HKUDS GitHub repository at https://github.com/HKUDS/OpenHarness/commit/bd4df81f634f8c7cddcc3fdf7f561a13dcbf03ae. Review pull request 92 for implementation details at https://github.com/HKUDS/OpenHarness/pull/92. If immediate patching is not feasible, implement network-level access controls to restrict OpenHarness exposure to trusted networks only via firewall rules or VPN requirements, though this does not eliminate insider threat risk. Audit existing path restriction configurations and review logs for suspicious grep or glob invocations targeting root directories or sensitive filesystem paths. Consider disabling or restricting the grep and glob built-in tools if business requirements permit, though this may impact legitimate functionality and requires testing. Deploy file integrity monitoring on sensitive directories to detect unauthorized access attempts. Each compensating control reduces but does not eliminate risk compared to applying the vendor patch.
More in Openharness
View allRemote code execution in HKUDS OpenHarness allows authenticated remote attackers to execute arbitrary operating system c
Remote command injection in OpenHarness gateway handler allows authenticated remote chat users to execute administrative
Remote attackers can install and activate arbitrary plugins in HKUDS OpenHarness through exposed plugin management comma
Improper access control in OpenHarness (prior to commit 166fcfe) allows local authenticated attackers with influence ove
HKUDS OpenHarness prior to PR #147 remediation contains an insecure default configuration vulnerability where remote cha
Server-Side Request Forgery in OpenHarness AI agent framework (pre-commit bd4df81) permits remote unauthenticated attack
Cross-session information disclosure in HKUDS OpenHarness ohmo gateway allows admitted remote senders to invoke /resume
Path traversal in OpenHarness allows authenticated gateway users with chat access to read arbitrary files on the server
Session key derivation in HKUDS OpenHarness prior to PR #159 fails to verify sender identity in shared chat/thread scope
Remote prompt injection in OpenHarness allows low-privileged messaging channel participants to persistently corrupt AI a
Same weakness CWE-863 – Incorrect Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-23450