CVE-2009-2108
git 1.4.4.5-1.6.3 - Denial of Service via Unrecognized Arguments
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2009-2108. PoCs published by Shawn O. Pearce.
AI-analyzed exploit summary This exploit leverages a denial-of-service vulnerability in Git by sending a malformed request to the git-upload-pack service, causing the daemon to enter an infinite loop. The PoC uses Perl to craft a malicious packet and sends it via netcat to the target host.
Description
git-daemon in git 1.4.4.5 through 1.6.3 allows remote attackers to cause a denial of service (infinite loop and CPU consumption) via a request containing extra unrecognized arguments.
Exploits (1)
This exploit leverages a denial-of-service vulnerability in Git by sending a malformed request to the git-upload-pack service, causing the daemon to enter an infinite loop. The PoC uses Perl to craft a malicious packet and sends it via netcat to the target host.