GitHub Confirms Hack Impacting 3,800 Internal Repositories

GitHub Confirms Hack Impacting 3,800 Internal Repositories

GitHub Confirms Hack Impacting 3,800 Internal Repositories

https://www.securityweek.com/github-confirms-hack-impacting-3800-internal-repositories/

Publish Date: 2026-05-20 05:28:00

Source Domain: www.securityweek.com

Microsoft-owned code-hosting platform GitHub on Wednesday morning confirmed that approximately 3,800 internal repositories were impacted in a supply chain attack.

On Tuesday, the infamous hacking group TeamPCP, known for a series of recent supply chain attacks targeting the open source software community, claimed the hack of 4,000 GitHub internal repositories.

Boasting about the incident on an underground hacking forum, the threat actor claimed the theft of source code and internal orgs, offering the allegedly stolen information to any buyer willing to pay at least $50,000 for it.

GitHub launched an investigation into the matter shortly after and roughly five hours later confirmed the attackers’ claims.

“Our current assessment is that the activity involved exfiltration of GitHub-internal repositories only. The attacker’s current claims of ~3,800 repositories are directionally consistent with our investigation so far,” GitHub said.

The code-sharing platform immediately rotated critical secrets, prioritizing highest-impact credentials first.

Advertisement. Scroll to continue reading.

“We continue to analyze logs, validate secret rotation, and monitor for any follow-on activity. We will take additional action as the investigation warrants,” GitHub said, promising a full incident report at a later date.

The intrusion, the platform said, was the result of an employee installing a poisoned VS Code extension.

GitHub did not name the extension and did not share details on the type of data the compromised employee device contained.

According to Aikido Security researcher Charlie Eriksen, VS Code extensions have full access to all data on a developer’s machine, including credentials, SSH keys, cloud keys, and all other secrets.

“Developer workstations are the number one target in supply chain attacks right now, and this is exactly why. TeamPCP has compromised Trivy, Checkmarx, Bitwarden CLI, TanStack, and now GitHub, all in…

Source