CyberRota Analysis
AI-GeneratedThe 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.
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.