CVE-2022-50760
Linux Kernel - PCI Device Reference Count Leak in amdgpu_atrm_get_bios()
Title source: llmDescription
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix PCI device refcount leak in amdgpu_atrm_get_bios() As comment of pci_get_class() says, it returns a pci_device with its refcount increased and decreased the refcount for the input parameter @from if it is not NULL. If we break the loop in amdgpu_atrm_get_bios() with 'pdev' not NULL, we need to call pci_dev_put() to decrease the refcount. Add the missing pci_dev_put() to avoid refcount leak.
References (9)
Core 9
Core References
Scores
EPSS
0.0025
EPSS Percentile
16.8%
Details
Status
published
Products (28)
linux/Kernel
4.10.0 - 4.14.303linux
linux/Kernel
4.15.0 - 4.19.270linux
linux/Kernel
4.2.0 - 4.9.337linux
linux/Kernel
4.20.0 - 5.4.229linux
linux/Kernel
5.11.0 - 5.15.86linux
linux/Kernel
5.16.0 - 6.0.16linux
linux/Kernel
5.5.0 - 5.10.163linux
linux/Kernel
6.1.0 - 6.1.2linux
Linux/Linux
< 4.2
Linux/Linux
4.14.303 - 4.14.*
... and 18 more
Published
Dec 24, 2025
Tracked Since
Feb 18, 2026