Debian Package Tracker
Register | Log in
Subscribe

redis

Persistent key-value database with network interface (metapackage)

Choose email to subscribe with

general
  • source: redis (main)
  • version: 5:7.0.9-1
  • maintainer: Chris Lamb (DMD)
  • arch: all any
  • std-ver: 4.6.1
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 3:3.2.6-3+deb9u3
  • o-o-sec: 3:3.2.6-3+deb9u9
  • o-o-bpo: 5:5.0.3-3~bpo9+2
  • oldstable: 5:5.0.14-1+deb10u2
  • old-sec: 5:5.0.14-1+deb10u3
  • old-bpo: 5:6.0.15-1~bpo10+1
  • stable: 5:6.0.16-1+deb11u2
  • stable-sec: 5:6.0.16-1+deb11u2
  • stable-bpo: 5:7.0.7-1~bpo11+1
  • testing: 5:7.0.7-1
  • unstable: 5:7.0.9-1
versioned links
  • 3:3.2.6-3+deb9u3: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 3:3.2.6-3+deb9u9: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 5:4.0.11-2~bpo9+1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 5:5.0.3-3~bpo9+2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 5:5.0.14-1+deb10u2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 5:5.0.14-1+deb10u3: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 5:6.0.15-1~bpo10+1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 5:6.0.16-1+deb11u2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 5:7.0.7-1~bpo11+1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 5:7.0.7-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 5:7.0.9-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • redis (1 bugs: 0, 0, 1, 0)
  • redis-sentinel
  • redis-server (5 bugs: 0, 5, 0, 0)
  • redis-tools
action needed
1 security issue in sid high

There is 1 open security issue in sid.

1 important issue:
  • CVE-2023-28425: Redis is an in-memory database that persists on disk. Starting in version 7.0.8 and prior to version 7.0.10, authenticated users can use the MSETNX command to trigger a runtime assertion and termination of the Redis server process. The problem is fixed in Redis version 7.0.10.
Created: 2023-03-21 Last update: 2023-03-22 22:30
5 security issues in bullseye high

There are 5 open security issues in bullseye.

1 important issue:
  • CVE-2022-36021: Redis is an in-memory database that persists on disk. Authenticated users can use string matching commands (like `SCAN` or `KEYS`) with a specially crafted pattern to trigger a denial-of-service attack on Redis, causing it to hang and consume 100% CPU time. The problem is fixed in Redis versions 6.0.18, 6.2.11, 7.0.9.
1 issue left for the package maintainer to handle:
  • CVE-2023-25155: (needs triaging) Redis is an in-memory database that persists on disk. Authenticated users issuing specially crafted `SRANDMEMBER`, `ZRANDMEMBER`, and `HRANDFIELD` commands can trigger an integer overflow, resulting in a runtime assertion and termination of the Redis server process. This problem affects all Redis versions. Patches were released in Redis version(s) 6.0.18, 6.2.11 and 7.0.9.

You can find information about how to handle this issue in the security team's documentation.

3 ignored issues:
  • CVE-2022-24735: Redis is an in-memory database that persists on disk. By exploiting weaknesses in the Lua script execution environment, an attacker with access to Redis prior to version 7.0.0 or 6.2.7 can inject Lua code that will execute with the (potentially higher) privileges of another Redis user. The Lua script execution environment in Redis provides some measures that prevent a script from creating side effects that persist and can affect the execution of the same, or different script, at a later time. Several weaknesses of these measures have been publicly known for a long time, but they had no security impact as the Redis security model did not endorse the concept of users or privileges. With the introduction of ACLs in Redis 6.0, these weaknesses can be exploited by a less privileged users to inject Lua code that will execute at a later time, when a privileged user executes a Lua script. The problem is fixed in Redis versions 7.0.0 and 6.2.7. An additional workaround to mitigate this problem without patching the redis-server executable, if Lua scripting is not being used, is to block access to `SCRIPT LOAD` and `EVAL` commands using ACL rules.
  • CVE-2022-24736: Redis is an in-memory database that persists on disk. Prior to versions 6.2.7 and 7.0.0, an attacker attempting to load a specially crafted Lua script can cause NULL pointer dereference which will result with a crash of the redis-server process. The problem is fixed in Redis versions 7.0.0 and 6.2.7. An additional workaround to mitigate this problem without patching the redis-server executable, if Lua scripting is not being used, is to block access to `SCRIPT LOAD` and `EVAL` commands using ACL rules.
  • CVE-2022-35977: Redis is an in-memory database that persists on disk. Authenticated users issuing specially crafted `SETRANGE` and `SORT(_RO)` commands can trigger an integer overflow, resulting with Redis attempting to allocate impossible amounts of memory and abort with an out-of-memory (OOM) panic. The problem is fixed in Redis versions 7.0.8, 6.2.9 and 6.0.17. Users are advised to upgrade. There are no known workarounds for this vulnerability.
