Vulnerability Description
Streambert is a cross-platform Electron Desktop App to stream and download video content. Prior to version 2.6.0, the open-external IPC handler in src/ipc/downloads.js passes a renderer-supplied url directly to Electron's shell.openExternal without validating its protocol. A compromised renderer can submit file: URIs or operating-system-specific custom schemes, causing the host to open local files, access remote resources through registered handlers, or launch scripts and applications supported by those handlers. This issue is fixed in version 2.6.0.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/truelockmc/streambert/commit/8fd7eb1d358d1d69e57e51ddfa71b066
- https://github.com/truelockmc/streambert/releases/tag/2.6.0
- https://github.com/truelockmc/streambert/security/advisories/GHSA-j2vw-gg3g-wwqr
- https://github.com/truelockmc/streambert/security/advisories/GHSA-j2vw-gg3g-wwqr
FAQ
What is CVE-2026-52877?
CVE-2026-52877 is a vulnerability with a CVSS score of 8.3 (HIGH). Streambert is a cross-platform Electron Desktop App to stream and download video content. Prior to version 2.6.0, the open-external IPC handler in src/ipc/downloads.js passes a renderer-supplied url d...
How severe is CVE-2026-52877?
CVE-2026-52877 has been rated HIGH with a CVSS base score of 8.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-52877?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.