PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-10224 NousResearch CVE debrief

A resource consumption vulnerability exists in NousResearch hermes-agent up to version 2026.4.30, specifically within the _handle_webhook_request function in gateway/platforms/feishu.py. The vulnerability affects the Webhook Endpoint component and can be exploited remotely to cause resource exhaustion. The exploit has been publicly disclosed and is available. The vendor was contacted regarding this disclosure but did not respond.

Vendor
NousResearch
Product
hermes-agent
CVSS
MEDIUM 5.5
CISA KEV
Not listed in stored evidence
Original CVE published
2026-06-01
Original CVE updated
2026-07-22
Advisory published
2026-06-01
Advisory updated
2026-07-22

Who should care

Organizations running NousResearch hermes-agent versions up to 2026.4.30 with exposed Feishu webhook endpoints. Security teams monitoring for unpatched vulnerabilities with public exploits. Infrastructure operators relying on hermes-agent for Feishu platform integration.

Technical summary

The _handle_webhook_request function in gateway/platforms/feishu.py fails to properly control resource consumption when processing incoming webhook requests. An unauthenticated remote attacker can send crafted requests to the webhook endpoint, triggering excessive resource consumption and potentially causing denial of service conditions. The vulnerability is remotely exploitable without authentication, and a public exploit has been released.

Defensive priority

medium

Recommended defensive actions

  • Review and restrict access to the Feishu webhook endpoint in gateway/platforms/feishu.py
  • Implement rate limiting and request size validation for webhook requests
  • Monitor for abnormal resource consumption patterns on systems running hermes-agent
  • Consider network-level access controls to limit exposure of the webhook endpoint
  • Evaluate upgrading to a patched version when available from the vendor

Evidence notes

The vulnerability is classified as CWE-400 (Uncontrolled Resource Consumption) and CWE-404 (Improper Resource Shutdown or Release). CVSS 4.0 vector indicates network attack vector with low attack complexity, no privileges required, and low availability impact. The exploit has been publicly disclosed via GitHub Gist.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-10224 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-10224

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-10224 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-10224

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.