The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-42339

CVE-2026-42339: New API LLM Gateway SSRF Vulnerability

CVE-2026-42339 is an SSRF vulnerability in New API, an LLM gateway and AI asset management system, allowing attackers to bypass private-IP filters using 0.0.0.0. This article covers technical details, affected versions, and mitigations.

Published: May 18, 2026

CVE-2026-42339 Overview

CVE-2026-42339 is a Server-Side Request Forgery (SSRF) vulnerability in New API, a large language model (LLM) gateway and AI asset management system. The flaw affects versions 0.11.9-alpha.1 and prior. The SSRF protection added in v0.9.0.5 (CVE-2025-59146) and hardened in v0.9.6 (CVE-2025-62155) fails to block the unspecified address 0.0.0.0. Any authenticated user with a valid API token can send a multimodal request that forces the server to issue HTTP requests to localhost. The weakness is classified under CWE-918.

Critical Impact

Authenticated low-privilege users can pivot from blind SSRF to full-read SSRF against internal services when requests route through the AWS/Bedrock Claude adaptor. No patch is available at publication.

Affected Products

  • New API (QuantumNous/new-api) versions 0.11.9-alpha.1 and prior
  • Deployments using the AWS/Bedrock Claude adaptor (full-read SSRF impact)
  • Any New API instance exposing /v1/chat/completions, /v1/responses, or /v1/messages

Discovery Timeline

  • 2026-05-08 - CVE-2026-42339 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-42339

Vulnerability Analysis

The vulnerability resides in the SSRF protection logic that filters image and file URL hosts in multimodal requests. Prior advisories (CVE-2025-59146 and CVE-2025-62155) introduced and then hardened a private-IP block list. However, the filter does not include the unspecified IPv4 address 0.0.0.0. On most operating systems, 0.0.0.0 resolves to the local host when used as a destination, granting access to services bound to loopback or listening on all interfaces.

An attacker with a regular API token submits a multimodal request to /v1/chat/completions, /v1/responses, or /v1/messages. The image or file URL specifies 0.0.0.0 as the host. The gateway fetches the URL server-side, contacting internal services that should not be reachable from external clients. When the request is processed through the AWS/Bedrock Claude adaptor, the fetched response body is inlined into the model output, returning internal content directly to the attacker.

Root Cause

The URL host validator enumerates private and loopback ranges but omits 0.0.0.0 from the deny list. This incomplete block list allows the unspecified address to bypass the filter while still resolving to local services on the host.

Attack Vector

The attack requires network access to the New API HTTP endpoints and a valid (non-admin) API token. The attacker crafts a JSON payload that references an image or file at http://0.0.0.0:<port>/<path>. The server issues the outbound HTTP request from its own network namespace, reaching cloud metadata services, internal admin panels, or other loopback-bound applications. With the Bedrock Claude adaptor, retrieved bytes are echoed inside the model response, converting blind SSRF into a readable channel.

Detection Methods for CVE-2026-42339

Indicators of Compromise

  • Outbound HTTP requests from the New API process to 0.0.0.0, 127.0.0.1, or other loopback destinations
  • Multimodal request payloads to /v1/chat/completions, /v1/responses, or /v1/messages containing image or file URLs with host 0.0.0.0
  • Model responses containing content matching internal service banners, metadata service JSON, or local file contents

Detection Strategies

  • Inspect HTTP access logs and reverse proxy logs for request bodies referencing 0.0.0.0 as a URL host
  • Monitor egress and loopback connections originating from the New API service process for anomalous internal destinations
  • Correlate API token identifiers with multimodal requests targeting non-public URL hosts to identify low-privilege abuse

Monitoring Recommendations

  • Enable verbose request logging for multimodal endpoints and ship logs to a central SIEM for retention and search
  • Alert on any server-side fetch where the resolved destination is loopback, link-local, or cloud metadata (169.254.169.254)
  • Track usage patterns per API token and flag accounts issuing repeated multimodal requests with unusual URL hosts

How to Mitigate CVE-2026-42339

Immediate Actions Required

  • Restrict access to the New API service so that only trusted users can obtain or use API tokens until a patch is released
  • Block egress from the New API host to loopback, link-local, and internal management subnets at the network or container level
  • Disable or restrict the AWS/Bedrock Claude adaptor to prevent escalation from blind SSRF to full-read SSRF
  • Rotate any secrets, cloud credentials, or tokens that may have been retrievable via internal HTTP endpoints reachable from the gateway host

Patch Information

At the time of publication, no official patch is available. Track the GitHub Security Advisory GHSA-v5c3-6wvc-pc2q for updates from the maintainers.

Workarounds

  • Deploy a forward proxy or egress firewall that denies connections to 0.0.0.0, 127.0.0.0/8, 169.254.0.0/16, and RFC1918 ranges from the New API service
  • Run the New API container in a network namespace with no route to loopback-exposed administrative services on the host
  • Add an upstream Web Application Firewall (WAF) rule that rejects multimodal requests whose image or file URLs contain 0.0.0.0 as the host component
bash
# Example WAF rule fragment to block 0.0.0.0 hosts in multimodal payloads
SecRule REQUEST_URI "@rx ^/v1/(chat/completions|responses|messages)$" \
    "id:1042339,phase:2,deny,status:400,\
     msg:'Block SSRF via 0.0.0.0 host (CVE-2026-42339)',\
     chain"
  SecRule REQUEST_BODY "@rx \"(image_url|url|file)\"\\s*:\\s*\"https?://0\\.0\\.0\\.0" \
    "t:none,t:lowercase"

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechNew Api

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/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
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-30886: Newapi New Api Auth Bypass Vulnerability

  • CVE-2026-25591: New API SQL Injection DoS 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