Skip to main content

hermes-agent CVE-2026-9351

| EUVDEUVD-2026-31565 MEDIUM
Path Traversal (CWE-22)
2026-05-24 VulDB GHSA-hjf5-mqw9-9ph9
5.5
CVSS 4.0 · NVD
Share

Severity by source

NVD PRIMARY
5.5 MEDIUM
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:L/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

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:L/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
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

2
CVSS changed
May 26, 2026 - 19:52 NVD
6.5 (MEDIUM) 5.5 (MEDIUM)
Analysis Generated
May 24, 2026 - 03:46 vuln.today

DescriptionCVE.org

A security flaw has been discovered in NousResearch hermes-agent up to 2026.4.16. This vulnerability affects the function _is_blocked_device of the file tools/file_tools.py of the component read_file Tool. Performing a manipulation results in path traversal. The attack may be initiated remotely. The exploit has been released to the public and may be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.

AnalysisAI

Path traversal in NousResearch hermes-agent through version 2026.4.16 allows remote unauthenticated attackers to bypass path restrictions and modify or disrupt file operations via the read_file tool. The flaw exists in the _is_blocked_device function within tools/file_tools.py. Public exploit code is available (EPSS data not provided, but exploit confirmed). Vendor was notified but did not respond, suggesting no official patch exists at time of analysis.

Technical ContextAI

The vulnerability stems from improper validation in the _is_blocked_device function of the file_tools.py module, which is part of the read_file tool component. This is a classic CWE-22 (Improper Limitation of a Pathname to a Restricted Directory) flaw. The function fails to adequately sanitize or validate file paths before processing, allowing attackers to use directory traversal sequences (e.g., '../') to access or manipulate files outside intended boundaries. The affected product is an AI agent framework (hermes-agent by NousResearch) that provides file system interaction capabilities, making path traversal particularly dangerous as it exposes the underlying system through the agent's file operations.

RemediationAI

No official vendor patch exists as NousResearch did not respond to vulnerability disclosure. Organizations must implement compensating controls: First, restrict network access to hermes-agent instances to trusted IP ranges only, preventing remote exploitation (trade-off: reduces agent accessibility for legitimate remote users). Second, implement application-level path validation by wrapping or modifying the read_file tool to enforce strict allowlists of permitted directories and reject any path containing traversal sequences like '../', './', or absolute paths (trade-off: may break legitimate use cases requiring broader file access). Third, run hermes-agent processes under least-privilege accounts with chroot jails or containerization to limit file system exposure even if path traversal succeeds (trade-off: increased deployment complexity). Fourth, monitor for suspicious file access patterns in application logs. Community forks or patches may emerge given the public exploit; monitor the GitHub repository at https://github.com/NousResearch/hermes-agent for community-driven fixes. Consider migrating to alternative AI agent frameworks with active security maintenance if vendor responsiveness remains absent.

CVE-2026-9367 MEDIUM POC
5.5 May 24

Remote command injection in NousResearch hermes-agent allows unauthenticated attackers to execute arbitrary OS commands

CVE-2026-14628 MEDIUM POC
5.5 Jul 04

Path traversal in NousResearch hermes-agent (all versions through 2026.5.16) exposes arbitrary server-side files via the

CVE-2026-9368 MEDIUM POC
5.5 May 24

Remote sandbox escape in NousResearch hermes-agent versions up to 2026.4.16 allows unauthenticated attackers to manipula

CVE-2026-10221 MEDIUM POC
5.5 Jun 01

Remote code/prompt injection in NousResearch Hermes Agent through 0.12.0 stems from improper neutralization in the _comp

CVE-2026-10220 MEDIUM POC
5.5 Jun 01

Remote injection in NousResearch Hermes Agent through version 2026.4.30 allows unauthenticated attackers to manipulate t

CVE-2026-9366 MEDIUM POC
5.5 May 24

Code injection in NousResearch hermes-agent 2026.4.23 allows remote unauthenticated attackers to inject and execute arbi

CVE-2026-9353 MEDIUM POC
5.5 May 24

Remote injection vulnerability in NousResearch hermes-agent versions up to 2026.4.23 enables unauthenticated attackers t

CVE-2026-10224 MEDIUM POC
5.5 Jun 01

Uncontrolled resource consumption in NousResearch hermes-agent (all versions through 2026.4.30) allows remote unauthenti

CVE-2026-9350 MEDIUM POC
5.5 May 24

Missing authorization in NousResearch hermes-agent versions up to 2026.4.16 allows remote attackers to bypass authentica

CVE-2026-9352 MEDIUM POC
5.5 May 24

Information disclosure in NousResearch hermes-agent allows remote unauthenticated attackers to extract sensitive data vi

CVE-2026-7396 MEDIUM POC
5.5 Apr 29

A vulnerability was identified in NousResearch hermes-agent 0.8.0. Affected by this issue is some unknown functionality

CVE-2026-53869 HIGH
8.7 Jun 17

DNS rebinding in NousResearch Hermes Agent prior to 0.16.0 allows remote attackers to reach privileged local WebSocket e

Share

CVE-2026-9351 vulnerability details – vuln.today

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