CVE detail
CVE-2026-23631
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, which may lead to remote code execution. A workaround is to prevent users from executing Lua scripts or avoid using replicas where replica-read-only is disabled. This is patched in version 8.6.3.
Buzz score
Why this CVE is surfacing
This all-time snapshot uses the same composite formula as Trending across a 30-year evidence window, rather than a current rolling window.
Buzz score components · mention 26.4 · diversity 18.0 · KEV 0.0 · OTX 0.0 · PoC 0.0
Why it matters now
Mention timeline
- Total mentions
- 0
- within the 30d window
- Peak daily
- 0
- highest bucket
Evidence
Source links by recency
13 source links · newest first
Information published.
vendormsrc.microsoft.comMay 8, 2026, 8:01 AM- https://access.redhat.com/errata/RHSA-2026:14316access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMay 5, 2026, 5:17 PM - https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-23631.jsonsecurity.access.redhat.com
No excerpt available.
Vendor Advisorysecurity.access.redhat.comMay 5, 2026, 5:17 PM - https://bugzilla.redhat.com/show_bug.cgi?id=2466788bugzilla.redhat.com
No excerpt available.
Exploitbugzilla.redhat.comMay 5, 2026, 5:17 PM - https://access.redhat.com/security/cve/CVE-2026-23631access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMay 5, 2026, 5:17 PM - https://access.redhat.com/errata/RHSA-2026:33444access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMay 5, 2026, 5:17 PM - https://access.redhat.com/errata/RHSA-2026:26540access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMay 5, 2026, 5:17 PM - https://access.redhat.com/errata/RHSA-2026:26306access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMay 5, 2026, 5:17 PM - https://access.redhat.com/errata/RHSA-2026:25925access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMay 5, 2026, 5:17 PM - https://access.redhat.com/errata/RHSA-2026:25219access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMay 5, 2026, 5:17 PM - https://access.redhat.com/errata/RHSA-2026:25216access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMay 5, 2026, 5:17 PM No excerpt available.
Exploitgithub.comMay 5, 2026, 5:17 PMNo excerpt available.
Exploitgithub.comMay 5, 2026, 5:17 PM
Exploit code
Public exploit repository references
Public PoC repositories are third-party, potentially unsafe artifacts. Treat their code as untrusted and use it only on authorized systems in an isolated, least-privilege environment. cvebuzz does not execute the code or verify that an exploit works.
0 repository references · best confidence N/A · max 0 stars
Related records
Similar CVEs
6 related CVEs with shared weakness or product evidence
- CVE-2026-23479CVSS 7.7 · High
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` whe…
- CVE-2025-49844CVSS 9.9 · Critical
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 gar…
- CVE-2024-46981CVSS 7.0 · High
Redis is an open source, in-memory database that persists on disk. An authenticated user may use a specially crafted Lua script to manipulate the garbage collector and potentially…
- CVE-2026-51304CVSS 7.5 · High
sqlite 3.41 has a use-after-free (UAF) vulnerability in the ORDER BY clause parsing routine. The affected code first releases the memory of an ExprList object via sqlite3ExprListD…
- CVE-2026-51303CVSS 9.8 · Critical
A use-after-free (UAF) vulnerability was discovered in the core parsing component of SQLite 3.41. The flaw occurs because the program frees an ExprList object via sqlite3ExprListD…
- CVE-2026-51298CVSS 6.2 · Medium
sqlite 3.41 is vulnerable to use after free in the JSON extraction function. After releasing JsonParse object memory via jsonParseFree(), the program still accesses internal membe…