CVE-2022-50489
BaseFortify
Publication date: 2025-10-04
Last updated on: 2026-03-25
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.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 occurs in the Linux kernel's drm/mipi-dsi component. When the MIPI-DSI host is unregistered, the function mipi_dsi_host_unregister() unregisters all devices on that bus but fails to detach them first. This improper handling leads to resource leaks because the host cannot properly clean up resources associated with the devices that should have been detached.
How can this vulnerability impact me? :
The vulnerability can cause resource leaks in the system when devices on the MIPI-DSI bus are unregistered without being properly detached. This may lead to inefficient resource usage, potential system instability, or degraded performance due to unreleased resources.