CVE-2026-43387
Received Received - Intake
Buffer Overflow in Linux Kernel RTL8723BS Driver

Publication date: 2026-05-08

Last updated on: 2026-05-08

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: properly validate the data in rtw_get_ie_ex() Just like in commit 154828bf9559 ("staging: rtl8723bs: fix out-of-bounds read in rtw_get_ie() parser"), we don't trust the data in the frame so we should check the length better before acting on it
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-08
Last Modified
2026-05-08
Generated
2026-05-09
AI Q&A
2026-05-08
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux_kernel rtl8723bs *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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 improper validation of data in the function rtw_get_ie_ex(). Specifically, the code does not sufficiently check the length of the data before processing it, which can lead to out-of-bounds reads.

The issue was addressed by improving the validation of the data length in the rtw_get_ie_ex() function, similar to a previous fix for a related out-of-bounds read in the rtw_get_ie() parser.


How can this vulnerability impact me? :

An out-of-bounds read vulnerability like this can potentially lead to information disclosure or cause the system to behave unexpectedly, such as crashing or exposing sensitive memory contents.

Since this vulnerability is in a kernel driver, exploitation could affect system stability or security, depending on how the driver is used and the environment in which the kernel operates.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart