North Korean hackers target Python devs with malware disguised as coding tests — hack has been underway for a year
(www.tomshardware.com)
from BrikoX@lemmy.zip to cybersecurity@sh.itjust.works on 13 Sep 2024 15:07
https://lemmy.zip/post/22677778
from BrikoX@lemmy.zip to cybersecurity@sh.itjust.works on 13 Sep 2024 15:07
https://lemmy.zip/post/22677778
Fake Python job opportunities used to attack programmers
threaded - newest
Strange. When I shared the permalink of this Lemmy post on Discord, it embedded the wrong title and thumbnail…
“After 30 Years, Linux Finally Hits 3% Market Share”
I noticed this today too, no idea what is going on. Need to reach out to the instance admin, since it’s only happening on my instance as far as I can see.
For anyone who’s brain is stuck in QA mode, they mean “coding skills test,” not some tool to test code.
I read the entire article with the wrong paradigm and got confused when I didn’t see the vector for infection.
So, a supply chain attack or they’re sending you code to run?
Virtual environments are not isolated sandboxes. This is not a security feature. Do not expect any kind of safety by running things in a venv.
I’m assuming they just send you a zip file with an ‘existing codebase’ where somewhere in a hidden dependency a bit of code does something nefarious when you first run the project. You don’t even need root access to do something bad, your whole home directory is interesting enough as it is (emails, SSH keys, saved browser passwords, etc).
Not everyone is going to do a coding test in a separate account or in a VM.