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:8.0.0-2
  • maintainer: Chris Lamb (DMD)
  • arch: all any
  • std-ver: 4.7.2
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 5:5.0.14-1+deb10u2
  • o-o-sec: 5:5.0.14-1+deb10u5
  • oldstable: 5:6.0.16-1+deb11u2
  • old-sec: 5:6.0.16-1+deb11u6
  • old-bpo: 5:7.0.10-1~bpo11+1
  • stable: 5:7.0.15-1~deb12u4
  • stable-sec: 5:7.0.15-1~deb12u3
  • testing: 5:8.0.0-2
  • unstable: 5:8.0.0-2
versioned links
  • 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+deb10u5: [.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:6.0.16-1+deb11u6: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 5:7.0.10-1~bpo11+1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 5:7.0.15-1~deb12u3: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 5:7.0.15-1~deb12u4: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 5:8.0.0-2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • redis
  • redis-sentinel
  • redis-server (6 bugs: 0, 6, 0, 0)
  • redis-tools
action needed
Problems while searching for a new upstream version high
uscan had problems while searching for a new upstream version:
In debian/watch no matching files for watch line
  https://github.com/redis/redis/tags (?:.*?/)?v?(7\.0\.\d+)(?i)(?:\.(?:tar\.xz|tar\.bz2|tar\.gz|tar\.zstd?|zip|tgz|tbz|txz))
Created: 2024-10-30 Last update: 2025-06-07 15:30
2 security issues in trixie high

There are 2 open security issues in trixie.

2 important issues:
  • CVE-2025-27151: Redis is an open source, in-memory database that persists on disk. In versions starting from 7.0.0 to before 8.0.2, a stack-based buffer overflow exists in redis-check-aof due to the use of memcpy with strlen(filepath) when copying a user-supplied file path into a fixed-size stack buffer. This allows an attacker to overflow the stack and potentially achieve code execution. This issue has been patched in version 8.0.2.
  • CVE-2025-49112: setDeferredReply in networking.c in Valkey through 8.1.1 has an integer underflow for prev->size - prev->used.
Created: 2025-04-24 Last update: 2025-06-05 17:02
2 security issues in sid high

There are 2 open security issues in sid.

2 important issues:
  • CVE-2025-27151: Redis is an open source, in-memory database that persists on disk. In versions starting from 7.0.0 to before 8.0.2, a stack-based buffer overflow exists in redis-check-aof due to the use of memcpy with strlen(filepath) when copying a user-supplied file path into a fixed-size stack buffer. This allows an attacker to overflow the stack and potentially achieve code execution. This issue has been patched in version 8.0.2.
  • CVE-2025-49112: setDeferredReply in networking.c in Valkey through 8.1.1 has an integer underflow for prev->size - prev->used.
Created: 2025-05-29 Last update: 2025-06-05 17:02
5 security issues in bullseye high

There are 5 open security issues in bullseye.

1 important issue:
  • CVE-2025-49112: setDeferredReply in networking.c in Valkey through 8.1.1 has an integer underflow for prev->size - prev->used.
4 ignored issues:
  • CVE-2021-31294: Redis before 6cbea7d allows a replica to cause an assertion failure in a primary server by sending a non-administrative command (specifically, a SET command). NOTE: this was fixed for Redis 6.2.x and 7.x in 2021. Versions before 6.2 were not intended to have safety guarantees related to this.
  • 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-2024-31449: Redis is an open source, in-memory database that persists on disk. An authenticated user may use a specially crafted Lua script to trigger a stack buffer overflow in the bit library, which may potentially lead to remote code execution. The problem exists in all versions of Redis with Lua scripting. This problem has been fixed in Redis versions 6.2.16, 7.2.6, and 7.4.1. Users are advised to upgrade. There are no known workarounds for this vulnerability.
Created: 2025-06-02 Last update: 2025-06-05 17:02
2 security issues in bookworm high

There are 2 open security issues in bookworm.

2 important issues:
  • CVE-2025-27151: Redis is an open source, in-memory database that persists on disk. In versions starting from 7.0.0 to before 8.0.2, a stack-based buffer overflow exists in redis-check-aof due to the use of memcpy with strlen(filepath) when copying a user-supplied file path into a fixed-size stack buffer. This allows an attacker to overflow the stack and potentially achieve code execution. This issue has been patched in version 8.0.2.
  • CVE-2025-49112: setDeferredReply in networking.c in Valkey through 8.1.1 has an integer underflow for prev->size - prev->used.
Created: 2025-05-29 Last update: 2025-06-05 17:02
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: 2025-05-09 Last update: 2025-06-02 04:30
lintian reports 1 warning normal
Lintian reports 1 warning about this package. You should make the package lintian clean getting rid of them.
Created: 2025-05-13 Last update: 2025-05-13 16:03
debian/patches: 3 patches to forward upstream low

Among the 5 debian patches available in version 5:8.0.0-2 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: 2025-05-13 17:33
news
[rss feed]
  • [2025-06-06] redis 5:8.0.0-2 MIGRATED to testing (Debian testing watch)
  • [2025-05-13] Accepted redis 5:8.0.0-2 (source) into unstable (Chris Lamb)
  • [2025-05-12] Accepted redis 5:8.0.0-1 (source) into experimental (Chris Lamb)
  • [2025-05-11] Accepted redis 5:6.0.16-1+deb11u6 (source) into oldstable-security (Adrian Bunk)
  • [2025-05-10] Accepted redis 5:7.0.15-1~deb12u4 (source) into proposed-updates (Debian FTP Masters) (signed by: Adrian Bunk)
  • [2025-05-09] Accepted redis 5:7.0.15-3.1 (source) into unstable (Adrian Bunk)
  • [2025-02-01] Accepted redis 5:7.0.15-1~deb12u3 (source) into proposed-updates (Debian FTP Masters) (signed by: Adrian Bunk)
  • [2025-01-30] Accepted redis 5:7.0.15-1~deb12u3 (source) into stable-security (Debian FTP Masters) (signed by: Adrian Bunk)
  • [2025-01-26] redis 5:7.0.15-3 MIGRATED to testing (Debian testing watch)
  • [2025-01-21] Accepted redis 5:7.2.5-3 (source) into experimental (Chris Lamb)
  • [2025-01-21] Accepted redis 5:7.0.15-3 (source) into unstable (Chris Lamb)
  • [2025-01-20] Accepted redis 5:6.0.16-1+deb11u5 (source) into oldstable-security (Adrian Bunk)
  • [2024-12-06] Accepted redis 5:7.0.15-1~deb12u2 (source) into proposed-updates (Debian FTP Masters) (signed by: Adrian Bunk)
  • [2024-11-28] Accepted redis 5:6.0.16-1+deb11u4 (source) into oldstable-security (Adrian Bunk)
  • [2024-10-13] redis 5:7.0.15-2 MIGRATED to testing (Debian testing watch)
  • [2024-10-09] Accepted redis 5:7.2.5-2 (source) into experimental (Chris Lamb)
  • [2024-10-09] Accepted redis 5:7.0.15-2 (source) into unstable (Chris Lamb)
  • [2024-09-10] Accepted redis 5:6.0.16-1+deb11u3 (source) into oldstable-security (Chris Lamb)
  • [2024-06-04] Accepted redis 5:7.2.5-1 (source) into experimental (Chris Lamb)
  • [2024-01-31] Accepted redis 5:7.0.15-1~deb12u1 (source) into proposed-updates (Debian FTP Masters) (signed by: Chris Lamb)
  • [2024-01-29] Accepted redis 5:7.0.15-1~deb12u1 (source) into stable-security (Debian FTP Masters) (signed by: Chris Lamb)
  • [2024-01-14] redis 5:7.0.15-1 MIGRATED to testing (Debian testing watch)
  • [2024-01-09] Accepted redis 5:7.2.4-1 (source) into experimental (Chris Lamb)
  • [2024-01-09] Accepted redis 5:7.0.15-1 (source) into unstable (Chris Lamb)
  • [2023-12-02] Accepted redis 5:7.0.11-1+deb12u1 (source) into proposed-updates (Debian FTP Masters) (signed by: Chris Lamb)
  • [2023-11-04] Accepted redis 5:7.2.3-1 (source) into experimental (Chris Lamb)
  • [2023-11-03] redis 5:7.0.14-2 MIGRATED to testing (Debian testing watch)
  • [2023-10-31] Accepted redis 5:7.2.2-2 (source) into experimental (Chris Lamb)
  • [2023-10-31] Accepted redis 5:7.0.14-2 (source) into unstable (Chris Lamb)
  • [2023-10-23] Accepted redis 5:5.0.14-1+deb10u5 (source amd64 all) into oldoldstable (Chris Lamb)
  • 1
  • 2
bugs [bug history graph]
  • all: 9
  • RC: 1
  • I&N: 7
  • M&W: 0
  • F&P: 1
  • patch: 0
links
  • homepage
  • lintian (0, 1)
  • 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.15-3.1
  • 22 bugs

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