CVE-2026-53254
The CVE-2026-53254 issue affects the Linux kernel Bluetooth RFCOMM MCC handlers, where skb->data was cast to protocol-specific structs without validating skb->len. A malicious remote device can send truncated MCC frames to trigger out-of-bounds reads. The fix adds proper data validation via...