CVE-2022-50760
Published: Dec 24, 2025
Modified: May 11, 2026
Description
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.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected d38ceaf99ed015f2a0b9af3499791bd3a3daae21 - < 6611feef35c0c8c4d297b28a7fc6ab3a2c47eca7affected d38ceaf99ed015f2a0b9af3499791bd3a3daae21 - < da7c78ea9e62bb65273d3ff19a3866ec205bfe18affected d38ceaf99ed015f2a0b9af3499791bd3a3daae21 - < 3360125d721c91d697c71201f18f042ff743e936affected d38ceaf99ed015f2a0b9af3499791bd3a3daae21 - < 981024abf5fe605c94d4f906f65d1b3408d628beaffected d38ceaf99ed015f2a0b9af3499791bd3a3daae21 - < 7c1ddf7c664b5bc91f14b1bdeaa45520ef1760e4+4 more versions |
Linux | Linux | affected 4.2unaffected 0 - < 4.2unaffected 4.9.337 - <= 4.9.*unaffected 4.14.303 - <= 4.14.*unaffected 4.19.270 - <= 4.19.*+6 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now