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
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-07-17 22:02
4 security issues in trixie high

There are 4 open security issues in trixie.

4 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-32023: Redis is an open source, in-memory database that persists on disk. From 2.8 to before 8.0.3, 7.4.5, 7.2.10, and 6.2.19, an authenticated user may use a specially crafted string to trigger a stack/heap out of bounds write on hyperloglog operations, potentially leading to remote code execution. The bug likely affects all Redis versions with hyperloglog operations implemented. This vulnerability is fixed in 8.0.3, 7.4.5, 7.2.10, and 6.2.19. An additional workaround to mitigate the problem without patching the redis-server executable is to prevent users from executing hyperloglog operations. This can be done using ACL to restrict HLL commands.
  • CVE-2025-48367: Redis is an open source, in-memory database that persists on disk. An unauthenticated connection can cause repeated IP protocol errors, leading to client starvation and, ultimately, a denial of service. This vulnerability is fixed in 8.0.3, 7.4.5, 7.2.10, and 6.2.19.
  • 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-07-17 22:02
1 security issue in sid high

There is 1 open security issue in sid.

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.
Created: 2025-05-29 Last update: 2025-07-17 22:02
4 security issues in bookworm high

There are 4 open security issues in bookworm.

2 important issues:
  • CVE-2025-32023: Redis is an open source, in-memory database that persists on disk. From 2.8 to before 8.0.3, 7.4.5, 7.2.10, and 6.2.19, an authenticated user may use a specially crafted string to trigger a stack/heap out of bounds write on hyperloglog operations, potentially leading to remote code execution. The bug likely affects all Redis versions with hyperloglog operations implemented. This vulnerability is fixed in 8.0.3, 7.4.5, 7.2.10, and 6.2.19. An additional workaround to mitigate the problem without patching the redis-server executable is to prevent users from executing hyperloglog operations. This can be done using ACL to restrict HLL commands.
  • CVE-2025-48367: Redis is an open source, in-memory database that persists on disk. An unauthenticated connection can cause repeated IP protocol errors, leading to client starvation and, ultimately, a denial of service. This vulnerability is fixed in 8.0.3, 7.4.5, 7.2.10, and 6.2.19.
2 issues left for the package maintainer to handle:
  • CVE-2025-27151: (needs triaging) 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: (postponed; to be fixed through a stable update) setDeferredReply in networking.c in Valkey through 8.1.1 has an integer underflow for prev->size - prev->used.

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

Created: 2025-05-29 Last update: 2025-07-17 22:02
A new upstream version is available: refs/tags/8.2-rc1-int high
A new upstream version refs/tags/8.2-rc1-int is available, you should consider packaging it.
Created: 2025-07-13 Last update: 2025-07-17 18:01
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: 5 patches to forward upstream low

Among the 7 debian patches available in version 5:8.0.2-2 of the package, we noticed the following issues:

  • 5 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-07-13 11:33
