In the Linux kernel, the following vulnerability has been resolved: mt76: fix monitor mode crash with sdio driver mt7921s driver may receive frames with fragment buffers. If there is a CTS packet r…
Medium CVSS 5.5
Summary
In the Linux kernel, the following vulnerability has been resolved: mt76: fix monitor mode crash with sdio driver mt7921s driver may receive frames with fragment buffers. If there is a CTS packet received in monitor mode, the payload is 10 bytes only and need 6 bytes header padding after RXD buffer. However, only RXD in the first linear buffer, if we pull buffer size RXD-size+6 bytes with skb_pull(), that would trigger "BUG_ON(skb->len < skb->data_len)" in __skb_pull(). To avoid the nonlinea…
In-depth triage
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Affected products
- :
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/123bc712b1de0805f9d683687e17b1ec2aba0b68 Patch
- https://git.kernel.org/stable/c/95e2af01669c7a3cb7a933cefa06361f9db15059 Patch
- https://git.kernel.org/stable/c/c37b4cab3d97ef64b206fca4d9daabd9aff7356e Patch
Timeline
- nvd_ingest NVD