PatchSiren cyber security CVE debrief
CVE-2026-69110 Microck CVE debrief
CVE-2026-69110 is a critical vulnerability in OpenCode Studio before version 2.4.4 that allows unauthenticated remote attackers to read arbitrary files within the temp and static/music directories. This vulnerability is particularly concerning as it enables attackers to access sensitive information such as intermediate audio, video artifacts, and subtitles belonging to other users' jobs. Additionally, attackers can delete any video by ID through the unauthenticated DELETE /api/short-video/:videoId endpoint.
- Vendor
- Microck
- Product
- opencode-studio
- CVSS
- CRITICAL 9.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-04
- Original CVE updated
- 2026-09-16
- Advisory published
- 2026-08-04
- Advisory updated
- 2026-09-16
Who should care
System administrators and security teams responsible for OpenCode Studio deployments should be aware of this vulnerability and take immediate action to verify and mitigate it. This is particularly important for environments where OpenCode Studio is exposed to the internet or untrusted networks.
Why it matters
CVE-2026-69110 is a critical vulnerability in OpenCode Studio that allows unauthenticated remote attackers to read arbitrary files and delete videos. System administrators and security teams should verify and mitigate this vulnerability, especially in exposed environments.
- Potential unauthorized access to sensitive information such as intermediate audio, video artifacts, and subtitles
- Potential deletion of videos by ID through the unauthenticated DELETE endpoint
- Need for verification of OpenCode Studio version and exposure
- Priority on upgrading to version 2.4.4 or later
Technical summary
The vulnerability exists in OpenCode Studio before version 2.4.4, allowing 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 also delete any video by ID through the unauthenticated DELETE /api/short-video/:videoId endpoint. This vulnerability is particularly concerning as it enables attackers to access sensitive information such as intermediate audio, video artifacts, and subtitles belonging to other users' jobs. System administrators and security teams should verify and mitigate this vulnerability, especially in exposed environments.
Defensive priority
High priority should be given to verifying and mitigating this vulnerability, especially for systems or deployments using OpenCode Studio versions prior to 2.4.4.
Recommended defensive actions
- Verify OpenCode Studio version and upgrade to 2.4.4 or later if necessary
- Restrict access to the /api/tmp/:tmpFile and /api/music/:fileName endpoints
- Implement authentication and authorization for the DELETE /api/short-video/:videoId endpoint
- Monitor for suspicious activity on the affected endpoints
- Perform a thorough review of system logs to identify potential exploitation attempts
- Conduct an asset inventory to identify all instances of OpenCode Studio
- Review and update incident response plans to include procedures for handling potential exploitation of this vulnerability
Evidence notes
The CVE record and NVD entry provide details about the vulnerability, including its critical CVSS score of 9.3 and the affected versions of OpenCode Studio. However, the exact scope of affected systems and the extent of potential exploitation remain unclear.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-69110 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-69110
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-69110 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-69110
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/Microck/opencode-studio/commit/1f4d7a7f52beb43105d345b26fd0c0ffc2bf0004
-
Source reference
Unverified legacy reference
URL: https://github.com/Microck/opencode-studio/issues/54
-
Source reference
Unverified legacy reference
URL: https://github.com/Microck/opencode-studio/pull/55
-
Source reference
Unverified legacy reference
URL: https://github.com/Microck/opencode-studio/releases/tag/v2.4.4
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/opencode-studio-unauthenticated-file-read-via-api-tmp-and-api-music
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.