summaryrefslogtreecommitdiff
blob: 2245b5756df7e6a575516decefbe309f03f9a2f1 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201402-15">
  <title>Roundcube: Arbitrary code execution</title>
  <synopsis>A vulnerability in Roundcube could result in arbitrary code
    execution, SQL injection, or reading of arbitrary files.
  </synopsis>
  <product type="ebuild">roundcube</product>
  <announced>2014-02-11</announced>
  <revised count="1">2014-02-11</revised>
  <bug>488954</bug>
  <access>remote</access>
  <affected>
    <package name="mail-client/roundcube" auto="yes" arch="*">
      <unaffected range="ge">0.9.5</unaffected>
      <unaffected range="rge">0.8.7</unaffected>
      <vulnerable range="lt">0.9.5</vulnerable>
    </package>
  </affected>
  <background>
    <p>Roundcube is a browser-based multilingual IMAP client with an
      application-like user interface.
    </p>
  </background>
  <description>
    <p>A vulnerability in steps/utils/save_pref.inc allows remote attackers to
      use the _session parameter to change configuration settings.
    </p>
  </description>
  <impact type="high">
    <p>A remote attacker could possibly execute arbitrary code with the
      privileges of the process, inject SQL code, or read arbitrary files.
    </p>
  </impact>
  <workaround>
    <p>There is no known workaround at this time.</p>
  </workaround>
  <resolution>
    <p>All Roundcube 0.9 users should upgrade to the latest version:</p>
    
    <code>
      # emerge --sync
      # emerge --ask --oneshot --verbose "&gt;=mail-client/roundcube-0.9.5"
    </code>
    
    <p>All Roundcube 0.8 users should upgrade to the latest version:</p>
    
    <code>
      # emerge --sync
      # emerge --ask --oneshot --verbose "&gt;=mail-client/roundcube-0.8.7"
    </code>
    
  </resolution>
  <references>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-6172">CVE-2013-6172</uri>
  </references>
  <metadata tag="requester" timestamp="2013-11-28T07:52:58Z">
    pinkbyte
  </metadata>
  <metadata tag="submitter" timestamp="2014-02-11T09:18:22Z">
    pinkbyte
  </metadata>
</glsa>