stream-deck-for-node / sdk

Unofficial Elgato Stream Deck SDK for Node.js
https://stream-deck-for-node.netlify.app
GNU General Public License v3.0
25 stars 3 forks source link

CVE-2022-23812: YOUR CODE IS INFECTED WITH MALICIOUS DEPENDENCY - node-ipc #1

Closed lgg closed 2 years ago

lgg commented 2 years ago

Newest version of node-ipc delete all users's files from device. You should not use this dependency anymore!

You can learn more here: https://gist.github.com/MidSpike/f7ae3457420af78a54b38a31cc0c809c

Check possible solution that already applied in vue.js: https://github.com/vuejs/vue-cli/issues/7054#issuecomment-1068677029

also check more here: https://snyk.io/blog/peacenotwar-malicious-npm-node-ipc-package-vulnerability/

fcannizzaro commented 2 years ago

Thanks for the report, right now I removed node-ipc from the dependecies (and code) and unpublished the package.