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.
Conclusion & alert: CVE-2022-24735 is rated Exploit Available (58.9/100): CVSS Low severity, with medium exploitation likelihood (EPSS 2.15%). Core evidence: 1 public exploit reference(s) are indexed (Exploit-DB). Mandatory action: Public exploits are available—assess exposure, apply mitigations, and prioritize patching.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
| EDB-ID | Source | Kind | Published | Link |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 1.68% | 2.15% | +0.47% |
| 2 | 2026-01-03 | 2.25% | 1.68% | -0.57% |
| 3 | 2025-12-24 | — | 2.25% | — |
Full EPSS history (23 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 3.9 | 3.1 | LOW |
|
1.3 | 2.5 | [email protected] |
| 7.8 | 3.1 | HIGH |
|
1.8 | 5.9 | [email protected] |
| 6.8 | 2.0 | MEDIUM |
|
8.6 | 6.4 | [email protected] |
| vendor | priority | summary | link |
|---|---|---|---|
alpine
|
high | CVE-2022-24735: 1 source package rows (redis); 37 state rows across 9 repos (3.12-main, 3.17-main, 3.18-main, 3.19-main, 3.20-community, 3.21-community, 3.22-community, edge-community, edge-main); fixed 8, open 29. | https://security.alpinelinux.org/vuln/CVE-2022-24735 |
debian
|
not yet assigned | CVE-2022-24735 not yet assigned priority: Debian including 1 source packages (redis), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): resolved 4, open 1. | https://security-tracker.debian.org/tracker/CVE-2022-24735 |
gentoo
|
high | CVE-2022-24735: 1 GLSA(s) (202209-17), 1 atom(s) (dev-db/redis); latest impact high. | https://bugs.gentoo.org/buglist.cgi?quicksearch=CVE-2022-24735 |
redhat
|
low | — | https://access.redhat.com/security/cve/CVE-2022-24735 |
suse
|
low | CVE-2022-24735 severity low: SUSE including 9 source package names (redis-6.0.14-150200.6.11.1, redis-6.2.6-150400.3.3.7, …), 13 product×package rows across 9 product lines (SUSE Liberty Linux 8, SUSE Liberty Linux 9, … (9 product lines)): Fixed 13. | https://www.suse.com/security/cve/CVE-2022-24735/ |
ubuntu
|
medium | CVE-2022-24735 medium priority: Ubuntu including 1 source packages (redis), 14 status rows across 14 suites (bionic, focal, impish, jammy, kinetic, lunar, mantic, noble, oracular, plucky, questing, trusty, upstream, xenial): not-affected 10, ignored 3, released 1. | https://ubuntu.com/security/CVE-2022-24735 |
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| redis | redis | < 6.2.7 | cpe:2.3:a:redis:redis:*:*:*:*:*:*:*:* |
| redis | redis | 7.0 | cpe:2.3:a:redis:redis:7.0:rc1:*:*:*:*:*:* |
| redis | redis | 7.0 | cpe:2.3:a:redis:redis:7.0:rc2:*:*:*:*:*:* |
| redis | redis | 7.0 | cpe:2.3:a:redis:redis:7.0:rc3:*:*:*:*:*:* |
| fedoraproject | fedora | 34 | cpe:2.3:o:fedoraproject:fedora:34:*:*:*:*:*:*:* |
| fedoraproject | fedora | 35 | cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:* |
| fedoraproject | fedora | 36 | cpe:2.3:o:fedoraproject:fedora:36:*:*:*:*:*:*:* |
| netapp | management_services_for_element_software | — | cpe:2.3:a:netapp:management_services_for_element_software:-:*:*:*:*:*:*:* |
| netapp | management_services_for_netapp_hci | — | cpe:2.3:a:netapp:management_services_for_netapp_hci:-:*:*:*:*:*:*:* |
| oracle | communications_operations_monitor | 4.3 | cpe:2.3:a:oracle:communications_operations_monitor:4.3:*:*:*:*:*:*:* |
| oracle | communications_operations_monitor | 4.4 | cpe:2.3:a:oracle:communications_operations_monitor:4.4:*:*:*:*:*:*:* |
| oracle | communications_operations_monitor | 5.0 | cpe:2.3:a:oracle:communications_operations_monitor:5.0:*:*:*:*:*:*:* |
| URL | Tags |
|---|---|
| https://github.com/redis/redis/pull/10651 | Exploit Third Party Advisory |
| https://github.com/redis/redis/releases/tag/6.2.7 | Release Notes Third Party Advisory |
| https://github.com/redis/redis/releases/tag/7.0.0 | Release Notes Third Party Advisory |
| https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq | Third Party Advisory |
| https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/J4ZK3675DGHVVDOFLJN7WX6YYH27GPMK/ | |
| https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VPYKSG7LKUJGVM2P72EHXKVRVRWHLORX/ | |
| https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/WSTPUCAPBRHIFPSCOURR4OYX4E2OISAF/ | |
| https://security.gentoo.org/glsa/202209-17 | Third Party Advisory |
| https://security.netapp.com/advisory/ntap-20220715-0003/ | Third Party Advisory |
| https://www.oracle.com/security-alerts/cpujul2022.html | Patch Third Party Advisory |