testing migrations
  • excuses:
    • Migration status for redis (5:8.0.0-2 to 5:8.0.2-3): BLOCKED: Needs an approval (either due to a freeze, the source suite or a manual hint)
    • Issues preventing migration:
    • ∙ ∙ blocked by freeze: is a key package (Follow the freeze policy when applying for an unblock)
    • ∙ ∙ Waiting for piuparts test results (stalls migration) - https://piuparts.debian.org/sid/source/r/redis.html
    • ∙ ∙ autopkgtest for cachelib/0.13.0-2: amd64: Test in progress, arm64: Test in progress, armel: Test in progress, armhf: Test in progress, i386: Test in progress, ppc64el: Test in progress, riscv64: Pass, s390x: Test in progress
    • ∙ ∙ autopkgtest for debusine: amd64: Test in progress, arm64: Test in progress, armel: Test in progress, armhf: Test in progress, i386: Test in progress, ppc64el: Test in progress, riscv64: Test in progress, s390x: Test in progress
    • ∙ ∙ autopkgtest for diaspora-installer: amd64: Test in progress, arm64: Test in progress, armel: Test in progress, armhf: Test in progress, i386: Test in progress, ppc64el: Test in progress, riscv64: Test in progress, s390x: Test in progress
    • ∙ ∙ autopkgtest for django-q/1.7.4-2: amd64: Test in progress, arm64: Test in progress, armel: Test in progress, armhf: Test in progress, i386: Test in progress, ppc64el: Test in progress, riscv64: Pass, s390x: Test in progress
    • ∙ ∙ autopkgtest for django-redis: amd64: Test in progress, arm64: Test in progress, armel: Test in progress, armhf: Test in progress, i386: Test in progress, ppc64el: Test in progress, riscv64: Test in progress, s390x: Test in progress
    • ∙ ∙ autopkgtest for golang-github-stvp-tempredis: amd64: Test in progress, arm64: Test in progress, armel: Test in progress, armhf: Test in progress, i386: Test in progress, ppc64el: Test in progress, riscv64: Test in progress, s390x: Test in progress
    • ∙ ∙ autopkgtest for mirrorbits: amd64: Test in progress, arm64: Test in progress, armel: Test in progress, armhf: Test in progress, i386: Test in progress, ppc64el: Test in progress, riscv64: Test in progress, s390x: Test in progress
    • ∙ ∙ autopkgtest for php-doctrine-cache: amd64: Test in progress, arm64: Test in progress, armel: Test in progress, armhf: Test in progress, i386: Test in progress, ppc64el: Test in progress, riscv64: Test in progress, s390x: Test in progress
    • ∙ ∙ autopkgtest for php-matomo-doctrine-cache: amd64: Test in progress, arm64: Test in progress, armel: Test in progress, armhf: Test in progress, i386: Test in progress, ppc64el: Test in progress, riscv64: Test in progress, s390x: Test in progress
    • ∙ ∙ autopkgtest for php-nrk-predis: amd64: Test in progress, arm64: Test in progress, armel: Test in progress, armhf: Test in progress, i386: Test in progress, ppc64el: Test in progress, riscv64: Test in progress, s390x: Test in progress
    • ∙ ∙ autopkgtest for proftpd-dfsg: amd64: Test in progress, arm64: Test in progress, armel: Test in progress (will not be considered a regression), armhf: Test in progress (will not be considered a regression), i386: Test in progress, ppc64el: Test in progress, riscv64: Test in progress, s390x: Test in progress
    • ∙ ∙ autopkgtest for python-channels-redis: amd64: Test in progress, arm64: Test in progress, armel: Test in progress, armhf: Test in progress, i386: Test in progress, ppc64el: Test in progress, riscv64: Test in progress, s390x: Test in progress
    • ∙ ∙ autopkgtest for python-django-ratelimit: amd64: Test in progress, arm64: Test in progress, armel: Test in progress, armhf: Test in progress, i386: Test in progress, ppc64el: Test in progress, riscv64: Test in progress, s390x: Test in progress
    • ∙ ∙ autopkgtest for python-django-structlog: amd64: Test in progress, arm64: Test in progress, armel: Test in progress, armhf: Test in progress, i386: Test in progress, ppc64el: Test in progress, riscv64: Test in progress, s390x: Test in progress
    • ∙ ∙ autopkgtest for python-fakeredis: amd64: Test in progress, arm64: Test in progress, armel: Test in progress, armhf: Test in progress, i386: Test in progress, ppc64el: Test in progress (will not be considered a regression), riscv64: Test in progress, s390x: Test in progress
    • ∙ ∙ autopkgtest for python-redis: amd64: Test in progress, arm64: Test in progress, armel: Test in progress, armhf: Test in progress, i386: Test in progress, ppc64el: Test in progress, riscv64: Test in progress, s390x: Test in progress
    • ∙ ∙ autopkgtest for python-rq: amd64: Test in progress, arm64: Test in progress, armel: Test in progress, armhf: Test in progress, i386: Test in progress, ppc64el: Test in progress, riscv64: Test in progress, s390x: Test in progress
    • ∙ ∙ autopkgtest for redis: amd64: Test in progress, arm64: Test in progress, armel: Test in progress, armhf: Test in progress, i386: Test in progress, ppc64el: Test in progress, riscv64: Test in progress, s390x: Test in progress
    • ∙ ∙ autopkgtest for ruby-redis-store: amd64: Test in progress, arm64: Test in progress, armel: Test in progress, armhf: Test in progress, i386: Test in progress, ppc64el: Test in progress, riscv64: Test in progress, s390x: Test in progress
    • ∙ ∙ autopkgtest for webdis: amd64: Test in progress, arm64: Test in progress, armel: Test in progress, armhf: Test in progress, i386: Test in progress, ppc64el: Test in progress, riscv64: Test in progress, s390x: Test in progress
    • ∙ ∙ Too young, only 0 of 20 days old
    • Additional info:
    • ∙ ∙ Updating redis will fix bugs in testing: #1106822, #1108975, #1108981
    • ∙ ∙ Waiting for reproducibility test results on amd64 - info ♻
    • ∙ ∙ Waiting for reproducibility test results on arm64 - info ♻
    • ∙ ∙ Waiting for reproducibility test results on armhf - info ♻
    • Not considered
news
[rss feed]
  • [2025-07-17] Accepted redis 5:8.0.2-3 (source) into unstable (Chris Lamb)
  • [2025-07-12] Accepted redis 5:6.0.16-1+deb11u7 (source) into oldstable-security (Chris Lamb)
  • [2025-07-12] Accepted redis 5:8.0.2-2 (source) into unstable (Chris Lamb)
  • [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)
  • 1
  • 2
bugs [bug history graph]
  • all: 8
  • RC: 1
  • I&N: 7
  • M&W: 0
  • F&P: 0
  • 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