In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB read in WMM_param_handler() WMM_param_handler() copies a fixed-size WMM parameter element out of a re…
Info
Summary
In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB read in WMM_param_handler() WMM_param_handler() copies a fixed-size WMM parameter element out of a received information element without checking that the element is long enough, causing an out-of-bounds read for a short WMM IE. The handler reads sizeof(struct WMM_para_element) (18) bytes at pIE->data + 6, so it requires pIE->length to be at least 24 (WLAN_WMM_LEN), but it never validates the lengt…
In-depth triage
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/1158b9931207392d6dd136aa0c4be18893b50fa1
- https://git.kernel.org/stable/c/2bee6f7a0f0125238951e31da2e96d06fe359043
- https://git.kernel.org/stable/c/6cdca4c8b64c15a3ab9ad7a85f482e9519eadf93
- https://git.kernel.org/stable/c/ae21407350151bddfd4fea7aa39bd0643c0ca9d3
- https://git.kernel.org/stable/c/ce2399717de242344880044b91a20a712644fdfb
- https://git.kernel.org/stable/c/e429c6dfd5d2324cd866daaf4c29d5cfe4dea0e4
- https://git.kernel.org/stable/c/e5b7610008f4e6a80c8b071aa77ddbd5e17ea472
Timeline
- nvd_ingest NVD