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

CVE-2026-8768: Vercel AI SSRF Vulnerability

CVE-2026-8768 is a server-side request forgery flaw in Vercel AI up to version 3.0.97 affecting the validateDownloadUrl function. This article covers technical details, affected versions, impact, and mitigation.

Published: May 21, 2026

CVE-2026-8768 Overview

CVE-2026-8768 is a Server-Side Request Forgery (SSRF) vulnerability [CWE-918] affecting the Vercel AI SDK up to version 3.0.97. The flaw resides in the validateDownloadUrl function within packages/provider-utils/src/download-blob.ts, part of the provider-utils component. Attackers can manipulate URL validation logic to coerce the server into issuing requests to attacker-controlled or internal destinations. The issue is exploitable remotely without authentication or user interaction. A public proof-of-concept exists, and the vendor did not respond to disclosure attempts.

Critical Impact

Remote, unauthenticated attackers can abuse the SDK's download URL validation to issue server-side requests against internal services, cloud metadata endpoints, or other unintended targets.

Affected Products

  • Vercel AI SDK versions up to and including 3.0.97
  • The provider-utils package (download-blob.ts)
  • Applications embedding the vulnerable validateDownloadUrl function

Discovery Timeline

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

Technical Details for CVE-2026-8768

Vulnerability Analysis

The Vercel AI SDK provides utilities for downloading remote blobs used by AI provider integrations. The validateDownloadUrl function in download-blob.ts is responsible for verifying that a requested URL is safe before the SDK fetches its contents. The validation logic fails to adequately restrict the destinations a request may target. As a result, an attacker who controls input that flows into the download routine can direct the server to make outbound HTTP requests to arbitrary hosts.

The public proof-of-concept demonstrates that the validation can be bypassed and used to reach hosts that should not be accessible from the application context. Because the request originates from the server running the SDK, it inherits any network trust that the host possesses, including access to private subnets and cloud instance metadata services.

Root Cause

The root cause is insufficient input validation in validateDownloadUrl. The function does not robustly enforce an allow-list of acceptable hosts and schemes, and it does not block requests to internal address ranges. Attackers craft URLs that satisfy the existing checks while still resolving to sensitive destinations.

Attack Vector

Exploitation requires only the ability to submit a URL that reaches the vulnerable download path. No authentication is required, and the attack can be launched over the network. A successful request can disclose internal HTTP responses, interact with internal APIs, or probe cloud metadata endpoints depending on the deployment environment. Technical proof-of-concept details are published in the GitHub Gist PoC #1 and GitHub Gist PoC #2.

// No verified exploit code is reproduced here.
// See the referenced GitHub Gist PoCs for technical details
// on bypassing validateDownloadUrl in download-blob.ts.

Detection Methods for CVE-2026-8768

Indicators of Compromise

  • Outbound HTTP requests from application servers to internal IP ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, 127.0.0.0/8)
  • Requests originating from the Vercel AI SDK runtime to cloud metadata endpoints such as 169.254.169.254
  • Unexpected download-blob calls in application logs referencing non-provider hostnames

Detection Strategies

  • Inspect application logs for invocations of validateDownloadUrl and download-blob.ts with non-allow-listed URLs
  • Correlate egress traffic from AI workloads against an allow-list of known model provider endpoints
  • Alert on DNS resolutions to internal or link-local addresses generated by processes hosting the SDK

Monitoring Recommendations

  • Enable egress filtering and log all outbound HTTP requests from services that load the vercel:ai package
  • Monitor cloud audit logs for instance metadata access from application workloads
  • Track installed versions of vercel/ai across the software bill of materials to identify vulnerable deployments

How to Mitigate CVE-2026-8768

Immediate Actions Required

  • Identify all applications using vercel/ai at version 3.0.97 or earlier and treat them as exposed until upgraded
  • Restrict outbound network access from servers running the SDK to a defined allow-list of provider endpoints
  • Block access to cloud instance metadata services from application containers using IMDSv2, network policies, or host firewalls

Patch Information

No vendor advisory or fixed version is referenced in the published CVE data. The disclosure record notes that the vendor was contacted but did not respond. Track the project repository and the VulDB entry #364393 for any future patch information.

Workarounds

  • Wrap or replace validateDownloadUrl with a stricter allow-list that limits hosts and schemes to known provider domains over HTTPS only
  • Resolve target hostnames before issuing requests and reject responses that map to private, loopback, or link-local addresses
  • Route SDK egress through an outbound proxy that enforces destination policy and logs all requests
bash
# Example egress policy: deny SDK traffic to internal and metadata ranges
iptables -A OUTPUT -m owner --uid-owner app -d 169.254.169.254 -j REJECT
iptables -A OUTPUT -m owner --uid-owner app -d 10.0.0.0/8 -j REJECT
iptables -A OUTPUT -m owner --uid-owner app -d 172.16.0.0/12 -j REJECT
iptables -A OUTPUT -m owner --uid-owner app -d 192.168.0.0/16 -j REJECT

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechVercel Ai

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-918
  • Technical References
  • GitHub Gist PoC

  • GitHub Gist PoC

  • VulDB Submission #811404

  • VulDB Submission #811405

  • VulDB Vulnerability #364393

  • VulDB CTI #364393
  • Related CVEs
  • CVE-2026-8769: Vercel AI DoS 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