CVE-2022-50873
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2022-50873 is a kernel crash vulnerability in the Linux kernel's vDPA (virtio Data Path Acceleration) subsystem, specifically in the vp_vdpa driver. The bug exists in the vp_vdpa_remove() function, where kfree() is called with the address of a pointer (i.e., &vp_vdpa_mgtdev->mgtdev.id_table) rather than the pointer value itself, resulting in freeing an incorrect memory address. This can trigger a kernel panic ("Unable to handle kernel paging request") on affected systems. The vulnerability affects Linux kernel versions from commit ffbda8e9df10 up to the fixes applied in stable releases 6.0.19, 6.1.5, and 6.2. It was published on December 30, 2025, with an EPSS score of 0.00017 (very low) and no CVSS base score assigned (Feedly, EUVD).

Technical details

The root cause is an incorrect pointer argument passed to kfree() in the vp_vdpa_remove() function of the Linux kernel's vdpa/vp_vdpa.c driver (CWE-763: Release of Invalid Pointer or Reference). Instead of freeing the memory pointed to by vp_vdpa_mgtdev->mgtdev.id_table, the code incorrectly passes the address of the id_table pointer field itself (&vp_vdpa_mgtdev->mgtdev.id_table), which is an interior struct member address rather than a heap-allocated pointer. This causes the kernel memory allocator to attempt to free an invalid address, leading to a kernel oops/panic. The crash manifests as a paging fault on ARM64 systems, as shown in the call trace involving rb_next, ext4_readdir, and iterate_dir. Exploitation requires local access to trigger the vDPA device removal path (Feedly, EUVD).

Impact

Successful triggering of this vulnerability causes a kernel panic, resulting in a complete system crash and denial of service. The affected component is the vp_vdpa virtio device management driver, so systems using vDPA hardware acceleration (e.g., virtualization hosts with virtio-net offload) are at risk during device removal operations. There is no evidence of confidentiality or integrity impact; the primary consequence is availability loss due to the kernel oops (Feedly).

Mitigation and workarounds

The fix has been backported to stable Linux kernel releases: 6.0.19, 6.1.5, and 6.2. The correcting commits are 8fe12680b2c7 (for one stable branch), 6ccc891f36d0 (for another), and ed843d6ed731 (for a third), all available via the kernel stable tree. Administrators should update to a patched kernel version. As a workaround, systems that do not use vDPA hardware acceleration can unload or avoid loading the vp_vdpa kernel module to eliminate exposure (EUVD, Kernel Stable).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-64557NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-selftests-internal
NoNoJul 29, 2026
CVE-2026-64556NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-devel
NoNoJul 29, 2026
CVE-2026-64555NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fde-6.14
NoNoJul 27, 2026
CVE-2026-64554NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-gcp-6.14
NoYesJul 27, 2026
CVE-2026-64553NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k-debug-modules-internal
NoYesJul 27, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management