CVE-2022-50292
BaseFortify
Publication date: 2025-09-15
Last updated on: 2025-12-04
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.19 (inc) to 6.0.7 (exc) |
| linux | linux_kernel | 6.1 |
| linux | linux_kernel | 6.1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-NVD-CWE-noinfo |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's drm/msm/dp component involves improper management of device-managed resources. Resources allocated after the component bind are not correctly tied to the lifetime of the aggregate DRM device. As a result, these resources may not be released if the binding of the aggregate device is deferred, leading to resource leaks or failure to bind the device on subsequent attempts. Specifically, DP bridges allocated earlier will leak when probe deferral occurs. The fix involves changing the DP parser interface to tie the lifetime of the bridge device to the DRM device instead of the DP platform device.
How can this vulnerability impact me? :
This vulnerability can cause resource leaks in the Linux kernel's DRM subsystem, which may lead to system instability or failure to properly bind display devices when binding is deferred and retried. This could affect the reliability and performance of systems using the affected Linux kernel component, potentially causing display issues or degraded system behavior.
What immediate steps should I take to mitigate this vulnerability?
Apply the patch that fixes the DP bridge lifetime issue in the Linux kernel as described in the patchwork link: https://patchwork.freedesktop.org/patch/502667/. This patch ties the lifetime of the bridge device to the DRM device to prevent resource leaks and binding failures. Updating your Linux kernel to a version that includes this fix is the recommended mitigation.