A backdoor in a LinkedIn job offer
- Security
- Careers
- Developer Tools
- Platforms
The post walks through a social engineering attack aimed at software engineers looking for work. A supposed recruiter on LinkedIn sent a candidate a public GitHub repository and asked them to investigate a dependency problem. The bait was specific enough to feel like a real interview task. Hidden in the repo was a malicious npm `prepare` script, so a routine `npm install` would immediately run attacker-controlled code and turn the machine into a remote-access foothold.
Treat every interview repo, install command, and “quick technical task” as untrusted code. If your company hires engineers or asks candidates to run code, tighten your process now or you are training people into exactly the workflow attackers are exploiting.
-
roman.pt
- Discuss on HN