Bluetooth: btintel: Check dsbr size from EFI variable
authorKees Cook <kees@kernel.org>
Tue, 20 May 2025 16:31:35 +0000 (09:31 -0700)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 22 May 2025 17:06:28 +0000 (13:06 -0400)
commit3aa1dc3c9060e335e82e9c182bf3d1db29220b1b
tree29a7975e75257dfd7092a1bd10881e329d493a6c
parent3bb88524b7d030160bb3c9b35f928b2778092111
Bluetooth: btintel: Check dsbr size from EFI variable

Since the size of struct btintel_dsbr is already known, we can just
start there instead of querying the EFI variable size. If the final
result doesn't match what we expect also fail. This fixes a stack buffer
overflow when the EFI variable is larger than struct btintel_dsbr.

Reported-by: zepta <z3ptaa@gmail.com>
Closes: https://lore.kernel.org/all/CAPBS6KoaWV9=dtjTESZiU6KK__OZX0KpDk-=JEH8jCHFLUYv3Q@mail.gmail.com
Fixes: eb9e749c0182 ("Bluetooth: btintel: Allow configuring drive strength of BRI")
Signed-off-by: Kees Cook <kees@kernel.org>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/btintel.c