CVE-2026-44482

soundcloud-rpc is a SoundCloud Client with Discord Rich Presence, Dark Mode, Last.fm and AdBlock support. Prior to 0.1.8, a track title containing an HTML payload executed locally in the Electron app. This means attacker-controlled SoundCloud track metadata can lead to local command execution on the user's machine. The application exposes a preload API (window.soundcloudAPI.sendTrackUpdate) to the remote SoundCloud page. Track metadata from SoundCloud is trusted and forwarded through IPC into the Electron main process. The app later renders that metadata as raw HTML inside privileged Electron views that have Node.js integration enabled. This vulnerability is fixed in 0.1.8.
Configurations

No configuration.

History

14 May 2026, 18:19

Type Values Removed Values Added
References () https://github.com/richardhbtz/soundcloud-rpc/security/advisories/GHSA-p37x-32p8-445f - () https://github.com/richardhbtz/soundcloud-rpc/security/advisories/GHSA-p37x-32p8-445f -

14 May 2026, 15:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-05-14 15:16

Updated : 2026-05-14 18:19


NVD link : CVE-2026-44482

Mitre link : CVE-2026-44482

CVE.ORG link : CVE-2026-44482


JSON object : View

Products Affected

No product.

CWE
CWE-20

Improper Input Validation

CWE-79

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

CWE-94

Improper Control of Generation of Code ('Code Injection')

CWE-862

Missing Authorization