Hello: This patch was applied to bluetooth/bluetooth-next.git (master) by Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx>: On Sun, 16 Apr 2023 16:02:51 +0800 you wrote: > Previously, channel open messages were always sent to monitors on the first > ioctl() call for unbound HCI sockets, even if the command and arguments > were completely invalid. This can leave an exploitable hole with the abuse > of invalid ioctl calls. > > This commit hardens the ioctl processing logic by first checking if the > command is valid, and immediately returning with an ENOIOCTLCMD error code > if it is not. This ensures that ioctl calls with invalid commands are free > of side effects, and increases the difficulty of further exploitation by > forcing exploitation to find a way to pass a valid command first. > > [...] Here is the summary with links: - bluetooth: Add cmd validity checks at the start of hci_sock_ioctl() https://git.kernel.org/bluetooth/bluetooth-next/c/5612e6a8ff35 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html