CVE-2026-9367
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedA vulnerability was determined in NousResearch hermes-agent up to 5157f5427f19488b31c6fdebbacd15d798ce7f63. This affects the function detect_dangerous_command of the file tools/approval.py of the component terminal_tool. This manipulation causes os command injection. It is possible to initiate the attack remotely. The exploit has been publicly disclosed and may be utilized. The vendor was contacted early about this disclosure but did not respond in any way.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceOS command injection vulnerability in the terminal_tool component of NousResearch hermes-agent. The detect_dangerous_command function in tools/approval.py fails to properly sanitize inputs, allowing remote attackers to inject malicious OS commands.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- Low
- Integrity
- Low
- Availability
- Low
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Locate hermes-agent installationIdentify the directory where hermes-agent is installed. Common locations include /opt/hermes-agent, /usr/local/lib/hermes-agent, or a user-installed Python package location. Use 'pip show hermes-agent' or search for the hermes-agent directory structure.Affected if hermes-agent is present in the environment
-
Identify terminal_tool component statusExamine the hermes-agent configuration to determine if the terminal_tool component is enabled. Check configuration files (typically in a config/ or settings/ directory) for entries related to terminal_tool, shell_exec, or command_execution features.Affected if terminal_tool is enabled in the configuration
-
Locate tools/approval.pyNavigate to the tools/ directory within the hermes-agent installation and locate the approval.py file. The full path is typically [hermes-agent-root]/tools/approval.py.Affected if tools/approval.py exists in the hermes-agent installation
-
Inspect detect_dangerous_command functionOpen tools/approval.py and locate the detect_dangerous_command function. Examine the function implementation for input validation or sanitization logic. Look for patterns such as regex checks, allowlists, or input stripping before command construction.Affected if the function lacks proper input validation/sanitization or uses insufficient validation methods (e.g., only checks for dangerous keywords without blocking all injection vectors)
-
Check for command execution flowTrace how user input flows from external sources through detect_donagerous_command to actual OS command execution (e.g., subprocess calls, os.system, shell=True usage). Determine if unsanitized input can reach command execution points.Affected if user-supplied input can reach OS command execution without adequate validation through this function
A user is affected if hermes-agent with the terminal_tool component is installed and the detect_dangerous_command function in tools/approval.py lacks proper input sanitization, allowing arbitrary OS command injection.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
From vendor dataImplement robust input validation and sanitization in the detect_dangerous_command function. Consider using parameterized commands or whitelist-based validation to prevent command injection.
- Consultation4.0 h
- Implementation8.0 h
- Testing6.0 h
- Review / QA4.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $6,176.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-9367 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-9367 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data