Tuesday, August 11, 2026
LIVEThe Unrelenting Cyber Battle: Hacking Threats and the Imperative of Robust Data Protection///Navigating the Cyber Labyrinth: Bolstering Defenses Against Evolving Hacking Threats///The Dual Front War: Battling Hacking and Bolstering Data Protection in the Digital Age///The Ever-Evolving Cyber Threat Landscape: Navigating Hacking and Fortifying Data Protection///The Unseen Battle: Fortifying Data in an Age of Relentless Hacking///The Unseen War: Hacking's Relentless Advance and the Imperative of Data Protection///The Evolving Threat Landscape: Hacking, Data Protection, and the Imperative for Proactive Security///Navigating the Digital Minefield: Bolstering Data Protection in an Era of Relentless Hacking///The Dual Fronts of Digital Defense: Combating Hacking and Fortifying Data Protection///Hacking's New Frontier: Fortifying Data Protection in the Age of Advanced Cyber Threats///The Dual Front: Navigating Hacking Threats and Fortifying Data Protection in the Digital Age///Navigating the Digital Gauntlet: The Evolving Nexus of Hacking and Data Protection///The Unrelenting Cyber Battle: Hacking Threats and the Imperative of Robust Data Protection///Navigating the Cyber Labyrinth: Bolstering Defenses Against Evolving Hacking Threats///The Dual Front War: Battling Hacking and Bolstering Data Protection in the Digital Age///The Ever-Evolving Cyber Threat Landscape: Navigating Hacking and Fortifying Data Protection///The Unseen Battle: Fortifying Data in an Age of Relentless Hacking///The Unseen War: Hacking's Relentless Advance and the Imperative of Data Protection///The Evolving Threat Landscape: Hacking, Data Protection, and the Imperative for Proactive Security///Navigating the Digital Minefield: Bolstering Data Protection in an Era of Relentless Hacking///The Dual Fronts of Digital Defense: Combating Hacking and Fortifying Data Protection///Hacking's New Frontier: Fortifying Data Protection in the Age of Advanced Cyber Threats///The Dual Front: Navigating Hacking Threats and Fortifying Data Protection in the Digital Age///Navigating the Digital Gauntlet: The Evolving Nexus of Hacking and Data Protection///
Subscribe
Cyber Security
Independent · Digital
Thehackingpost
CybersecurityAI-assisted

ForceMemo Hijacks GitHub Accounts, Backdoors Python Repos

ForceMemo is an active software supply chain campaign that compromises GitHub accounts and backdoors Python repositories via force-pushed commits appearing legitimate in the web UI.

ForceMemo is an active software supply chain campaign that compromises GitHub accounts and backdoors Python repositories via force-pushed commits appearing legitimate in the web UI.

The campaign utilizes the GlassWorm’s stolen-token ecosystem and employs the Solana blockchain for command-and-control (C2) communication, complicating detection and takedown efforts.

The attacker targets various Python projects, including:

Django applications Machine learning research repositories Streamlit dashboards Flask APIs GitHub-installed packages executing setup.py , main.py , or app.py during installation or runtime

StepSecurity’s threat intelligence team is monitoring ForceMemo as an ongoing operation that has compromised numerous GitHub accounts, injecting identical Python malware into multiple repositories since March 8, 2026.

Developers running pip install from a compromised repository or executing cloned code will trigger the malicious payload.

Developers running pip install from a compromised repository or executing cloned code will trigger the malicious payload.
Derek Vaughn · Thehackingpost

ForceMemo exploits stolen developer credentials from the GlassWorm malware, which is distributed via malicious VS Code and Cursor extensions. The malware searches for GitHub tokens in credential helpers, editor storage, and environment variables before exfiltrating them to attacker-controlled infrastructure.

Once a GitHub account is compromised, all repositories associated with that account are typically affected, indicating account-wide rather than repository-specific targeting. Evidence of this campaign includes automated backdooring of repositories under accounts such as BierOne, wecode-bootcamp-korea, and HydroRoll-Team.

ForceMemo utilizes git history rewriting instead of visible malicious commits or pull requests, making detection challenging. The attacker uses the account's own credentials, causing the push to appear as if it originated from the repository owner.

The injected Python code is heavily obfuscated using multiple encryption methods and a fixed marker variable. The malware queries a specific Solana wallet for instructions, bypassing traditional C2 domains.

Advertisement

When executed, the payload performs DNS lookups to Solana RPC endpoints, fetches a payload URL from the blockchain, downloads Node.js, and executes an encrypted JavaScript payload. The final payload is likely a credential stealer targeting browser extensions, cookies, and SSH keys.

On-chain analysis indicates activity from the Solana wallet associated with ForceMemo since November 27, 2025, with several transactions and rotating payload server IPs.

To mitigate risks, security teams should verify that the default branch matches the last known good commit, monitor for unexplained author-committer date gaps, and look for lzcdrtfxyqiplpd in GitHub code searches. Implementing egress-monitoring solutions is also recommended to detect anomalous network activity.

Based on reporting by GBHackers.

AI transparency. This article was produced with the assistance of artificial intelligence and published under human editorial oversight. AI systems can make mistakes. Read how we use AI (EU AI Act, Art. 50).
Related Stories