CVE-2022-50480
BaseFortify
Publication date: 2025-10-04
Last updated on: 2026-01-23
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.0 (inc) to 5.4.220 (exc) |
| linux | linux_kernel | From 5.5 (inc) to 5.10.150 (exc) |
| linux | linux_kernel | From 5.11 (inc) to 5.15.75 (exc) |
| linux | linux_kernel | From 5.16 (inc) to 5.19.17 (exc) |
| linux | linux_kernel | From 6.0 (inc) to 6.0.3 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-NVD-CWE-Other |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a reference count leak bug in the Linux kernel's pl353-smc driver, specifically in the pl353_smc_probe() function. It involves improper handling of device tree node references where a corresponding of_node_put() call is missing when a reference to a child node is no longer needed, potentially leading to resource leaks.
How can this vulnerability impact me? :
The impact of this vulnerability is a resource leak in the kernel due to improper reference counting. This could lead to increased memory usage or instability in the system over time if the leak accumulates, potentially affecting system reliability.