Commit c05d38b
committed
Bluetooth: L2CAP: fix "bad unlock balance" in l2cap_disconnect_rsp
jira VULN-154997
cve CVE-2023-53297
commit-author Min Li <[email protected]>
commit 25e97f7
conn->chan_lock isn't acquired before l2cap_get_chan_by_scid,
if l2cap_get_chan_by_scid returns NULL, then 'bad unlock balance'
is triggered.
Reported-by: [email protected]
Link: https://lore.kernel.org/all/[email protected]/
Signed-off-by: Min Li <[email protected]>
Signed-off-by: Luiz Augusto von Dentz <[email protected]>
(cherry picked from commit 25e97f7)
Signed-off-by: Roxana Nicolescu <[email protected]>1 parent 379fcdc commit c05d38b
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4675 | 4675 | | |
4676 | 4676 | | |
4677 | 4677 | | |
4678 | | - | |
4679 | 4678 | | |
4680 | 4679 | | |
4681 | 4680 | | |
| |||
0 commit comments