summaryrefslogtreecommitdiff
blob: 1f1624e337cf3a8888dc753bf1489a93edc1d569 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201201-04">
  <title>Logsurfer: Arbitrary code execution</title>
  <synopsis>A double-free flaw in Logsurfer allows a remote attacker to execute
    arbitrary code.
  </synopsis>
  <product type="ebuild">Logsurfer</product>
  <announced>2012-01-20</announced>
  <revised count="1">2012-01-20</revised>
  <bug>387397</bug>
  <access>remote</access>
  <affected>
    <package name="app-admin/logsurfer+" auto="yes" arch="*">
      <unaffected range="ge">1.8</unaffected>
      <vulnerable range="lt">1.8</vulnerable>
    </package>
  </affected>
  <background>
    <p>Logsurfer is a real time log monitoring and analysis tool.</p>
  </background>
  <description>
    <p>Logsurfer log files may contain substrings used for executing external
      commands. The prepare_exec() function in src/exec.c contains a
      double-free vulnerability.
    </p>
  </description>
  <impact type="normal">
    <p>A remote attacker could inject specially-crafted strings into a log file
      processed by Logsurfer, resulting in the execution of arbitrary code with
      the permissions of the Logsurfer user.
    </p>
  </impact>
  <workaround>
    <p>There is no known workaround at this time.</p>
  </workaround>
  <resolution>
    <p>All Logsurfer users should upgrade to the latest version:</p>
    
    <code>
      # emerge --sync
      # emerge --ask --oneshot --verbose "&gt;=app-admin/logsurfer+-1.8"
    </code>
    
  </resolution>
  <references>
    <uri link="https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-3626">
      CVE-2011-3626
    </uri>
  </references>
  <metadata timestamp="2011-11-19T12:42:58Z" tag="requester">ackle</metadata>
  <metadata timestamp="2012-01-20T18:19:29Z" tag="submitter">ackle</metadata>
</glsa>