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-8769

CVE-2026-8769: Vercel AI DoS Vulnerability

CVE-2026-8769 is a denial of service flaw in Vercel AI up to version 3.0.97 that enables remote attackers to cause resource exhaustion. This article covers technical details, affected versions, and mitigation.

Published: May 21, 2026

CVE-2026-8769 Overview

CVE-2026-8769 is a resource consumption vulnerability [CWE-400] affecting Vercel AI versions up to 3.0.97. The flaw resides in the createJsonResponseHandler and createJsonErrorResponseHandler functions located in packages/provider-utils/src/response-handler.ts within the provider-utils component. An authenticated remote attacker can trigger excessive resource consumption by manipulating input processed by these response handlers. The exploit details have been publicly disclosed through VulDB and a public GitHub Gist. According to the disclosure, the vendor was contacted but did not respond.

Critical Impact

Remote attackers with low privileges can degrade availability of applications using the Vercel AI SDK by exhausting resources through crafted JSON response handling.

Affected Products

  • Vercel AI SDK versions up to and including 3.0.97
  • Applications consuming the provider-utils package
  • Node.js services integrating the affected response-handler.ts module

Discovery Timeline

  • 2026-05-17 - CVE-2026-8769 published to NVD
  • 2026-05-19 - Last updated in NVD database

Technical Details for CVE-2026-8769

Vulnerability Analysis

The vulnerability exists in the JSON response handling logic of the Vercel AI SDK's provider-utils package. The functions createJsonResponseHandler and createJsonErrorResponseHandler in packages/provider-utils/src/response-handler.ts process responses from upstream AI provider APIs. The flaw allows attacker-influenced inputs to cause uncontrolled resource consumption during response parsing. This impacts the availability of applications that rely on the SDK to relay model responses. The EPSS score is 0.047%, indicating a low predicted likelihood of active exploitation despite public disclosure.

Root Cause

The root cause is improper bounding of computational or memory resources during JSON response parsing [CWE-400]. The handlers do not enforce sufficient limits on the size or structure of incoming data before processing. As a result, malformed or oversized responses lead to disproportionate CPU or memory consumption inside the handler.

Attack Vector

The attack is network-based and requires low privileges with no user interaction. An attacker who controls or can influence the upstream provider response, or who can route requests through an attacker-controlled endpoint, can deliver crafted payloads to the vulnerable handler. Repeated exploitation degrades the availability of the host application. Technical proof-of-concept details are available in the GitHub Gist PoC Repository and the VulDB Vulnerability #364394 entry.

No verified exploit code is reproduced here. Refer to the published references for technical reproduction details.

Detection Methods for CVE-2026-8769

Indicators of Compromise

  • Sustained high CPU or memory utilization in Node.js processes hosting the Vercel AI SDK
  • Elongated response times or timeouts on routes that proxy AI provider responses
  • Repeated requests producing abnormally large or malformed JSON payloads from upstream calls

Detection Strategies

  • Audit dependency manifests (package.json, package-lock.json, pnpm-lock.yaml) for ai package versions at or below 3.0.97
  • Instrument the application to log response sizes and parse durations within provider-utils call paths
  • Correlate process-level resource spikes with inbound request patterns hitting AI endpoints

Monitoring Recommendations

  • Set alerts on Node.js event loop lag and heap usage thresholds for services using the Vercel AI SDK
  • Monitor outbound calls to AI provider APIs for unusually large response bodies
  • Enable runtime telemetry to flag handlers that exceed expected execution windows

How to Mitigate CVE-2026-8769

Immediate Actions Required

  • Inventory all applications and services that depend on the Vercel AI SDK at versions ≤ 3.0.97
  • Apply request size limits and timeouts at the reverse proxy or API gateway in front of affected services
  • Restrict outbound AI provider endpoints to a trusted allowlist to limit attacker control over upstream responses

Patch Information

At the time of publication, no vendor advisory or fixed version has been published. The reporter indicates the vendor did not respond to disclosure attempts. Monitor the VulDB Vulnerability #364394 entry and the Vercel AI SDK release notes for an official patched version, and upgrade once available.

Workarounds

  • Wrap calls to createJsonResponseHandler and createJsonErrorResponseHandler with size-bounded stream readers that reject oversized payloads
  • Enforce per-request CPU and memory ceilings using Node.js worker threads or container resource limits
  • Apply circuit breakers and timeouts on AI provider client calls to fail fast on anomalous responses
bash
# Identify affected installations of the Vercel AI SDK
npm ls ai

# Pin to a future patched release once published by the vendor
# npm install ai@<patched-version>

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechVercel Ai

  • SeverityLOW

  • CVSS Score2.1

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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 Gist PoC Repository

  • VulDB Submission #811406

  • VulDB Vulnerability #364394

  • VulDB CTI for #364394
  • Related CVEs
  • CVE-2026-8768: Vercel AI SSRF Vulnerability

  • CVE-2026-8767: Vercel AI RCE Vulnerability
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