CVE-2007-5824
Firefly Media Server <= 0.2.4 - Denial of Service via Malformed Authorization Header
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2007-5824. PoCs published by nnp.
AI-analyzed exploit summary This exploit sends a malformed HTTP request to the Firefly media server (mt-dappd) to trigger a remote denial-of-service (DoS) condition. It repeatedly sends a crafted 'GET' request with an empty 'Authorization' header, causing the server to crash.
Description
webserver.c in mt-dappd in Firefly Media Server 0.2.4 and earlier allows remote attackers to cause a denial of service (NULL dereference and daemon crash) via a stats method action to /xml-rpc with (1) an empty Authorization header line, which triggers a crash in the ws_decodepassword function; or (2) a header line without a ':' character, which triggers a crash in the ws_getheaders function.
Exploits (1)
This exploit sends a malformed HTTP request to the Firefly media server (mt-dappd) to trigger a remote denial-of-service (DoS) condition. It repeatedly sends a crafted 'GET' request with an empty 'Authorization' header, causing the server to crash.