Linux kernel staging patches
 help / color / mirror / Atom feed
* [PATCH v2 0/3] staging: rtl8723bs: fix multiple OOB reads in IE and frame parsing
@ 2026-07-28 12:54 Muhammad Bilal
  2026-07-28 12:54 ` [PATCH v2 1/3] staging: rtl8723bs: fix OOB read / stack overflow in rtw_get_wps_attr() Muhammad Bilal
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Muhammad Bilal @ 2026-07-28 12:54 UTC (permalink / raw)
  To: linux-staging, linux-kernel; +Cc: gregkh, stable, Muhammad Bilal

v2 of the series fixing out-of-bounds read and buffer overflow bugs in
the rtl8723bs staging driver where length or offset fields from
untrusted wireless frames are used without validating that enough
bytes remain in the buffer.

Changes since v1:

 - Dropped patch 1/5 ("fix OOB read in rtw_get_wps_ie()") - did not
   apply.
 - Dropped patch 5/5 ("fix skb->len underflow in monitor TX path").

Muhammad Bilal (3):
  staging: rtl8723bs: fix OOB read / stack overflow in
    rtw_get_wps_attr()
  staging: rtl8723bs: fix OOB read in rtw_action_frame_parse()
  staging: rtl8723bs: fix OOB read in rtw_restruct_wmm_ie()

 drivers/staging/rtl8723bs/core/rtw_ieee80211.c | 7 +++++++
 drivers/staging/rtl8723bs/core/rtw_mlme.c      | 3 +++
 2 files changed, 10 insertions(+)

-- 
2.55.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-07-28 12:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-28 12:54 [PATCH v2 0/3] staging: rtl8723bs: fix multiple OOB reads in IE and frame parsing Muhammad Bilal
2026-07-28 12:54 ` [PATCH v2 1/3] staging: rtl8723bs: fix OOB read / stack overflow in rtw_get_wps_attr() Muhammad Bilal
2026-07-28 12:54 ` [PATCH v2 2/3] staging: rtl8723bs: fix OOB read in rtw_action_frame_parse() Muhammad Bilal
2026-07-28 12:54 ` [PATCH v2 3/3] staging: rtl8723bs: fix OOB read in rtw_restruct_wmm_ie() Muhammad Bilal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox