A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-8319

CVE-2026-8319: aiwaves-cn agents DoS Vulnerability

CVE-2026-8319 is a denial of service flaw in aiwaves-cn agents that causes resource consumption through memory recall functions. This post covers the technical details, affected versions, and mitigation strategies.

Published: May 18, 2026

CVE-2026-8319 Overview

CVE-2026-8319 is a resource consumption vulnerability [CWE-400] in the aiwaves-cn agents project, an open-source framework for building autonomous language agents. The flaw resides in the recall_relevant_memories_to_working_memory function located in core/cat/looking_glass/stray_cat.py within the cheshire_cat_core component. Remote attackers can trigger excessive resource consumption without authentication or user interaction. A public exploit has been disclosed, increasing the risk of opportunistic abuse. The project follows a rolling release model, so no discrete fixed version is published, and the maintainers had not responded to the upstream issue report at the time of disclosure.

Critical Impact

Unauthenticated remote attackers can exhaust resources in deployed agents instances, degrading availability of the memory recall subsystem.

Affected Products

  • aiwaves-cn agents up to commit e8c4e3c2d19739d3dff59e577d1c97090cc15f59
  • cheshire_cat_core component
  • core/cat/looking_glass/stray_cat.py module

Discovery Timeline

  • 2026-05-11 - CVE-2026-8319 published to NVD
  • 2026-05-12 - Last updated in NVD database

Technical Details for CVE-2026-8319

Vulnerability Analysis

The vulnerability is a network-reachable resource exhaustion issue affecting the memory recall path of the agents framework. The recall_relevant_memories_to_working_memory function processes input that influences memory retrieval operations against the agent's working memory store. When triggered repeatedly or with crafted parameters, the function consumes excessive compute or memory resources, which can degrade service availability for legitimate agent interactions. The issue is classified under [CWE-400] Uncontrolled Resource Consumption.

Because the affected codebase follows a rolling release approach, operators tracking the upstream main branch cannot map exposure to a stable version number. They must instead compare deployed commit hashes against the disclosed commit e8c4e3c2d19739d3dff59e577d1c97090cc15f59.

Root Cause

The root cause is the absence of bounds, rate limits, or cost controls in recall_relevant_memories_to_working_memory. The function performs memory recall work proportional to attacker-controlled input without enforcing upper limits on iteration count, query size, or result set magnitude. Repeated invocation amplifies the cost on the server.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker reaches the exposed cheshire_cat_core interface and submits requests that route into the recall path. Sustained or crafted requests inflate CPU and memory utilization until the service degrades or becomes unresponsive. A public proof of concept has been referenced through the GitHub Issue #219 Discussion and the VulDB Vulnerability #362606 entry.

No verified exploit code is reproduced here. Technical details are tracked in the GitHub Repository for Agents and the VulDB CTI for #362606.

Detection Methods for CVE-2026-8319

Indicators of Compromise

  • Sustained high CPU or memory utilization on hosts running cheshire_cat_core without a corresponding rise in legitimate user sessions.
  • Repeated inbound requests targeting endpoints that trigger recall_relevant_memories_to_working_memory from a small number of source addresses.
  • Application logs showing prolonged execution times for memory recall operations or queue backlogs in agent worker pools.

Detection Strategies

  • Instrument the agents runtime to emit per-request timing and memory accounting for calls into stray_cat.py memory functions.
  • Alert on anomalous request rates against agent chat or memory endpoints exceeding a baseline derived from normal usage windows.
  • Correlate process-level resource spikes with inbound request patterns to distinguish abuse from organic load.

Monitoring Recommendations

  • Track availability and latency metrics for the cheshire_cat_core service and trigger alerts on sustained degradation.
  • Capture network flow telemetry for the exposed agent interface to identify low-and-slow exhaustion patterns.
  • Review application logs daily for repeated invocations of the recall function from the same client identity or IP range.

How to Mitigate CVE-2026-8319

Immediate Actions Required

  • Restrict network exposure of cheshire_cat_core to trusted clients using firewall rules, VPN, or reverse proxy access controls.
  • Apply request rate limiting and per-client concurrency caps in front of the agent interface.
  • Pin deployments to a known-good commit and avoid auto-pulling main until upstream addresses the issue.

Patch Information

The project follows a rolling release model and had not responded to the upstream report at the time of disclosure. No fixed commit is currently identified. Monitor the GitHub Repository for Agents and the GitHub Issue #219 Discussion for remediation updates. Reference the VulDB Submission #811274 for tracking metadata.

Workarounds

  • Place the agent behind an authenticating reverse proxy to block unauthenticated access to memory recall endpoints.
  • Enforce request size limits and timeouts at the proxy layer to cap the cost of any single recall operation.
  • Run the service under cgroup or container resource limits so that exhaustion in one instance does not affect the host or co-located workloads.
  • Disable or gate the memory recall feature in deployments where it is not required.
bash
# Example nginx rate limit and size cap in front of cheshire_cat_core
limit_req_zone $binary_remote_addr zone=agents_rl:10m rate=5r/s;

server {
    listen 443 ssl;
    server_name agents.example.com;

    client_max_body_size 64k;
    client_body_timeout 5s;

    location / {
        limit_req zone=agents_rl burst=10 nodelay;
        proxy_read_timeout 10s;
        proxy_pass http://127.0.0.1:1865;
    }
}

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechAiwaves

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/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
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-400
  • Technical References
  • GitHub Repository for Agents

  • GitHub Issue #219 Discussion

  • VulDB Submission #811274

  • VulDB Vulnerability #362606

  • VulDB CTI for #362606
  • Latest CVEs
  • CVE-2026-49199: Acer Predator Connect W6x Firmware RCE Flaw

  • CVE-2026-46344: Openquantumsafe Liboqs DOS Vulnerability

  • CVE-2026-44518: Openquantumsafe Liboqs DoS Vulnerability

  • CVE-2026-42951: MacGregor VDR Information Disclosure Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English