Debian LinuxOperating system · Debian

CVE-2022-47951

MEDIUM · 5.7 CVSS v3.1 Published 2023-01-26
Fix available
A fix is available. Upgrade to 20.0.2 / 23.0.1 or later.
See remediation →
61/100
Remediation priority · Elevated
Public exploit Remotely reachable Patch available

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 · unedited
An issue was discovered in OpenStack Cinder before 19.1.2, 20.x before 20.0.2, and 21.0.0; Glance before 23.0.1, 24.x before 24.1.1, and 25.0.0; and Nova before 24.1.2, 25.x before 25.0.2, and 26.0.0. By supplying a specially created VMDK flat image that references a specific backing file path, an authenticated user may convince systems to return a copy of that file's contents from the server, resulting in unauthorized access to potentially sensitive data.

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
How this class of weakness works · CWE-22

A file path is built from user input without being confined, so sequences like “../” let an attacker step outside the intended directory. That can expose configuration, credentials, or source code, and in the worst case lets an attacker write files where they shouldn't. A durable fix resolves and canonicalises the path, then rejects anything that escapes a known-safe base directory.

General guidance for the path traversal class — the official description and references above are authoritative for this specific CVE. Want a bespoke review and a reviewed fix? Ask our team →

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 data
Debian LinuxOperating system
Affected:= 10.0= 11.0
CinderApplication
Affected:<= 19.1.2>= 20.0.0, < 20.0.2
GlanceApplication
Affected:< 23.0.1>= 24.0.0, < 24.1.1
NovaApplication
Affected:< 24.1.2>= 25.0.0, < 25.0.2

CVSS 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
Low
User interaction
Required
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N

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 · scoped
Upgrade available Upgrade to 20.0.2 / 23.0.1 / 24.1.1 or later
Fixed in 20.0.223.0.124.1.1
Vendor patch launchpad.net →
Recommended fix High confidence

Upgrade to fixed releases: Cinder 19.1.2/20.0.2/21.0.0, Glance 23.0.1/24.1.1/25.0.0, Nova 24.1.2/25.0.2/26.0.0

  1. Identify which OpenStack component(s) are affected in your environment (Cinder, Glance, Nova, or all three)
  2. Obtain the appropriate fixed version for your deployment: Cinder 19.1.2, 20.0.2, or 21.0.0; Glance 23.0.1, 24.1.1, or 25.0.0; Nova 24.1.2, 25.0.2, or 26.0.0
  3. Plan maintenance window for upgrade - this is a security update requiring service restart
  4. Review release notes for your target version to understand changes
  5. Back up configuration files and database before upgrade
  6. Stop the affected services (cinder, glance, nova-api, nova-compute as applicable)
  7. Upgrade the affected package(s) using your distribution's package manager (e.g., pip, apt, or yum)
  8. Verify the new version is installed: pip show cinder | grep Version, pip show glance | grep Version, pip show nova | grep Version
Caveat Review release notes for API and configuration changes between your current version and target version before upgrading

Generated from the published advisory — verify against the referenced sources before acting.

We can perform the upgrade in your staging environment and verify nothing breaks — typical engagement from $1,600. Get the upgrade done

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2022-47951 — 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 sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2022-47951 in production — separate from our analysis above.

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.

What this is

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.

What belongs here
  • 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