There must be dozens of malicious extensions. I’m honestly surprised we haven’t seen it more. Chrome extensions get sold to shady people all the time; I would have thought VSCode extensions are even higher value targets.
What are the malicious behaviours? The article is very vague.
‘Material Theme – Free’ and ‘Material Theme Icons – Free,’
Breaking: software with “free” in the name turns out to be malicious
“We just had an outdated sanity.io dependency used since 2016 to show release notes from sanity headless CMS, that was the only issue they found.”
“That dependency has been there since 2016 and passed every check since then, now it looks compromised but NO ONE from Microsoft reached us to remove it. They just pulled down everything causing issues to millions of users, and causing a loop in vscode (yep, it’s their fault)”
If the dependency has been compromised then extensions that use that dependency and ship compromised code are also compromised. Its a transitive property if it ships bad code.
With that in mind Microsoft yoinking the extension from the market place and user devices seems reasonable. But what was the “loop” they mention?
But what was the “loop” they mention?
The linked issue comment has the info about it
Letting you know that VSCode is unable to uninstall the extension. It prompts me to uninstall, but when I confirm the window refreshes and the extension is still there, triggering the same “is problematic” prompt. This is an infinite loop. Same behavior when trying to uninstall the usual way from the extensions panel.
Well that’s not ideal.
Thank you :)