summaryrefslogtreecommitdiff
blob: 4ec6ec441beb150714c2998df5b5e495093232d2 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201311-03">
  <title>Quassel: Multiple Vulnerabilities</title>
  <synopsis>Two vulnerabilities in Quassel may result in Denial of Service or
    SQL injection.
  </synopsis>
  <product type="ebuild">quassel</product>
  <announced>2013-11-07</announced>
  <revised count="1">2013-11-07</revised>
  <bug>338879</bug>
  <bug>487632</bug>
  <access>remote</access>
  <affected>
    <package name="net-irc/quassel" auto="yes" arch="*">
      <unaffected range="ge">0.9.1</unaffected>
      <vulnerable range="lt">0.9.1</vulnerable>
    </package>
  </affected>
  <background>
    <p>Quassel is a Qt4/KDE4 IRC client suppporting a remote daemon for 24/7
      connectivity.
    </p>
  </background>
  <description>
    <p>Two vulnerabilities have been found in Quassel:</p>
    
    <ul>
      <li>Quassel does not properly handle multiple CTCP requests
        (CVE-2010-3443).
      </li>
      <li>Quassel, when used with certain versions of Qt and PostgreSQL, does
        not sanitize user input (CVE-2013-4422).
      </li>
    </ul>
  </description>
  <impact type="normal">
    <p>A remote attacker could send multiple CTCP requests in single private
      message, possibly resulting in a Denial of Service condition. Futhermore,
      a remote attacker may be able to execute arbitrary SQL statements.
    </p>
  </impact>
  <workaround>
    <p>There is no known workaround at this time.</p>
  </workaround>
  <resolution>
    <p>All Quassel users should upgrade to the latest version:</p>
    
    <code>
      # emerge --sync
      # emerge --ask --oneshot --verbose "&gt;=net-irc/quassel-0.9.1"
    </code>
  </resolution>
  <references>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-3443">CVE-2010-3443</uri>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-4422">CVE-2013-4422</uri>
  </references>
  <metadata tag="requester" timestamp="2011-10-07T23:37:21Z">
    keytoaster
  </metadata>
  <metadata tag="submitter" timestamp="2013-11-07T01:26:59Z">ackle</metadata>
</glsa>