summaryrefslogtreecommitdiff
path: root/metadata/glsa/glsa-201603-03.xml
blob: 1d823644f16e202e5d25105799321acbc2b9cec6 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201603-03">
  <title>Roundcube: Multiple Vulnerabilities</title>
  <synopsis>Multiple vulnerabilities have been found in Roundcube allowing
    remote authenticated users to execute arbitrary code, inject arbitrary web
    scripts, and perform cross-site scripting (XSS).
  </synopsis>
  <product type="ebuild">roundcube</product>
  <announced>2016-03-09</announced>
  <revised count="1">2016-03-09</revised>
  <bug>554866</bug>
  <bug>564476</bug>
  <bug>570336</bug>
  <access>remote</access>
  <affected>
    <package name="mail-client/roundcube" auto="yes" arch="*">
      <unaffected range="ge">1.1.4</unaffected>
      <vulnerable range="lt">1.1.4</vulnerable>
    </package>
  </affected>
  <background>
    <p>Free and open source webmail software for the masses, written in PHP.</p>
  </background>
  <description>
    <p>Remote authenticated users with certain permissions can read arbitrary
      files or possibly execute arbitrary code via .. in the _skin parameter to
      index.php.  Additionally, a cross-site scripting (XSS) vulnerability in
      program/js/app.js allows remote authenticated users to inject arbitrary
      web script or HTML via the file name in a drag-n-drop file upload.
    </p>
  </description>
  <impact type="high">
    <p>A remote authenticated user could possibly execute arbitrary code with
      the privileges of the process, inject arbitrary web scripts or HTML, read
      arbitrary files, or perform XSS.
    </p>
  </impact>
  <workaround>
    <p>There is no known workaround at this time.</p>
  </workaround>
  <resolution>
    <p>All Roundcube users should upgrade to the latest version:</p>
    
    <code>
      # emerge --sync
      # emerge --ask --oneshot --verbose "&gt;=mail-client/roundcube-1.1.4”
    </code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-8105">
      CVE-2015-8105
    </uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-8770">
      CVE-2015-8770
    </uri>
  </references>
  <metadata tag="requester" timestamp="2016-02-08T20:35:16Z">K_F</metadata>
  <metadata tag="submitter" timestamp="2016-03-09T09:28:53Z">b-man</metadata>
</glsa>