NONE · 0

CVE-2026-74668

In the Linux kernel, the following vulnerability has been resolved: packet: use consistent hard_header_len in TX_RING send path tpacket_snd() reads dev->hard_header_len independently for skb allocat...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: packet: use consistent hard_header_len in TX_RING send path tpacket_snd() reads dev->hard_header_len independently for skb allocation and header construction in tpacket_fill_skb(). Concurrent netdevice reconfiguration can therefore make the reserved headroom smaller than the amount later pushed, or make copylen - hard_header_len negative. Snapshot hard_header_len once before processing ring frames and use it for the frame limit, headroom allocation, copy length, and skb construction. Pass the snapshot to tpacket_fill_skb(). The separate SOCK_DGRAM consistency problem between hard_header_len and header_ops->create is not addressed here.

References

FAQ

What is CVE-2026-74668?

CVE-2026-74668 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: packet: use consistent hard_header_len in TX_RING send path tpacket_snd() reads dev->hard_header_len independently for skb allocat...

How severe is CVE-2026-74668?

CVSS scoring is not yet available for CVE-2026-74668. Check NVD for updates.

Is there a patch for CVE-2026-74668?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.