CVE-2022-50469
BaseFortify
Publication date: 2025-10-01
Last updated on: 2025-10-02
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 is a potential memory leak in the Linux kernel's rtl8723bs driver, specifically in the function rtw_init_drv_sw(). During initialization, multiple functions allocate resources to populate a structure, but if an error occurs after the first allocation, the previously allocated resources are not properly released. This leads to memory leaks. The patch fixes these leaks by ensuring that resources are correctly freed on error paths.
How can this vulnerability impact me? :
The vulnerability can cause memory leaks in the system when the rtl8723bs driver initializes. Over time, this can lead to increased memory usage, potentially degrading system performance or causing instability due to resource exhaustion.