summaryrefslogtreecommitdiff
path: root/metadata/glsa/glsa-200712-18.xml
blob: ac3821eddadb6fd2fb71dbb6c6fb6dae7cfa9dd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200712-18">
  <title>Multi-Threaded DAAP Daemon: Multiple vulnerabilities</title>
  <synopsis>
    Multiple vulnerabilities in the web server in the Multi-Threaded DAAP
    Daemon may lead to the remote execution of arbitrary code.
  </synopsis>
  <product type="ebuild">mt-daapd</product>
  <announced>2007-12-29</announced>
  <revised count="01">2007-12-29</revised>
  <bug>200110</bug>
  <access>remote</access>
  <affected>
    <package name="media-sound/mt-daapd" auto="yes" arch="*">
      <unaffected range="ge">0.2.4.1</unaffected>
      <vulnerable range="lt">0.2.4.1</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    Multi-Threaded DAAP Daemon (mt-daapd), also known as the Firefly Media
    Server, is a software to serve digital music to the Roku Soundbridge
    and Apple's iTunes.
    </p>
  </background>
  <description>
    <p>
    nnp discovered multiple vulnerabilities in the XML-RPC handler in the
    file webserver.c. The ws_addarg() function contains a format string
    vulnerability, as it does not properly sanitize username and password
    data from the "Authorization: Basic" HTTP header line (CVE-2007-5825).
    The ws_decodepassword() and ws_getheaders() functions do not correctly
    handle empty Authorization header lines, or header lines without a ':'
    character, leading to NULL pointer dereferences (CVE-2007-5824).
    </p>
  </description>
  <impact type="high">
    <p>
    A remote attacker could send specially crafted HTTP requests to the web
    server in the Multi-Threaded DAAP Daemon, possibly leading to the
    execution of arbitrary code with the privileges of the user running the
    web server or a Denial of Service.
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time.
    </p>
  </workaround>
  <resolution>
    <p>
    All Multi-Threaded DAAP Daemon users should upgrade to the latest
    version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "&gt;=media-sound/mt-daapd-0.2.4.1"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-5824">CVE-2007-5824</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-5825">CVE-2007-5825</uri>
  </references>
  <metadata tag="requester" timestamp="2007-12-18T21:05:33Z">
    rbu
  </metadata>
  <metadata tag="submitter" timestamp="2007-12-23T20:01:54Z">
    rbu
  </metadata>
  <metadata tag="bugReady" timestamp="2007-12-23T20:02:16Z">
    rbu
  </metadata>
</glsa>