nondanee / vsc-netease-music

UNOFFICIAL Netease Music extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=nondanee.vsc-netease-music
MIT License
1.02k stars 80 forks source link

Arbitrary file access #114

Open tengattack opened 3 years ago

tengattack commented 3 years ago

As vsc-netease-music creates a local server to serve song files, it doesn't check the path param, so we could access arbitrary files on disk.

https://github.com/nondanee/vsc-netease-music/blob/789697495c38b884a0ed0009af0add8a7121d819/runtime.js#L468-L469

GET http://127.0.0.1:16363/song/file?path=file://%2FD%3A%2Ftext.txt

image