VYPR

redis-server

by Redis

Source repositories

CVEs (5)

  • CVE-2026-25243HigMay 5, 2026
    risk 0.50cvss 8.8epss 0.03

    Redis is an in-memory data structure store. In versions of redis-server up to 8.6.3, the RESTORE command does not properly validate serialized values. An authenticated attacker with permission to execute RESTORE can supply a crafted serialized payload that triggers invalid…

  • CVE-2026-23479HigMay 5, 2026
    risk 0.50cvss 8.8epss 0.01

    Redis is an in-memory data structure store. In redis-server from 7.2.0 until 8.6.3, the unblock client flow does not handle an error return from `processCommandAndResetClient` when re-executing a blocked command. If a blocked client is evicted during this flow, an authenticated…

  • CVE-2020-21468HigSep 20, 2021
    risk 0.49cvss 7.5epss 0.01

    A segmentation fault in the redis-server component of Redis 5.0.7 leads to a denial of service (DOS). NOTE: the vendor cannot reproduce this issue in a released version, such as 5.0.7.

  • CVE-2026-23631HigMay 5, 2026
    risk 0.46cvss 8.1epss 0.03

    Redis is an in-memory data structure store. In all versions of redis-server with Lua scripting, an authenticated attacker can exploit the master-replica synchronization mechanism to trigger a use-after-free on replicas where replica-read-only is disabled or can be disabled,…

  • CVE-2021-32675HigOct 4, 2021
    risk 0.01cvss 7.5epss 0.17

    Redis is an open source, in-memory database that persists on disk. When parsing an incoming Redis Standard Protocol (RESP) request, Redis allocates memory according to user-specified values which determine the number of elements (in the multi-bulk header) and size of each…