CVE-2025-21925 Information
Description
In the Linux kernel the following vulnerability has been resolved:
llc: do not use skb_get() before dev_queue_xmit()
syzbot is able to crash hosts [1] using llc and devices not supporting IFF_TX_SKB_SHARING.
In this case e1000 driver calls eth_skb_pad() while the skb is shared.
Simply replace skb_get() by skb_clone() in net/llc/llc_s_ac.c
Note that e1000 driver might have an issue with pktgen because it does not clear IFF_TX_SKB_SHARING this is an orthogonal change.
We need to audit other skb_get() uses in net/llc.
[1]
kernel BUG at net/core/skbuff.c:2178 !
Oops: invalid opcode: 0000 [1] PREEMPT SMP KASAN NOPTI
CPU: 0 UID: 0 PID: 16371 Comm: syz.2.2764 Not tainted 6.14.0-rc4-syzkaller-00052-gac9c34d1e45a 0
Hardware name: QEMU Standard PC (Q35 + ICH9 2009) BIOS 1.16.3-debian-1.16.3-2~bpo12+1 04/01/2014
RIP: 0010:pskb_expand_head+0x6ce/0x1240 net/core/skbuff.c:2178
Call Trace:
Reference
https://git.kernel.org/stable/c/056e8a46d79e22983bae4267e0d9c52927076f46 https://git.kernel.org/stable/c/0f764208dc24ea043c3e20194d32aebf94f8459c https://git.kernel.org/stable/c/13f3f872627f0f27c31245524fc11367756240ad https://git.kernel.org/stable/c/17f86e25431ebc15aa9245ff156414fdad47822d https://git.kernel.org/stable/c/416e8b4c20c6398044e93008deefd563289f477d https://git.kernel.org/stable/c/64e6a754d33d31aa844b3ee66fb93ac84ca1565e https://git.kernel.org/stable/c/9b6f083db141ece0024be01526aa05aa978811cb https://git.kernel.org/stable/c/cd1c44327bbbd50fc24f2b38892f5f328b784d0f
Share on: