North Korea's PolinRider Campaign Has Poisoned Nearly 2,000 GitHub Repositories
North Korea-linked hackers have been quietly contaminating the tools developers use every day, according to The Hacker News.
The campaign, called PolinRider, is tied to a group known as Contagious Interview. These attackers impersonate recruiters on LinkedIn and GitHub, building fake companies with AI-generated employee profiles to appear legitimate. Developers who take the bait are tricked into running malicious code during fake job assessments.
What makes this campaign different is scale. As of April 2026, attackers had compromised 1,951 public GitHub repositories across 1,047 separate owners. They have also published 108 malicious packages across npm, Go, Composer, and one Google Chrome extension.
Here is how the infection spreads. A developer installs an infected package or opens a compromised repository in VS Code or Cursor (popular code editing tools). A hidden task file runs automatically when the folder opens. The malware then searches the developer's machine for common configuration files and injects more malicious code into them. It rewrites Git history to make those changes look like they came from the original author, so nothing appears suspicious at a glance.
The final payload delivers DEV#POPPER RAT (a remote access trojan, a tool that gives attackers control over an infected machine) and OmniStealer, which targets credentials for cloud platforms, crypto wallets, and developer tools.
If you are a developer, treat unsolicited job outreach with real scepticism. Audit any VS Code task files in your projects. Check repository activity logs, not just the visible commit history.
Sources

