Skip to main content

hermes-agent CVE-2026-18993

| EUVDEUVD-2026-53706 LOW
Improper Access Control (CWE-284)
2026-08-06 VulDB GHSA-4992-66px-gwh3
2.1
CVSS 4.0 · Vendor: VulDB

Severity by source

Vendor (VulDB) PRIMARY
2.1 MEDIUM
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/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
vuln.today AI
6.3 MEDIUM

Network-exploitable with no special conditions, but PR:L required per CVSS 4.0 signal; low impacts across all dimensions with no scope change beyond the vulnerable system.

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

Primary rating from Vendor (VulDB).

CVSS VectorVendor: VulDB

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

Lifecycle Timeline

5
Severity Changed
Aug 06, 2026 - 05:22 NVD
MEDIUM LOW
CVSS changed
Aug 06, 2026 - 05:22 NVD
5.3 (MEDIUM) 2.1 (LOW)
Source Code Evidence Fetched
Aug 06, 2026 - 04:48 vuln.today
Analysis Generated
Aug 06, 2026 - 04:48 vuln.today
CVE Published
Aug 06, 2026 - 03:45 cve.org
MEDIUM 5.3

DescriptionCVE.org

A vulnerability was detected in NousResearch hermes-agent up to 0.16.0. Affected by this issue is some unknown functionality of the file hermes-agent/model_tools.py of the component Memory Toolset. The manipulation results in improper access controls. The attack can be executed remotely. The exploit is now public and may be used.

AnalysisAI

Improper access control in NousResearch hermes-agent up to 0.16.0 allows low-privileged authenticated users to invoke the Memory Toolset even when it has been explicitly disabled by an operator via the disabled_toolsets configuration. The root cause is a missing guard in init_agent() within agent/agent_init.py, which unconditionally injected the Memory Toolset regardless of operator-level restrictions. A public proof-of-concept exploit exists (GitHub issue #48181), and a vendor patch is available via pull request #46185.

Technical ContextAI

hermes-agent is an AI agent orchestration framework by NousResearch (CPE: cpe:2.3:a:nousresearch:hermes-agent:*:*:*:*:*:*:*:*). The vulnerable component is the Memory Toolset, implemented in hermes-agent/model_tools.py and injected during agent initialization in agent/agent_init.py. The root cause class is CWE-284 (Improper Access Control): the init_agent() function failed to check whether disabled_toolsets contained the string 'memory' before injecting the Memory Toolset into the agent session. The patch (PR #46185) adds the guard and not (agent.disabled_toolsets and 'memory' in agent.disabled_toolsets) to enforce operator-level toolset suppression. This type of flaw is characteristic of authorization logic that enforces restrictions at configuration time but fails to propagate those restrictions into initialization pathways.

RemediationAI

The upstream fix is available in GitHub Pull Request #46185 (https://github.com/NousResearch/hermes-agent/pull/46185), which patches agent/agent_init.py to skip Memory Toolset injection when 'memory' appears in agent.disabled_toolsets. A specific tagged patched release version has not been confirmed from available data - only the upstream PR exists. Operators should pull the latest commit from the main branch or apply the patch from PR #46185 directly. As a compensating control prior to patching, operators can restrict network access to the hermes-agent API to only fully trusted, low-risk authenticated users, reducing the pool of principals capable of exploiting the bypass. Restricting which users can create agent sessions is a secondary mitigation with no functional side effects for legitimate workflows.

CVE-2026-71963 HIGH POC
8.6 Sep 03

Remote code execution in NousResearch Hermes Agent 0.18.2-0.21.0 allows an unauthenticated attacker to execute arbitrary

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-9351 MEDIUM POC
5.5 May 24

Path traversal in NousResearch hermes-agent through version 2026.4.16 allows remote unauthenticated attackers to bypass

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-7396 MEDIUM POC
5.5 Apr 29

Path traversal in NousResearch hermes-agent 0.8.0 exposes arbitrary server-side files to unauthenticated remote attacker

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-9354 MEDIUM POC
5.5 May 24

Improper output escaping in NousResearch Hermes Agent versions up to 2026.4.16 allows remote unauthenticated attackers t

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

Share

CVE-2026-18993 vulnerability details – vuln.today

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