OESA-2025-2450

Source
https://www.openeuler.org/en/security/security-bulletins/detail/?id=openEuler-SA-2025-2450
Import Source
https://repo.openeuler.org/security/data/osv/OESA-2025-2450.json
JSON Data
https://api.test.osv.dev/v1/vulns/OESA-2025-2450
Upstream
Published
2025-10-17T14:54:48Z
Modified
2025-10-18T09:48:15.363916Z
Summary
redis security update
Details

Redis is an advanced key-value store. It is often referred to as a dattructure server since keys can contain strings, hashes ,lists, sets anorted sets.

Security Fix(es):

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 cause an integer overflow 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.(CVE-2025-46817)

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 different LUA objects and potentially run their own code in the context of another user. The problem exists in all versions of Redis with LUA scripting. This issue is fixed in version 8.2.2. A workaround to mitigate the problem without patching the redis-server executable is to prevent users from executing LUA scripts. This can be done using ACL to block a script by restricting both the EVAL and FUNCTION command families.(CVE-2025-46818)

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 read out-of-bound data or crash the server and subsequent denial of service. The problem exists in all versions of Redis with Lua scripting.(CVE-2025-46819)

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.(CVE-2025-49844)

Database specific
{
    "severity": "Critical"
}
References

Affected packages

openEuler:22.03-LTS-SP4 / redis

Package

Name
redis
Purl
pkg:rpm/openEuler/redis&distro=openEuler-22.03-LTS-SP4

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
7.2.11-1.oe2203sp4

Ecosystem specific

{
    "aarch64": [
        "redis-7.2.11-1.oe2203sp4.aarch64.rpm",
        "redis-debuginfo-7.2.11-1.oe2203sp4.aarch64.rpm",
        "redis-debugsource-7.2.11-1.oe2203sp4.aarch64.rpm"
    ],
    "src": [
        "redis-7.2.11-1.oe2203sp4.src.rpm"
    ],
    "x86_64": [
        "redis-7.2.11-1.oe2203sp4.x86_64.rpm",
        "redis-debuginfo-7.2.11-1.oe2203sp4.x86_64.rpm",
        "redis-debugsource-7.2.11-1.oe2203sp4.x86_64.rpm"
    ]
}