Commit 8b0aef0
committed
Bluetooth: L2CAP: fix "bad unlock balance" in l2cap_disconnect_rsp
jira VULN-155001
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: Brett Mastbergen <[email protected]>1 parent b48274d commit 8b0aef0
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4676 | 4676 | | |
4677 | 4677 | | |
4678 | 4678 | | |
4679 | | - | |
4680 | 4679 | | |
4681 | 4680 | | |
4682 | 4681 | | |
| |||
0 commit comments