CVE-2026-43159
Null Dereference in Linux Kernel RTL8723BS Driver
Publication date: 2026-05-06
Last updated on: 2026-05-06
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux_kernel | rtl8723bs | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the Linux kernel's rtl8723bs staging driver. It involves a null pointer dereference issue where the variable 'pwlan' can be NULL when passed into the function rtw_free_network_nolock(). If the function attempts to dereference this NULL variable, it can cause a crash or other unintended behavior.
How can this vulnerability impact me? :
The impact of this vulnerability is that it can cause the Linux kernel to dereference a NULL pointer, potentially leading to a system crash or instability. This could disrupt normal operation of the affected system, especially if the rtl8723bs wireless driver is in use.