icon

Digital safety starts here for both commercial and personal Use...

Defend Your Business Against the Latest WNY Cyber Threats We offer Safe, Secure and Affordable Solutions for your Business and Personal Networks and Devices.



WNYCyber is there to help you to choose the best service providers in Western New York... We DO NOT provide the services ourselves, as we are Internet Programmers who have to deak daily with Cyber Threats... (Ugghhh)... So we know what it's like and what it takes to protect OUR and OUR CUSTOMERS DATA... We built this Website to help steer you to those that can give you the best service at realistic and non-inflated prices. We do charge or collect any fees.

15,000 Go Module Repositories on GitHub Vulnerable to Repojacking Attack

Cyber Security Threat Summary:
A new report by VulnCheck indicates that over 15,000 Go module repositories on GitHub are vulnerable to Repojacking attacks. In such attacks, actors take advantage of GitHub username changes and account deletions to create a repository with the same name and the pre-existing username to trick unsuspecting users. Unlike other package manager solutions like npm or PyPI which require developers to create accounts to upload their packages, the Go module ecosystem is decentralized making it more susceptible to Repojacking, allowing actors easily to conduct software supply chain attacks.

Security Officer Comments:
GitHub has a feature called ‘popular repository namespace retirement’ which is designed to block attempts to create repositories with the names of retired namespaces that have been cloned more than 100 times prior to the owners' accounts being renamed or deleted. However, some popular Go-based modules could be cloned less than 100 times, allowing actors to bypass this defense. With 15,000 Go module repositories on GitHub, this leaves ample opportunity for actors to launch successful Repojacking attacks.

Suggested Correction(s):
Developers should be more careful about the modules they use by verifying their authenticity and origin. Before deleting an account, owners should also consider archiving associated repositories. This will help maintain a history of the repository, allowing developers to identify suspicious activity, in the event of a repojacking attack.

Link(s):
https://thehackernews.com/2023/12/15000-go-module-repositories-on-github.html