Created: 2022-07-04 Last update: 2023-03-22 22:30
5 security issues in bookworm high

There are 5 open security issues in bookworm.

5 important issues:
  • CVE-2022-35977: Redis is an in-memory database that persists on disk. Authenticated users issuing specially crafted `SETRANGE` and `SORT(_RO)` commands can trigger an integer overflow, resulting with Redis attempting to allocate impossible amounts of memory and abort with an out-of-memory (OOM) panic. The problem is fixed in Redis versions 7.0.8, 6.2.9 and 6.0.17. Users are advised to upgrade. There are no known workarounds for this vulnerability.
  • CVE-2022-36021: Redis is an in-memory database that persists on disk. Authenticated users can use string matching commands (like `SCAN` or `KEYS`) with a specially crafted pattern to trigger a denial-of-service attack on Redis, causing it to hang and consume 100% CPU time. The problem is fixed in Redis versions 6.0.18, 6.2.11, 7.0.9.
  • CVE-2023-22458: Redis is an in-memory database that persists on disk. Authenticated users can issue a `HRANDFIELD` or `ZRANDMEMBER` command with specially crafted arguments to trigger a denial-of-service by crashing Redis with an assertion failure. This problem affects Redis versions 6.2 or newer up to but not including 6.2.9 as well as versions 7.0 up to but not including 7.0.8. Users are advised to upgrade. There are no known workarounds for this vulnerability.
  • CVE-2023-25155: Redis is an in-memory database that persists on disk. Authenticated users issuing specially crafted `SRANDMEMBER`, `ZRANDMEMBER`, and `HRANDFIELD` commands can trigger an integer overflow, resulting in a runtime assertion and termination of the Redis server process. This problem affects all Redis versions. Patches were released in Redis version(s) 6.0.18, 6.2.11 and 7.0.9.
  • CVE-2023-28425: Redis is an in-memory database that persists on disk. Starting in version 7.0.8 and prior to version 7.0.10, authenticated users can use the MSETNX command to trigger a runtime assertion and termination of the Redis server process. The problem is fixed in Redis version 7.0.10.
Created: 2023-01-19 Last update: 2023-03-22 22:30
The VCS repository is not up to date, push the missing commits. high
vcswatch reports that the current version of the package is not in its VCS.
Either you need to push your commits and/or your tags, or the information about the package's VCS are out of date. A common cause of the latter issue when using the Git VCS is not specifying the correct branch when the packaging is not in the default one (remote HEAD branch), which is usually "master" but can be modified in salsa.debian.org in the project's general settings with the "Default Branch" field). Alternatively the Vcs-Git field in debian/control can contain a "-b <branch-name>" suffix to indicate what branch is used for the Debian packaging.
Created: 2022-06-17 Last update: 2023-03-16 10:06
lintian reports 1 error and 4 warnings high
Lintian reports 1 error and 4 warnings about this package. You should make the package lintian clean getting rid of them.
Created: 2023-02-22 Last update: 2023-02-22 20:05
debian/patches: 3 patches to forward upstream low

Among the 5 debian patches available in version 5:7.0.9-1 of the package, we noticed the following issues:

  • 3 patches where the metadata indicates that the patch has not yet been forwarded upstream. You should either forward the patch upstream or update the metadata to document its real status.
Created: 2023-02-26 Last update: 2023-03-04 21:06
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.6.2 instead of 4.6.1).
Created: 2022-12-17 Last update: 2023-03-04 21:09
testing migrations
  • excuses:
    • Migration status for redis (5:7.0.7-1 to 5:7.0.9-1): BLOCKED: Rejected/violates migration policy/introduces a regression
    • Issues preventing migration:
    • ∙ ∙ Updating redis would introduce bugs in testing: #1033340
    • ∙ ∙ autopkgtest for python-fakeredis/1.9.0-0.1: amd64: Regression ♻ (reference ♻), arm64: Regression ♻ (reference ♻), armel: Pass, armhf: Pass, i386: Pass, ppc64el: Not a regression, s390x: Regression ♻ (reference ♻)
    • ∙ ∙ autopkgtest for redis/5:7.0.9-1: amd64: Pass, arm64: Pass, armel: Pass, armhf: Pass, i386: Pass, ppc64el: Pass, s390x: Pass
    • ∙ ∙ blocked by freeze: is a key package (Follow the freeze policy when applying for an unblock)
    • ∙ ∙ Too young, only 19 of 20 days old
    • Additional info:
    • ∙ ∙ Piuparts tested OK - https://piuparts.debian.org/sid/source/r/redis.html
    • Not considered
