Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-30886

CVE-2026-30886: Newapi New Api Auth Bypass Vulnerability

CVE-2026-30886 is an authentication bypass flaw in Newapi New Api that allows users to access video content belonging to others through an IDOR weakness. This article covers technical details, affected versions, and mitigation.

Published: March 27, 2026

CVE-2026-30886 Overview

CVE-2026-30886 is an Insecure Direct Object Reference (IDOR) vulnerability affecting New API, a large language model (LLM) gateway and artificial intelligence (AI) asset management system. The vulnerability exists in the video proxy endpoint (GET /v1/videos/:task_id/content) and allows any authenticated user to access video content belonging to other users. Additionally, the flaw causes the server to authenticate to upstream AI providers (Google Gemini, OpenAI) using credentials derived from tasks the attacker does not own.

Critical Impact

Authenticated attackers can access other users' video content and leverage victim credentials to authenticate with upstream AI providers, potentially exposing sensitive AI-generated content and API credentials.

Affected Products

  • New API versions prior to 0.11.4-alpha.2
  • New API version 0.11.4-alpha1
  • All deployments using the vulnerable video proxy endpoint

Discovery Timeline

  • 2026-03-23 - CVE CVE-2026-30886 published to NVD
  • 2026-03-25 - Last updated in NVD database

Technical Details for CVE-2026-30886

Vulnerability Analysis

This vulnerability is classified as CWE-639 (Authorization Bypass Through User-Controlled Key), commonly known as an Insecure Direct Object Reference (IDOR). The flaw allows authenticated users to bypass authorization controls and access resources belonging to other users by directly manipulating the task_id parameter in API requests.

The vulnerability is particularly significant in the context of an LLM gateway system, as it exposes not only user-generated content but also enables attackers to leverage victim credentials when the server proxies requests to upstream AI providers like Google Gemini and OpenAI. This could result in unauthorized access to AI-generated video content, potential billing fraud against victim accounts, and exposure of sensitive prompts or responses stored in the system.

Root Cause

The root cause is a missing authorization check in the video proxy endpoint. The vulnerable function model.GetByOnlyTaskId(taskID) queries the database using only the task_id parameter without filtering by user_id. This is inconsistent with the rest of the codebase, where task lookups enforce ownership via model.GetByTaskId(userId, taskID). This single oversight creates a horizontal privilege escalation vulnerability where any authenticated user can access any task by simply knowing or guessing valid task IDs.

Attack Vector

The attack is network-based and requires only low-privilege authenticated access. An attacker can exploit this vulnerability by:

  1. Authenticating to the New API system with valid credentials
  2. Sending GET requests to /v1/videos/:task_id/content with arbitrary task_id values
  3. Enumerating or guessing valid task IDs belonging to other users
  4. Accessing video content and triggering upstream API calls using victim credentials

The patch addresses this by adding proper ownership verification:

go
 	}
 
-	task, exists, err := model.GetByOnlyTaskId(taskID)
+	userID := c.GetInt("id")
+	task, exists, err := model.GetByTaskId(userID, taskID)
 	if err != nil {
 		logger.LogError(c.Request.Context(), fmt.Sprintf("Failed to query task %s: %s", taskID, err.Error()))
 		videoProxyError(c, http.StatusInternalServerError, "server_error", "Failed to query task")

Source: GitHub Commit Changes

Detection Methods for CVE-2026-30886

Indicators of Compromise

  • Anomalous access patterns to /v1/videos/:task_id/content endpoint from single user sessions accessing multiple distinct task IDs
  • Increased 200 OK responses on video proxy endpoint combined with rapid sequential requests
  • Log entries showing task access where the requesting user ID does not match the task owner
  • Unusual upstream API usage patterns to Google Gemini or OpenAI from specific task contexts

Detection Strategies

  • Implement API request logging that correlates task_id access with authenticated user identity
  • Monitor for sequential enumeration patterns in task_id parameters (e.g., incrementing numeric IDs)
  • Configure alerting for users accessing tasks outside their normal usage patterns
  • Review application logs for GetByOnlyTaskId function calls if running vulnerable versions

Monitoring Recommendations

  • Enable detailed access logging on the /v1/videos/ endpoint path
  • Implement rate limiting and anomaly detection on video content retrieval endpoints
  • Monitor upstream AI provider API usage for unexpected credential usage or billing anomalies
  • Set up alerts for high-frequency 404/403 responses indicating potential enumeration attempts

How to Mitigate CVE-2026-30886

Immediate Actions Required

  • Upgrade New API to version 0.11.4-alpha.2 or later immediately
  • Review access logs for potential exploitation of the vulnerable endpoint
  • Audit all task-related database queries for consistent ownership enforcement
  • Consider rotating API credentials for upstream AI providers if exploitation is suspected

Patch Information

The vulnerability is fixed in New API version 0.11.4-alpha.2. The patch modifies the controller/video_proxy.go file to include user ID verification when retrieving tasks. The fix replaces the call to model.GetByOnlyTaskId(taskID) with model.GetByTaskId(userID, taskID), ensuring that users can only access tasks they own.

For detailed patch information, refer to:

  • GitHub Security Advisory
  • GitHub Commit Changes

Workarounds

  • Restrict access to the /v1/videos/:task_id/content endpoint at the reverse proxy or WAF level until patching is complete
  • Implement additional authentication middleware that validates task ownership before the request reaches the vulnerable handler
  • Temporarily disable the video proxy feature if not critical to operations
  • Deploy network segmentation to limit which users can reach the affected endpoint
bash
# Example nginx configuration to restrict video endpoint access
location /v1/videos/ {
    # Temporarily restrict access while awaiting patch
    allow 10.0.0.0/8;  # Internal network only
    deny all;
    
    # Or implement IP-based access control
    # auth_basic "Restricted Access";
    # auth_basic_user_file /etc/nginx/.htpasswd;
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechNew Api

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-639
  • Vendor Resources
  • GitHub Commit Changes

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-25591: New API SQL Injection DoS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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