North America
GitHub repositories
More than 5,000 GitHub repositories were impacted by an automated malicious campaign dubbed "Megalodon," which used fake pull requests to steal sensitive information.
Supply-chain attacks targeting open-source JavaScript and Python repositories continue to surge. One recent incident prompted Microsoft-owned GitHub to warn that attackers had stolen around 3,800 internal repositories after a developer installed a poisoned Visual Studio Code extension. The supply-chain hacking group TeamPCP claimed responsibility for the attack.
Rather than modifying application code directly, the campaign inserted a malicious workflow file into repositories through GitHub Actions, GitHub's cloud-based CI/CD platform for building, testing and deploying software. In total, the Megalodon campaign reportedly executed 5,718 malicious commits across 5,561 repositories within six hours.
How it could affect your business
Once a repository owner merges a malicious commit, the malware can execute within the CI/CD pipeline and potentially spread further across connected environments. As supply-chain attacks continue to surge, organizations should strengthen code review processes, verify third-party dependencies and continuously monitor development pipelines for suspicious activity and unauthorized workflow changes.