Cross-Site Scripting in webtorrent
Moderate severity
GitHub Reviewed
Published
Sep 4, 2019
to the GitHub Advisory Database
•
Updated Apr 4, 2023
Description
Reviewed
Sep 3, 2019
Published to the GitHub Advisory Database
Sep 4, 2019
Last updated
Apr 4, 2023
Versions of
webtorrent
prior to 0.107.6 are vulnerable to Cross-Site Scripting.webtorrent
servers started withtorrent.createServer()
lists a torrent's title and files in the index page without sanitization. This allows attackers to execute arbitrary JavaScript in the victim's browser through files with names containing the malicious payload. The issue is mitigated due to the fact that the server only allows fetching data pieces from the torrent.Recommendation
Upgrade to version 0.107.6 or later.
References