Redis is an open source, in-memory database that persists on disk. Versions 8.2.1 and below allow an authenticated user to use a specially crafted Lua script to manipulate the garbage collector, trigger a use-after-free and potentially lead to remote code execution. The problem exists in all versions of Redis with Lua scripting. This issue is fixed in version 8.2.2. To workaround this issue without patching the redis-server executable is to prevent users from executing Lua scripts. This can be done using ACL to restrict EVAL and EVALSHA commands.
総合評価: CVE-2025-49844 は高リスク(75/100)。CVSS 深刻度は重大。悪用される可能性が高い(EPSS 86.77%、100 パーセンタイル) 根拠: EPSS 上、短期間での悪用可能性は高い水準です。 推奨対応: 悪用可能性が高いため、影響範囲の確認と修補の優先付けを推奨します。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-29 | 86.27% | 86.77% | +0.50% |
| 2 | 2026-06-15 | 11.11% | 86.27% | +75.16% |
| 3 | 2026-05-21 | — | 11.11% | — |
EPSS の全履歴 (全 29 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 9.9 | 3.1 | CRITICAL |
|
3.1 | 6.0 | [email protected] |
| 9.9 | 3.1 | CRITICAL |
|
3.1 | 6.0 | [email protected] |
| vendor | priority | summary | link |
|---|---|---|---|
alpine
|
— | CVE-2025-49844: 3 source package rows (redict, redis, valkey); 104 state rows across 8 repos (3.19-main, 3.20-main, 3.21-main, 3.22-community, 3.22-main, 3.23-community, edge-community, edge-main); fixed 19, open 85. | https://security.alpinelinux.org/vuln/CVE-2025-49844 |
debian
|
not yet assigned | CVE-2025-49844 not yet assigned priority: Debian including 3 source packages (redict, redis, valkey), 10 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): resolved 10. | https://security-tracker.debian.org/tracker/CVE-2025-49844 |
redhat
|
high | — | https://access.redhat.com/security/cve/CVE-2025-49844 |
suse
|
critical | CVE-2025-49844 severity critical: SUSE including 33 source package names (8.0.6-2.44:valkey-8.0.6-150600.13.17.1, docker-27.5.1_ce-slfo.1.1_2.1, …), 113 product×package rows across 51 product lines (Container private-registry/harbor-valkey, Image SL-Micro-Azure, … (51 product lines)): Fixed 104, Known Not Affected 6, First Fixed 3. | https://www.suse.com/security/cve/CVE-2025-49844/ |
ubuntu
|
high | CVE-2025-49844 high priority: Ubuntu including 8 source packages (lua5.1, lua5.2, …), 53 status rows across 9 suites (bionic, focal, jammy, noble, plucky, questing, trusty, upstream, xenial): not-affected 18, released 14, needed 8, needs-triage 7, DNE 6. | https://ubuntu.com/security/CVE-2025-49844 |
| ベンダー | 製品 | バージョン | 生の CPE |
|---|---|---|---|
| redis | redis | < 6.2.20 | cpe:2.3:a:redis:redis:*:*:*:*:*:*:*:* |
| redis | redis | >= 7.0, < 7.2.11 | cpe:2.3:a:redis:redis:*:*:*:*:*:*:*:* |
| redis | redis | >= 7.4.0, < 7.4.6 | cpe:2.3:a:redis:redis:*:*:*:*:*:*:*:* |
| redis | redis | >= 8.0.0, < 8.0.4 | cpe:2.3:a:redis:redis:*:*:*:*:*:*:*:* |
| redis | redis | >= 8.2.0, < 8.2.2 | cpe:2.3:a:redis:redis:*:*:*:*:*:*:*:* |
| lfprojects | valkey | < 7.2.11 | cpe:2.3:a:lfprojects:valkey:*:*:*:*:*:*:*:* |
| lfprojects | valkey | >= 8.0.0, < 8.0.6 | cpe:2.3:a:lfprojects:valkey:*:*:*:*:*:*:*:* |
| lfprojects | valkey | >= 8.1.0, < 8.1.4 | cpe:2.3:a:lfprojects:valkey:*:*:*:*:*:*:*:* |
| URL | タグ |
|---|---|
| https://github.com/redis/redis/commit/d5728cb5795c966c5b5b1e0f0ac576a7e69af539 | Patch |
| https://github.com/redis/redis/releases/tag/8.2.2 | Release Notes |
| https://github.com/redis/redis/security/advisories/GHSA-4789-qfc9-5f9q | Third Party Advisory |
| http://www.openwall.com/lists/oss-security/2025/10/07/2 | Mailing List Third Party Advisory |
| https://github.com/lastvocher/redis-CVE-2025-49844 |