Vulnerability Description
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.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/truelockmc/streambert/security/advisories/GHSA-v74h-2468-rxhh
- https://github.com/truelockmc/streambert/security/advisories/GHSA-v74h-2468-rxhh
FAQ
What is CVE-2026-52872?
CVE-2026-52872 is a vulnerability with a CVSS score of 8.8 (HIGH). 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...
How severe is CVE-2026-52872?
CVE-2026-52872 has been rated HIGH with a CVSS base score of 8.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-52872?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.