summaryrefslogtreecommitdiff
blob: bb275e96d68209d98ae698a74483587f6d363ceb (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200603-03">
  <title>MPlayer: Multiple integer overflows</title>
  <synopsis>
    MPlayer is vulnerable to integer overflows in FFmpeg and ASF decoding that
    could potentially result in the execution of arbitrary code.
  </synopsis>
  <product type="ebuild">MPlayer</product>
  <announced>2006-03-04</announced>
  <revised count="02">2006-06-21</revised>
  <bug>115760</bug>
  <bug>122029</bug>
  <access>remote</access>
  <affected>
    <package name="media-video/mplayer" auto="yes" arch="*">
      <unaffected range="ge">1.0.20060217</unaffected>
      <unaffected range="ge">1.0_pre8</unaffected>
      <vulnerable range="lt">1.0.20060217</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    MPlayer is a media player capable of handling multiple multimedia file
    formats.
    </p>
  </background>
  <description>
    <p>
    MPlayer makes use of the FFmpeg library, which is vulnerable to a heap
    overflow in the avcodec_default_get_buffer() function discovered by
    Simon Kilvington (see GLSA 200601-06). Furthermore, AFI Security
    Research discovered two integer overflows in ASF file format decoding,
    in the new_demux_packet() function from libmpdemux/demuxer.h and the
    demux_asf_read_packet() function from libmpdemux/demux_asf.c.
    </p>
  </description>
  <impact type="normal">
    <p>
    An attacker could craft a malicious media file which, when opened using
    MPlayer, would lead to a heap-based buffer overflow. This could result
    in the execution of arbitrary code with the permissions of the user
    running MPlayer.
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time.
    </p>
  </workaround>
  <resolution>
    <p>
    All MPlayer users should upgrade to the latest version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "&gt;=media-video/mplayer-1.0.20060217"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-4048">CVE-2005-4048</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0579">CVE-2006-0579</uri>
    <uri link="https://www.gentoo.org/security/en/glsa/glsa-200601-06.xml">GLSA 200601-06</uri>
  </references>
  <metadata tag="submitter" timestamp="2006-03-04T11:56:49Z">
    koon
  </metadata>
  <metadata tag="bugReady" timestamp="2006-03-04T11:56:59Z">
    koon
  </metadata>
</glsa>