From: bugzilla-daemon@kernel.org
To: linux-bluetooth@vger.kernel.org
Subject: [Bug 218880] New: HCI_EVT Packet 'Flush Occurred' Misalignment
Date: Fri, 24 May 2024 08:43:44 +0000 [thread overview]
Message-ID: <bug-218880-62941@https.bugzilla.kernel.org/> (raw)
https://bugzilla.kernel.org/show_bug.cgi?id=218880
Bug ID: 218880
Summary: HCI_EVT Packet 'Flush Occurred' Misalignment
Product: Drivers
Version: 2.5
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P3
Component: Bluetooth
Assignee: linux-bluetooth@vger.kernel.org
Reporter: yuxuanhu@buaa.edu.cn
Regression: No
Hi All,
Our fuzzing tool found a possible bug when testing Bluetooth RFCOMM connection:
(1) A 'Flush Occurred' HCI_EVT packet with incorrect 'parameter_total_length'
field and parameters was maliciously sent to the host (hexadecimal content: '11
3D C4 02 62 D1').
(2) Because 'hci_ev_table'(/net/bluetooth/hci_event.c: 7514) does not include
'Flush Occurred' event, the function hci_event_func(/net/bluetooth/hci_event.c:
7644) doesn't check the 'parameter_total_length' field of this packet.
(3) When the controller transmits additional HCI packets to the host, these
packets are concatenated to the previously mentioned Flush Occurred packet.
This results in the packets being disregarded by the host.
Attachment 1 is Kernel Log, which includes the printed HCI packet interactions
between the host and controller. All HCI packets following the line mentioned
below are ignored by the host:
'''
[ 1555.520646] <- [EVT] 11 3D C4 02 62 D1
'''
Attachment 2 contains packet captures from tshark.
It remains unclear whether this behavior constitutes a bug or a feature. We
apologize if this inquiry causes any offense.
Thank you very much for taking the time to read.
Best Regard,
Yuxuan Hu.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are the assignee for the bug.
next reply other threads:[~2024-05-24 8:43 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-24 8:43 bugzilla-daemon [this message]
2024-05-24 8:44 ` [Bug 218880] HCI_EVT Packet 'Flush Occurred' Misalignment bugzilla-daemon
2024-05-24 8:45 ` bugzilla-daemon
2024-05-24 8:48 ` bugzilla-daemon
2024-05-24 8:48 ` bugzilla-daemon
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=bug-218880-62941@https.bugzilla.kernel.org/ \
--to=bugzilla-daemon@kernel.org \
--cc=linux-bluetooth@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