CVE-2026-30886: New API: IDOR in VideoProxy allows cross-user video content access via missing ownership check
The video proxy endpoint GET /v1/videos/:task_id/content is vulnerable to an Insecure Direct Object Reference (IDOR). Any authenticated user who knows another user’s task_id can retrieve that user’s generated video content because the handler queries tasks by task_id alone and does not verify ownership.
References
Code Behaviors & Features
Detect and mitigate CVE-2026-30886 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →