Ad

CVE-2026-30886

MEDIUM CVSS 3.1: 6.5 EPSS 0.04%
Updated Mar 25, 2026
Google
Parameter Value
CVSS 6.5 (MEDIUM)
Affected Versions before 0.11.4
Fixed In 0.11.4
Type CWE-639 (Authorization Bypass)
Vendor Google
Public PoC No

New API is a large language mode (LLM) gateway and artificial intelligence (AI) asset management system. Prior to version 0.11.4-alpha.2, an Insecure Direct Object Reference (IDOR) vulnerability in the video proxy endpoint (`GET /v1/videos/:task_id/content`) allows any authenticated user to access video content belonging to other users and causes the server to authenticate to upstream AI providers (Google Gemini, OpenAI) using credentials derived from tasks they do not own. The missing authorization check is a single function call — `model.GetByOnlyTaskId(taskID)` queries by `task_id` alone with no `user_id` filter, while every other task-lookup in the codebase enforces ownership via `model.GetByTaskId(userId, taskID)`.

Version 0.11.4-alpha.2 contains a patch.

Attack Parameters

Attack Vector
Network
Can be exploited remotely
Attack Complexity
Low
Easy to exploit
Privileges Required
Low
Basic privileges needed
User Interaction
None
No user interaction needed

Impact Assessment

Confidentiality
High
Complete data leak
Integrity
None
No data modification
Availability
None
No disruption

CVSS Vector v3.1

Weakness Type (CWE)

Vulnerable Products 2

Configuration From (including) Up to (excluding)
Newapi New_Api
cpe:2.3:a:newapi:new_api:*:*:*:*:*:*:*:*
0.11.4
Newapi New_Api
cpe:2.3:a:newapi:new_api:0.11.4:alpha1:*:*:*:*:*:*