CVE-2022-50520
BaseFortify
Publication date: 2025-10-07
Last updated on: 2026-03-17
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 3.6 |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a reference count leak in the Linux kernel's Radeon DRM driver, specifically in the function radeon_atrm_get_bios(). The issue occurs because the function fails to call pci_dev_put() to decrease the reference count of a PCI device when breaking a loop with a non-NULL device pointer, leading to a resource leak.
How can this vulnerability impact me? :
The impact of this vulnerability is a resource leak in the kernel due to unreleased PCI device references. Over time, this can lead to increased memory usage and potentially degrade system stability or performance.