CVE-2022-50760
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2022-50760 is a PCI device reference count leak vulnerability in the Linux kernel's drm/amdgpu subsystem, specifically within the amdgpu_atrm_get_bios() function. The flaw arises because pci_get_class() returns a PCI device with its reference count incremented, but when the loop in amdgpu_atrm_get_bios() exits with a non-NULL pdev, the corresponding pci_dev_put() call to decrement the refcount is missing. The vulnerability was published on December 24, 2025, and affects Linux kernel versions from commit d38ceaf99ed015f2a0b9af3499791bd3a3daae21 up to various stable branch fix commits. No CVSS score has been assigned (base score 0.0), and the EPSS score is approximately 0.033% (Feedly, ENISA EUVD).

Technical details

The root cause is a missing reference count decrement (CWE-401: Missing Release of Memory after Effective Lifetime / resource leak) in the AMD GPU BIOS retrieval path of the Linux kernel DRM subsystem. When amdgpu_atrm_get_bios() iterates over PCI devices using pci_get_class(), each call increments the refcount of the returned device and decrements the refcount of the previous @from parameter. If the loop breaks early with pdev still holding a non-NULL reference, the final pci_dev_put() is never called, causing a persistent reference count leak on that PCI device object. The fix adds the missing pci_dev_put() call at the appropriate exit paths to ensure proper resource cleanup (Feedly, Kernel Git).

Impact

The primary impact of this vulnerability is a kernel resource leak — specifically, a PCI device object whose reference count is never decremented to zero, preventing proper cleanup and potentially causing memory exhaustion over time. On systems with AMD GPUs that repeatedly load or reload the amdgpu driver (e.g., during suspend/resume cycles or driver reloads), the leaked references could accumulate and contribute to system instability or denial of service. There is no known confidentiality or integrity impact; the vulnerability does not enable privilege escalation, code execution, or data exfiltration (Feedly).

Mitigation and workarounds

The fix has been backported to multiple stable Linux kernel branches. Patched versions include: 4.9.337, 4.14.303, 4.19.270, 5.4.229, 5.10.163, 5.15.86, 6.0.16, 6.1.2, and 6.2. Users should update to a kernel version that includes the fix commit for their respective stable branch (e.g., 6611feef35c0 for one branch, a8b54ad7106c for another). SUSE has also issued advisories (SUSE-2026-0263-1, SUSE-2026-0317-1, SUSE-2026-0411-1) addressing this issue in their kernel packages (Feedly, Linux Security).

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