summaryrefslogtreecommitdiff
blob: 1473c2d8928d249c084b0b23cc54952654dbf2c2 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="202105-05">
  <title>Mutt, NeoMutt: Denial of service</title>
  <synopsis>A vulnerability in Mutt and NeoMutt could lead to a Denial of
    Service condition.
  </synopsis>
  <product type="ebuild">mutt,neomutt</product>
  <announced>2021-05-26</announced>
  <revised count="1">2021-05-26</revised>
  <bug>788388</bug>
  <bug>788391</bug>
  <access>remote</access>
  <affected>
    <package name="mail-client/mutt" auto="yes" arch="*">
      <unaffected range="ge">2.0.7</unaffected>
      <vulnerable range="lt">2.0.7</vulnerable>
    </package>
    <package name="mail-client/neomutt" auto="yes" arch="*">
      <unaffected range="ge">20210205-r1</unaffected>
      <vulnerable range="lt">20210205-r1</vulnerable>
    </package>
  </affected>
  <background>
    <p>Mutt is a small but very powerful text-based mail client.</p>
    
    <p>NeoMutt is a command line mail reader (or MUA). It’s a fork of Mutt
      with added features.
    </p>
  </background>
  <description>
    <p>It was discovered that Mutt, and NeoMutt did not properly handle certain
      situations where an IMAP sequence set ends with a comma.
    </p>
  </description>
  <impact type="low">
    <p>A remote attacker could entice a user to connect to a malicious IMAP
      server to cause a Denial of Service condition, or other unspecified
      impacts.
    </p>
  </impact>
  <workaround>
    <p>There is no known workaround at this time.</p>
  </workaround>
  <resolution>
    <p>All Mutt users should upgrade to the latest version:</p>
    
    <code>
      # emerge --sync
      # emerge --ask --oneshot --verbose "&gt;=mail-client/mutt-2.0.7"
    </code>
    
    <p>All NeoMutt users should upgrade to the latest version:</p>
    
    <code>
      # emerge --sync
      # emerge --ask --oneshot --verbose "&gt;=mail-client/neomutt-20210205-r1"
    </code>
    
  </resolution>
  <references>
    <uri link="https://nvd.nist.gov/vuln/detail/CVE-2021-32055">CVE-2021-32055</uri>
  </references>
  <metadata tag="requester" timestamp="2021-05-25T22:00:56Z">whissi</metadata>
  <metadata tag="submitter" timestamp="2021-05-26T07:46:31Z">whissi</metadata>
</glsa>