CVE-2026-74668
Last modified
CVE-2026-74668 is a vulnerability of currently unknown severity. 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.
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.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 69e3c75f4d541a6eb151b3ef91f34033cb3ad6e1, < d85d2fd54e901637c81d847811e03c662aee13cd; >= 69e3c75f4d541a6eb151b3ef91f34033cb3ad6e1, < 016763e829cac37b3234eace86fd0a4c560de4a7; >= 69e3c75f4d541a6eb151b3ef91f34033cb3ad6e1, < 27e068d1b35dbec10a3cf268887c94407be4badc; >= 69e3c75f4d541a6eb151b3ef91f34033cb3ad6e1, < d48ea5c9c4c34dc0df621f0e39ed3a16b644621a; >= 69e3c75f4d541a6eb151b3ef91f34033cb3ad6e1, < 21b5953e7494c16a42e6cd8cf110e18d13ae4a6b |
| Linux | Linux | 2.6.31 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74668?
How severe is CVE-2026-74668?
How do I fix CVE-2026-74668?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-74662In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74663In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74664In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74665In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74666In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74667In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74669In the Linux kernel, the following vulnerability has been re…
- CVE-2026-7467The Read More & Accordion plugin for WordPress is vulnerable…8.8
- CVE-2026-74670In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74671In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74672In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74673In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-74668?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
