Skip to content
Tech News
← Back to articles

Fake LastPass Authenticator GitHub repos push new Rapuncel infostealer

read original get YubiKey 5 NFC Security Key → more articles
Why This Matters

This campaign shows how attackers are weaponizing GitHub's search visibility and legitimate Microsoft-signed drivers to bypass endpoint security en masse, impersonating dozens of trusted brands including LastPass. It's significant because it highlights a scalable supply-chain-style attack vector—SEO-poisoned repos and abused code-signing infrastructure—that can defeat even well-regarded EDR products, putting both enterprises and consumers at risk of credential theft.

Key Takeaways
Worth a Look

YubiKey 5 NFC Security Key — With fake password-manager installers now delivering kernel-level malware, relying on software downloads alone is risky. A hardware security key like the YubiKey adds a physical authentication layer that stolen credentials or infostealers can't replicate, keeping your accounts safe even if malware slips through.

See YubiKey 5 NFC Security Key on Amazon → Affiliate link — we may earn a commission on purchases, at no extra cost to you. Product picked by AI based on this article; it is not a tested recommendation.

An ongoing malware campaign uses SEO-optimized GitHub repositories to impersonate well-known software firms to push a previously undocumented information stealer called Rapuncel.

LastPass and Delphos Labs uncovered the campaign, which they report impersonates the password manager brand and at least 39 other companies.

Alongside the Rapuncel infostealer, the repositories deliver a Microsoft-signed kernel driver that can disable 145 antivirus and endpoint detection and response (EDR) products.

The attack chain begins when victims search for LastPass Authenticator or other popular software and follow links to fake GitHub repos.

There, clicking download buttons triggers a series of redirections before reaching payload-delivery servers, where victims receive ZIP archives with their size inflated to up to 148MB to evade security scans.

The installer inside the archives is a copy of the legitimate Microsoft Visual Studio CoreCLR Debugger, 'vsdbg.exe,' renamed and configured to sideload a malicious DLL (vsdbg.dll). The installer deploys the Rapuncel infostealer as well as the Alinubx.sys kernel driver, which is used to kill antivirus software.

Malicious GitHub page

Source: LastPass

The kernel driver is disguised as an NVIDIA component named 'nvfsflt64.sys' and registers as the NvFsFilter service.

According to the researchers, the driver acts as an EDR killer that contains a hardcoded list of 145 antivirus and EDR processes that it aims to terminate.

... continue reading