Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:P/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
Network-reachable unauthenticated read-only path traversal with no scope change; confidentiality-only impact at low severity maps to C:L/I:N/A:N.
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
5DescriptionCVE.org
A vulnerability was identified in NousResearch hermes-agent 0.8.0. Affected by this issue is some unknown functionality of the file gateway/platforms/wecom.py of the component WeChat Work Platform Adapter. The manipulation leads to path traversal. It is possible to initiate the attack remotely. The exploit is publicly available and might be used.
AnalysisAI
Path traversal in NousResearch hermes-agent 0.8.0 exposes arbitrary server-side files to unauthenticated remote attackers through the WeChat Work (WeCom) platform adapter component. The vulnerability resides in gateway/platforms/wecom.py and is limited to confidentiality impact (VC:L), with no integrity or availability consequence. A public proof-of-concept exists per GitHub issue reference, though EPSS of 0.05% (15th percentile) and SSVC's 'Automatable: no' designation indicate constrained real-world exploitation risk; no CISA KEV listing has been confirmed.
Technical ContextAI
CWE-22 (Path Traversal) describes a failure to neutralize special directory-navigation sequences (e.g., '../') in user-controlled input before using it to construct file-system paths. Here, the vulnerable component is the WeChat Work (企业微信/WeCom) platform integration adapter within hermes-agent, an AI agent orchestration framework by NousResearch. The affected file gateway/platforms/wecom.py processes input - likely a filename or path parameter supplied through the WeCom messaging webhook or API surface - without sufficient sanitization, allowing traversal outside the intended working directory. CPE cpe:2.3:a:nousresearch:hermes-agent:*:*:*:*:*:*:*:* confirms the scope is the nousresearch vendor's hermes-agent application.
RemediationAI
No vendor-released patch version has been identified at time of analysis. The vulnerability is tracked via a public GitHub issue at https://github.com/NousResearch/hermes-agent/issues/8733 - monitor that issue and the upstream repository (https://github.com/NousResearch/hermes-agent/) for a patched release. As an immediate compensating control, disable or restrict network access to the WeCom platform adapter endpoint if the WeChat Work integration is not operationally required; this eliminates the attack surface entirely with no functional cost to deployments not using that integration. If WeCom must remain enabled, implement an application-layer web firewall or reverse proxy rule to reject requests containing path traversal sequences (../, %2e%2e%2f, and URL-encoded variants) targeting the wecom.py handler. File-system-level hardening (running the process with minimal permissions and chroot/container isolation) limits the blast radius of any successful traversal to files accessible by the process user.
More in Hermes Agent
View allRemote code execution in NousResearch Hermes Agent 0.18.2-0.21.0 allows an unauthenticated attacker to execute arbitrary
Remote command injection in NousResearch hermes-agent allows unauthenticated attackers to execute arbitrary OS commands
Path traversal in NousResearch hermes-agent (all versions through 2026.5.16) exposes arbitrary server-side files via the
Path traversal in NousResearch hermes-agent through version 2026.4.16 allows remote unauthenticated attackers to bypass
Remote sandbox escape in NousResearch hermes-agent versions up to 2026.4.16 allows unauthenticated attackers to manipula
Remote code/prompt injection in NousResearch Hermes Agent through 0.12.0 stems from improper neutralization in the _comp
Remote injection in NousResearch Hermes Agent through version 2026.4.30 allows unauthenticated attackers to manipulate t
Code injection in NousResearch hermes-agent 2026.4.23 allows remote unauthenticated attackers to inject and execute arbi
Improper output escaping in NousResearch Hermes Agent versions up to 2026.4.16 allows remote unauthenticated attackers t
Remote injection vulnerability in NousResearch hermes-agent versions up to 2026.4.23 enables unauthenticated attackers t
Uncontrolled resource consumption in NousResearch hermes-agent (all versions through 2026.4.30) allows remote unauthenti
Missing authorization in NousResearch hermes-agent versions up to 2026.4.16 allows remote attackers to bypass authentica
Same weakness CWE-22 – Path Traversal
View allSame technique Path Traversal
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-26267