GitHub has rapidly addressed a critical remote code execution vulnerability, tracked as CVE-2026-3854, that threatened its core git push pipeline. The flaw, reported via GitHub's Bug Bounty program on March 4, 2026, could have allowed any user with push access to a repository to execute arbitrary commands on GitHub servers.
Researchers at Wiz discovered the vulnerability by exploiting how user-supplied git push options were processed. These options, intended for metadata, lacked sufficient sanitization, allowing attackers to inject malicious fields. This injection could override server environments, bypass security sandboxing, and ultimately lead to command execution.
