| Summary | In the Linux kernel, the following vulnerability has been resolved: Bluetooth: virtio_bt: clamp rx length before skb_put virtbt_rx_work() calls skb_put(skb, len) where len comes directly Checking len against skb_tailroom(skb) is not sufficient because The same path also accepts len == 0, in which case skb_put(skb, 0) Define VIRTBT_RX_BUF_SIZE once and reuse it in alloc_skb() and Use bt_dev_err_ratelimited() because the length value comes from an Same class of bug as commit c04db81cd028 ("net/9p: Fix buffer |
|---|---|
| Publication Date | May 28, 2026, 7:16 p.m. |
| Registration Date | May 29, 2026, 4:12 a.m. |
| Last Update | June 2, 2026, 2:17 a.m. |
| CVSS3.1 : HIGH | |
| スコア | 7.7 |
|---|---|
| Vector | CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H |
| 攻撃元区分(AV) | ローカル |
| 攻撃条件の複雑さ(AC) | 低 |
| 攻撃に必要な特権レベル(PR) | 不要 |
| 利用者の関与(UI) | 不要 |
| 影響の想定範囲(S) | 変更なし |
| 機密性への影響(C) | 高 |
| 完全性への影響(I) | なし |
| 可用性への影響(A) | 高 |