summaryrefslogtreecommitdiff
blob: 0dc5e402d91460c41194c43cb14e08f0668d34fe (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="202103-02">
  <title>Redis: Remote code execution</title>
  <synopsis>A vulnerability in Redis could lead to remote code execution.</synopsis>
  <product type="ebuild">redis</product>
  <announced>2021-03-31</announced>
  <revised count="1">2021-03-31</revised>
  <bug>773328</bug>
  <access>local, remote</access>
  <affected>
    <package name="dev-db/redis" auto="yes" arch="*">
      <unaffected range="ge">5.0.12</unaffected>
      <unaffected range="ge">6.0.12</unaffected>
      <vulnerable range="lt">6.0.12</vulnerable>
    </package>
  </affected>
  <background>
    <p>Redis is an open source (BSD licensed), in-memory data structure store,
      used as a database, cache and message broker.
    </p>
  </background>
  <description>
    <p>It was discovered that there were a number of integer overflow issues in
      Redis.
    </p>
  </description>
  <impact type="normal">
    <p>A remote attacker, able to connect to a Redis instance, could send a
      malicious crafted large request possibly resulting in the execution of
      arbitrary code with the privileges of the process or a Denial of Service
      condition.
    </p>
  </impact>
  <workaround>
    <p>There is no known workaround at this time.</p>
  </workaround>
  <resolution>
    <p>All Redis 5.x users should upgrade to the latest version:</p>
    
    <code>
      # emerge --sync
      # emerge --ask --oneshot --verbose "&gt;=dev-db/redis-5.0.12"
    </code>
    
    <p>All Redis 6.x users should upgrade to the latest version:</p>
    
    <code>
      # emerge --sync
      # emerge --ask --oneshot --verbose "&gt;=dev-db/redis-6.0.12"
    </code>
    
  </resolution>
  <references>
    <uri link="https://nvd.nist.gov/vuln/detail/CVE-2021-21309">CVE-2021-21309</uri>
  </references>
  <metadata tag="requester" timestamp="2021-03-31T11:56:33Z">whissi</metadata>
  <metadata tag="submitter" timestamp="2021-03-31T12:15:15Z">whissi</metadata>
</glsa>