LiveActive security incident?Get immediate response
CVE Record

CVE-2026-69110: OpenCode Studio < 2.4.4 Unauthenticated File Read via /api/tmp and /api/music

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.

CriticalCVSS 9.3Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

OpenCode Studio versions before 2.4.4 expose API routes that can disclose other users’ temporary media, music, and subtitle files without authentication. A separate unauthenticated route can delete videos by ID. Internet-facing or otherwise untrusted-network-accessible deployments face confidentiality and integrity risks.

Executive priority

Treat as an immediate remediation priority for reachable deployments. Upgrade promptly, limit network exposure, and investigate possible disclosure or deletion. The lack of confirmed active exploitation lowers certainty about current compromise, not the underlying technical risk.

Technical view

Unauthenticated attackers can access GET /api/tmp/:tmpFile and GET /api/music/:fileName to read files within the temp and static/music directories. DELETE /api/short-video/:videoId also permits unauthorized video deletion. The CVSS 4.0 score is 9.3, reflecting remote, low-complexity, no-interaction exploitation with high confidentiality and integrity impact.

Likely exposure

Deployments running OpenCode Studio earlier than 2.4.4 are potentially exposed when affected API routes are reachable from untrusted networks. Likely affected data includes intermediate audio or video artifacts and subtitles from other users’ jobs. Exposure outside the named directories is not established by the bundle.

Exploitation context

The vulnerability and patch details are publicly available, increasing discovery and exploitation risk. However, the bundle marks this CVE as absent from KEV and provides no evidence of active exploitation in the wild.

Researcher notes

The description establishes directory-scoped arbitrary file access and unauthorized deletion, but not broader filesystem access or code execution. CWE-22 is assigned, while missing authentication is central to the described behavior. The affected-version metadata includes an anomalous “0”; validate exposure against the explicit before-2.4.4 statement and vendor release information.

Mitigation direction

  • Upgrade OpenCode Studio to version 2.4.4 or later.
  • Restrict affected API routes from untrusted networks until upgrading.
  • Follow vendor guidance for authentication and authorization configuration.
  • Review whether exposed media or subtitles contained sensitive information.
  • Preserve and examine relevant access logs before routine retention removes them.

Validation and detection

  • Inventory all OpenCode Studio deployments and confirm their installed versions.
  • Verify affected GET routes reject unauthenticated requests after remediation.
  • Verify the video deletion route requires appropriate authorization.
  • Review logs for unexpected access to affected routes and unusual video deletions.
  • Confirm temporary and music artifacts are not directly exposed through alternate routes.
Prepared
Confidence
high
Sources
7

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-22: File access and web shell behavior lookup

File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-69110 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Critical
CVSS
9.3 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

2CVSS vectors
3Timeline events
1ADP providers
6Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: yesTechnical Impact: total

CVSS vector scores

2 official scores

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
9.3CVSS 4.0CriticalCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:NVulnCheck
9.1CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N3.95.2VulnCheck

Vulnerability scoring details

Base CVSS 4.0 score

9.3Critical
CVSS 4.0 vector shape for CVE-2026-69110Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Microckopencode-studio0affected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-22 · source CWE mapping

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.