---
id: CVE-2026-52872
title: >-
  Streambert is a cross-platform Electron Desktop App to stream and download
  video content
summary: >-
  Streambert is a cross-platform Electron Desktop App to stream and download
  video content. Prior to 2.5.0, the downloadSubtitleFile utility in
  src/ipc/downloads.js, reached through the run-download IPC channel, accepts a
  renderer-supplied…
severity: high
cvss: 8.8
cvssVector: 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H'
cwe:
  - CWE-22
  - CWE-73
published: '2026-08-18'
updated: '2026-09-09'
sourceUpdated: '2026-09-09T21:13:25.910'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-52872'
references:
  - url: >-
      https://github.com/truelockmc/streambert/security/advisories/GHSA-v74h-2468-rxhh
    label: security-advisories@github.com
  - url: >-
      https://github.com/truelockmc/streambert/security/advisories/GHSA-v74h-2468-rxhh
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
epss: 0.00191
epssPercentile: 0.09074
ingestedAt: '2026-09-09T21:22:45.538Z'
---

## Overview

Streambert is a cross-platform Electron Desktop App to stream and download video content. Prior to 2.5.0, the downloadSubtitleFile utility in src/ipc/downloads.js, reached through the run-download IPC channel, accepts a renderer-supplied subtitle url using the file: URI scheme and passes its decoded pathname to fs.copyFileSync. The renderer also controls downloadPath, which determines the destination path. A compromised renderer can therefore copy any file readable by the StreamBERT process into an attacker-chosen writable location, exposing sensitive local data, and can overwrite existing writable files. This vulnerability is fixed in 2.5.0.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
