CVE-2022-0543
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedIt was discovered, that redis, a persistent key-value database, due to a packaging issue, is prone to a (Debian-specific) Lua sandbox escape, which could result in remote code execution.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceRedis contains a Debian-specific packaging flaw where the Lua library bundled with Debian's Redis packages allows sandbox escape due to insufficient isolation. An attacker can execute arbitrary code by leveraging the compromised Lua environment within Redis's EVAL command or similar Lua execution contexts.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE dataall versionsCVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Changed
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify if Redis is Debian-packagedRun 'dpkg -l | grep redis' or 'dpkg -l | grep redis-server' to list Redis packages installed via Debian apt repositoryAffected if Redis is installed via Debian packages (shows packages like redis-server, redis-tools with Debian version suffixes)
-
Check installed Debian Redis versionRun 'apt-cache policy redis-server' to see the available and installed version of the Debian-packaged RedisAffected if The installed version is lower than the latest patched version available in Debian repositories for your Debian release
-
Verify Lua scripting is enabledCheck Redis config file (typically /etc/redis/redis.conf) for 'enable-debug-command local' or inspect running Redis with 'redis-cli CONFIG GET lua-time-limit'Affected if Lua scripting features are enabled (lua-time-limit is set to a value and/or debug commands are accessible)
-
Check Redis network exposureInspect Redis config for 'bind' directive (in /etc/redis/redis.conf) and check if password authentication ('requirepass') is configured using 'redis-cli CONFIG GET requirepass'Affected if Redis is bound to a non-loopback interface (0.0.0.0 or external IP) OR no password is set, allowing remote access
-
Confirm Lua library version (optional)Check the Debian Lua library package version with 'dpkg -l | grep lua' - specifically look for liblua5.1-0 or similar packagesAffected if Running outdated Debian Lua libraries tied to vulnerable Redis packages
You are affected if Redis was installed via Debian/Ubuntu packages (not rebuilt from upstream source), uses an older unpatched version, and has Lua scripting enabled with network exposure or no password protection.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpdate Redis to the latest Debian-packaged version that includes the corrected Lua sandbox or recompile Redis with a properly sandboxed Lua library. On non-Debian systems, verify the Lua integration does not allow sandbox escape.
Debian: redis (Debian package) from any version to the version available in Debian Security Updates (DSA-5000-1 or later). Ubuntu: redis-server from any version to the version in the Ubuntu Security Notice USN-5221-1 or later.
- Update your package lists: apt-get update
- Apply the security fix for Debian: apt-get install --only-upgrade redis-server (or redis-sentinel if used)
- Restart the Redis service: systemctl restart redis-server (or redis-sentinel)
- Verify the fix by checking the installed version matches the patched release
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation1.0 h
- Implementation2.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,664.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2022-0543 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2022-0543 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data