Published: · Region: Global · Category: cyber

Red Heron’s Gitea exploit shows how one dev tool can expose core infrastructure

A threat group known as Red Heron used a remote‑code execution flaw in the Gitea code‑hosting platform to compromise 13 organizations in six countries, stealing repositories and credentials and in one case gaining root access to a three‑node Proxmox cluster.

A targeted hacking campaign against a niche developer tool has turned into a warning for anyone who relies on self‑hosted code platforms.

Researchers say a group known as Red Heron exploited a remote‑code execution vulnerability in Gitea, a self‑hosted Git service, to compromise 13 organizations across six countries. The attackers automated a public exploit, letting them run arbitrary commands on unpatched Gitea servers.

Once they had a foothold, Red Heron stole source‑code repositories and credentials. In one Taiwanese environment, investigators report that the group escalated access to gain root control over a three‑node Proxmox virtualization cluster, the kind of system used to run multiple virtual machines on shared hardware.

That path—from a code‑hosting tool into the virtualization layer—shows how a single overlooked admin console can become a route into critical systems. Stolen repositories can expose proprietary logic or embedded keys, and compromised credentials may give attackers a way back in even after the initial bug is fixed. Root access to a Proxmox cluster means every virtual machine on it has to be treated as suspect.

The case fits a broader pattern. Instead of going directly after hardened production networks, attackers are hitting the tools developers and admins use every day, then working inward. In this campaign, a flaw in one platform used to manage code turned into leverage over core infrastructure in multiple countries.

Signals to watch now include whether more victims surface beyond the 13 already identified, whether organizations rush to patch and harden their Gitea instances, and whether Red Heron or copycat groups pivot to similar vulnerabilities in other developer and infrastructure platforms.

Sources