CVE-2007-4980
GCALDaemon 1.0-beta13 - Denial of Service via Large Content-Length Header
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2007-4980. PoCs published by ikki.
AI-analyzed exploit summary This exploit sends a malformed HTTP request with an excessively large Content-Length header to trigger a denial-of-service (DoS) condition in GCALDaemon <= 1.0-beta13. The exploit establishes a TCP connection and sends the crafted request, causing the target service to crash or become unresponsive.
Description
The readRequest method in org/gcaldaemon/core/http/HTTPListener.java in GCALDaemon 1.0-beta13 allows remote attackers to cause a denial of service via a large integer value in the Content-Length HTTP header, which triggers a fatal Java OutOfMemoryError.
Exploits (1)
This exploit sends a malformed HTTP request with an excessively large Content-Length header to trigger a denial-of-service (DoS) condition in GCALDaemon <= 1.0-beta13. The exploit establishes a TCP connection and sends the crafted request, causing the target service to crash or become unresponsive.