CVE-2026-69110
9.1 CRITICALpublic exploit availablePublished 2026-08-04 · Updated 2026-08-04
AI risk analysis
- Summary
- The flaw allows unauthenticated attackers to read sensitive files and delete videos, posing a significant security risk.
- Exploitability
- Exploitation is relatively easy as it requires direct access to specific API endpoints without authentication.
- Blast radius
- If exploited, this could lead to data breaches and unauthorized deletion of user content, impacting multiple users' privacy and project integrity.
- Prioritized remediation
- Update to OpenCode Studio version 2.4.4 or later to patch the missing authentication vulnerability.
Analysis generated locally by qwen2.5:7b-instruct (no data left the box). AI-assisted — verify against primary sources before acting.
NVD description
OpenCode Studio before 2.4.4 contains a missing authentication vulnerability that allows unauthenticated remote attackers to read arbitrary files within the temp and static/music directories by directly accessing the GET /api/tmp/:tmpFile and GET /api/music/:fileName endpoints. Attackers can retrieve intermediate audio, video artifacts, and subtitles belonging to other users' jobs, and additionally delete any video by ID through the unauthenticated DELETE /api/short-video/:videoId endpoint.
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Weaknesses
CWE-22
Public exploit & PoC references
All references
- https://github.com/Microck/opencode-studio/commit/1f4d7a7f52beb43105d345b26fd0c0ffc2bf0004
- https://github.com/Microck/opencode-studio/issues/54
- https://github.com/Microck/opencode-studio/pull/55
- https://github.com/Microck/opencode-studio/releases/tag/v2.4.4
- https://www.vulncheck.com/advisories/opencode-studio-unauthenticated-file-read-via-api-tmp-and-api-music
Source data: NVD (nvd.nist.gov), public domain. Exploit-DB.ai adds local AI analysis for defensive use only.