From: Greg KH <gregkh@linuxfoundation.org>
To: Delene Tchio Romuald <delenetchior1@gmail.com>
Cc: error27@gmail.com, luka.gejak@linux.dev, hansg@kernel.org,
linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org,
stable@vger.kernel.org
Subject: Re: [PATCH v6 0/5] staging: rtl8723bs: fix multiple security vulnerabilities
Date: Mon, 4 May 2026 16:11:13 +0200 [thread overview]
Message-ID: <2026050450-tinkling-surname-bb4a@gregkh> (raw)
In-Reply-To: <20260417061048.62484-1-delenetchior1@gmail.com>
On Fri, Apr 17, 2026 at 07:10:43AM +0100, Delene Tchio Romuald wrote:
> This series fixes five remotely-triggerable memory safety issues in
> the rtl8723bs driver. All of them are reachable from the air by an
> attacker within WiFi radio range, without authentication, via
> crafted management or data frames:
>
> 1. Heap buffer overflow in recvframe_defrag() when reassembling
> fragmented frames whose total payload exceeds the receive
> buffer capacity.
> 2. Integer underflow in TKIP MIC verification when a frame is
> shorter than the sum of header, IV, ICV and MIC sizes.
> 3. Out-of-bounds read in portctrl() when a non-EAPOL frame is
> shorter than the 802.11 header + IV + LLC + ether_type.
> 4. Out-of-bounds reads in three IE walkers (rtw_get_wapi_ie(),
> rtw_get_sec_ie(), rtw_get_wps_ie()) due to missing validation
> of the TLV length byte and of the byte ranges touched by the
> subsequent memcmp() calls.
> 5. Integer underflow in rtw_wep_decrypt() when a WEP frame is
> shorter than the header + IV + ICV.
>
> Each patch was found by code review and is not tested on hardware.
Please address the comments found here:
https://sashiko.dev/#/patchset/20260417061048.62484-1-delenetchior1@gmail.com
and ideally, test it on some real hardware to verify it all still works?
thanks,
greg k-h
prev parent reply other threads:[~2026-05-04 14:56 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-17 6:10 [PATCH v6 0/5] staging: rtl8723bs: fix multiple security vulnerabilities Delene Tchio Romuald
2026-04-17 6:10 ` [PATCH v6 1/5] staging: rtl8723bs: fix heap buffer overflow in recvframe_defrag() Delene Tchio Romuald
2026-04-17 6:10 ` [PATCH v6 2/5] staging: rtl8723bs: fix integer underflow in TKIP MIC verification Delene Tchio Romuald
2026-04-17 6:10 ` [PATCH v6 3/5] staging: rtl8723bs: fix out-of-bounds read in portctrl() Delene Tchio Romuald
2026-04-17 6:10 ` [PATCH v6 4/5] staging: rtl8723bs: fix out-of-bounds reads in IE parsing functions Delene Tchio Romuald
2026-04-17 6:10 ` [PATCH v6 5/5] staging: rtl8723bs: fix negative length in WEP decryption Delene Tchio Romuald
2026-04-17 6:44 ` [PATCH v6 0/5] staging: rtl8723bs: fix multiple security vulnerabilities Dan Carpenter
2026-04-17 7:26 ` Luka Gejak
2026-05-04 14:11 ` Greg KH [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2026050450-tinkling-surname-bb4a@gregkh \
--to=gregkh@linuxfoundation.org \
--cc=delenetchior1@gmail.com \
--cc=error27@gmail.com \
--cc=hansg@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
--cc=luka.gejak@linux.dev \
--cc=stable@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox