
Proof of Concept for CVE-2021-43891
See the blog at https://parsiya.net/blog/2021-12-20-rce-in-visual-studio-codes-remote-wsl-for-fun-and-negative-profit.
Also https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-43907.
npm install.vsda.node for your architecture in /routes/vsda.node.npm start or use ctrl+shift+b in VS Code.http://localhost:3000 and follow the instructions.C:\Program Files\Microsoft VS Code\resources\app\node_modules.asar.unpacked\vsda\build\Release\vsda.node.~/.vscode-server/bin/{commit}/node_modules/vsda/build/Release/vsda.node.This probably only works locally because we need to connect directly to the Inspector instance.
/public/javascripts/nem.js and search for ZZZ.// in nem.js - uncomment the two lines after ZZZ`
// ZZZ
// const res = await (await postJSON('/inspect', packet.data)).arrayBuffer();
// showMessage(bufferToString(res));
/routes/sign.js and search for ZZZ.popCalc.// ZZZ Change the IP address here.
popCalc('192.168.1.130', port);
MIT, see LICENSE.