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.
Published: 2026-08-11
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Cap v0.3.1 contains a broken access control flaw in the POST /api/video/comment endpoint that allows any authenticated user to post comments on any private video by supplying an arbitrary videoId. This flaw permits attackers to inject comments into private recordings belonging to other users, trigger comment notification emails to the video owners, and use response differences to enumerate valid video IDs. The vulnerability is a classic access control violation (CWE-862) and results in unauthorized modification of content and inadvertent disclosure of notification traffic.

Affected Systems

The affected product is Cap from CapSoftware; specifically version 0.3.1 is vulnerable. No other affected versions are listed.

Risk and Exploitability

The CVSS score is 5.3, indicating moderate severity, and the EPSS score is less than 1%, suggesting a very low exploitation probability. The flaw is not listed in CISA’s KEV catalog. Attack requires an authenticated session; the attacker must first authenticate to Cap and then send the crafted POST request with a videoId that does not belong to them. The impact is limited to the ability to comment on private videos, but the effect of spamming notifications and mapping private video IDs can aid further attacks. Based on the description, the likely attack vector is authenticated user exploitation via the publicly documented API endpoint.

Generated by OpenCVE AI on August 12, 2026 at 20:48 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Cap to a patched release that resolves the access control issue on the comment endpoint; see commit 1b812d8 on the official repository for reference.
  • Disable or suppress email notifications for comments on private videos until the application code enforces ownership checks.
  • Verify that the POST /api/video/comment endpoint performs an ownership lookup for the supplied videoId and rejects requests from users who do not own the specified video.

Generated by OpenCVE AI on August 12, 2026 at 20:48 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 14 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 13 Aug 2026 10:15:00 +0000

Type Values Removed Values Added
First Time appeared Capsoftware
Capsoftware cap
Vendors & Products Capsoftware
Capsoftware cap

Tue, 11 Aug 2026 18:15:00 +0000

Type Values Removed Values Added
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.
Title Cap v0.3.1 Broken Access Control via video comment endpoint
Weaknesses CWE-862
References
Metrics cvssV3_1

{'score': 5.4, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-14T19:38:13.138Z

Reserved: 2026-08-03T13:26:21.234Z

Link: CVE-2026-69113

cve-icon Vulnrichment

Updated: 2026-08-14T19:37:12.496Z

cve-icon NVD

Status : Received

Published: 2026-08-11T18:18:17.847

Modified: 2026-08-14T20:16:55.977

Link: CVE-2026-69113

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T09:49:47Z

Weaknesses