CVE-2023-41053

Source
https://nvd.nist.gov/vuln/detail/CVE-2023-41053
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2023-41053.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2023-41053
Aliases
Downstream
Related
Published
2023-09-06T20:22:30Z
Modified
2025-10-15T02:42:23.480526Z
Severity
  • 3.3 (Low) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N CVSS Calculator
Summary
Redis SORT_RO may bypass ACL configuration
Details

Redis is an in-memory database that persists on disk. Redis does not correctly identify keys accessed by SORT_RO and as a result may grant users executing this command access to keys that are not explicitly authorized by the ACL configuration. The problem exists in Redis 7.0 or newer and has been fixed in Redis 7.0.13 and 7.2.1. Users are advised to upgrade. There are no known workarounds for this vulnerability.

References

Affected packages

Git / github.com/redis/redis

Affected ranges

Type
GIT
Repo
https://github.com/redis/redis
Events

Affected versions

7.*

7.0.0
7.0.1
7.0.10
7.0.11
7.0.12
7.0.2
7.0.3
7.0.4
7.0.5
7.0.6
7.0.7
7.0.8
7.0.9

Database specific

{
    "unresolved_versions": [
        {
            "events": [
                {
                    "introduced": "7.1.0"
                },
                {
                    "fixed": "7.2.1"
                }
            ],
            "type": ""
        }
    ]
}