3 matches found
CVE-2026-98095
A vulnerability exists in the Linux kernel 's af_packet component within the tpacket_parse_header() function. The issue is caused by an improper cast of the user-provided tpacket_hdr.tp_len (a u32 value) to an int. When the length exceeds INT_MAX , the condition tp_len > size_max passes, allow...
EUVD-2026-86925
In the Linux kernel, the following vulnerability has been resolved: afpacket: Don't cast tpackethdr.tplen to int in tpacketparseheader. syzbot reported BUG in socksendmsgnosec. 0 The problem is that tpacketparseheader casts user-provided tpackethdr.tplen, which is u32, to int. If the length is...
CVE-2026-98095
In the Linux kernel, the following vulnerability has been resolved: afpacket: Don't cast tpackethdr.tplen to int in tpacketparseheader. syzbot reported BUG in socksendmsgnosec. 0 The problem is that tpacketparseheader casts user-provided tpackethdr.tplen, which is u32, to int. If the length is...