news
[rss feed]
  • [2023-03-13] Accepted redis 5:5.0.14-1+deb10u3 (source amd64 all) into oldstable (Chris Lamb)
  • [2023-03-04] Accepted redis 5:7.0.9-1 (source) into unstable (Chris Lamb)
  • [2023-02-22] Accepted redis 5:7.0.8-4 (source) into unstable (Chris Lamb)
  • [2023-02-13] Accepted redis 5:7.0.8-3 (source) into unstable (Chris Lamb)
  • [2023-01-30] Accepted redis 5:7.0.8-2 (source amd64 all) into unstable (Chris Lamb)
  • [2023-01-22] Accepted redis 5:7.0.8-1 (source) into unstable (Chris Lamb)
  • [2022-12-26] Accepted redis 5:7.0.7-1~bpo11+1 (source amd64 all) into bullseye-backports (Chris Lamb)
  • [2022-12-26] redis 5:7.0.7-1 MIGRATED to testing (Debian testing watch)
  • [2022-12-17] Accepted redis 5:7.0.7-1 (source) into unstable (Chris Lamb)
  • [2022-09-27] Accepted redis 5:7.0.5-1~bpo11+1 (source amd64 all) into bullseye-backports (Chris Lamb)
  • [2022-09-27] redis 5:7.0.5-1 MIGRATED to testing (Debian testing watch)
  • [2022-09-23] Accepted redis 5:7.0.5-1 (source) into unstable (Chris Lamb)
  • [2022-08-20] Accepted redis 5:7.0.4-1~bpo11+1 (source amd64 all) into bullseye-backports (Chris Lamb)
  • [2022-08-20] redis 5:7.0.4-1 MIGRATED to testing (Debian testing watch)
  • [2022-07-18] Accepted redis 5:7.0.4-1 (source) into unstable (Chris Lamb)
  • [2022-07-16] Accepted redis 5:7.0.3-1 (source) into unstable (Chris Lamb)
  • [2022-06-19] Accepted redis 5:7.0.2-2 (source) into unstable (Chris Lamb)
  • [2022-06-17] Accepted redis 5:7.0.2-1 (source) into unstable (Chris Lamb)
  • [2022-06-17] Accepted redis 5:7.0.1-4 (source) into unstable (Chris Lamb)
  • [2022-06-16] Accepted redis 5:7.0.1-3 (source) into experimental (Chris Lamb)
  • [2022-06-14] Accepted redis 5:7.0.1-2 (source) into experimental (Chris Lamb)
  • [2022-06-11] Accepted redis 5:7.0.1-1 (source) into experimental (Chris Lamb)
  • [2022-06-11] Accepted redis 5:6.0.16-4~bpo11+1 (source amd64 all) into bullseye-backports (Chris Lamb)
  • [2022-06-11] redis 5:6.0.16-4 MIGRATED to testing (Debian testing watch)
  • [2022-05-27] Accepted redis 5:6.0.16-4 (source) into unstable (Chris Lamb)
  • [2022-05-22] Accepted redis 5:6.0.16-3 (source) into unstable (Chris Lamb)
  • [2022-04-30] Accepted redis 5:7.0.0-1 (source) into experimental (Chris Lamb)
  • [2022-04-14] Accepted redis 5:7.0~rc3-1 (source) into experimental (Chris Lamb)
  • [2022-03-10] Accepted redis 5:6.0.16-2~bpo11+1 (source amd64 all) into bullseye-backports (Chris Lamb)
  • [2022-03-10] redis 5:6.0.16-2 MIGRATED to testing (Debian testing watch)
  • 1
  • 2
bugs [bug history graph]
  • all: 8
  • RC: 2
  • I&N: 5
  • M&W: 1
  • F&P: 0
  • patch: 0
links
  • homepage
  • lintian (1, 4)
  • buildd: logs, checks, reproducibility, cross
  • popcon
  • browse source code
  • edit tags
  • other distros
  • security tracker
  • screenshots
  • debian patches
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 5:7.0.8-4
  • 23 bugs

Debian Package Tracker — Copyright 2013-2018 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing