AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-69113

MEDIUM · CVSS 5.4 EPSS 0.22% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-11 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The vulnerability exists in the POST /api/video/comment endpoint of Cap v0.3.1, allowing authenticated users to bypass access controls and post comments on private videos by manipulating the videoId in their requests. This could lead to unauthorized comment injection on private content, notification spamming to video owners, and potential enumeration of private video IDs. Organizations using this version of Cap should prioritize remediation to protect user privacy and maintain content integrity.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-69113
Severity
MEDIUM
CVSS
5.4
EPSS
0.22%

Original NVD Description

Cap v0.3.1 contains a broken access control vulnerability in the POST /api/video/comment endpoint that allows authenticated users to post comments on any private video without permission by supplying an arbitrary videoId in the request body. Attackers can inject comments into private video recordings belonging to other users, trigger comment notification emails to the video owner, and enumerate valid video IDs through response differences.