7.1
CVSSv2

CVE-2007-5824

Published: 05/11/2007 Updated: 15/10/2018
CVSS v2 Base Score: 7.1 | Impact Score: 6.9 | Exploitability Score: 8.6
VMScore: 715
Vector: AV:N/AC:M/Au:N/C:N/I:N/A:C

Vulnerability Summary

webserver.c in mt-dappd in Firefly Media Server 0.2.4 and previous versions allows remote malicious users 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.

Vulnerable Product Search on Vulmon Subscribe to Product

firefly media server

Vendor Advisories

Three vulnerabilities have been discovered in the mt-daapd DAAP audio server (also known as the Firefly Media Server) The Common Vulnerabilities and Exposures project identifies the following three problems: CVE-2007-5824 Insufficient validation and bounds checking of the Authorization: HTTP header enables a heap buffer overflow, potentia ...

Exploits

#!C:\python25\python25exe """ Advisory : [UPH-07-02] mt-dappd/Firefly media server remote DoS Discovered by nnp wwwunprotectedhexcom """ import sys import socket import time if len(sysargv) != 3: sysexit(-1) kill_msg = """GET /xml-rpc?method=stats HTTP/11\r\n Authorization:\r\n\r\n""" host = sysargv[1] port = sysargv[2] pr ...