Lucene search
+L

24942 matches found

EUVD
EUVD
added 3 days ago3 views

EUVD-2026-59250

In the Linux kernel, the following vulnerability has been resolved: gue: validate REMCSUM private option length GUE private flags can indicate that remote checksum offload metadata is present. The private flags field itself is accounted for by guehdrflagslen, but guehdrprivflagslen currently...

5.5AI score0.00755EPSS
SaveExploits0References8
OSV
OSV
added 3 days ago3 views

CVE-2026-72351 gue: validate REMCSUM private option length

In the Linux kernel, the following vulnerability has been resolved: gue: validate REMCSUM private option length GUE private flags can indicate that remote checksum offload metadata is present. The private flags field itself is accounted for by guehdrflagslen, but guehdrprivflagslen currently...

9.8CVSS5.6AI score
SaveExploits0References11
Cvelist
Cvelist
added 3 days ago18 views

CVE-2026-72351 gue: validate REMCSUM private option length

In the Linux kernel, the following vulnerability has been resolved: gue: validate REMCSUM private option length GUE private flags can indicate that remote checksum offload metadata is present. The private flags field itself is accounted for by guehdrflagslen, but guehdrprivflagslen currently...

9.8CVSS0.00755EPSS
SaveExploits0References8
CVE
CVE
added 3 days ago16 views

CVE-2026-72351

CVE-2026-72351 : In the Linux kernel, the vulnerability concerns GUE private flags indicating REMCSUM metadata. The root cause is that guehdr_priv_flags_len() returns 0 when GUE_PFLAG_REMCSUM is set, allowing a packet with only the private flags field to pass validate_gue_flags(). Consequently, g...

9.8CVSS5.4AI score0.00755EPSS
SaveExploits0References8
Cvelist
Cvelist
added 3 days ago19 views

CVE-2026-72350 netfilter: xt_u32: reject invalid shift counts

In the Linux kernel, the following vulnerability has been resolved: netfilter: xtu32: reject invalid shift counts u32matchit executes rule-supplied shift operands on a 32-bit value. A malformed u32 rule can provide a shift count of 32 or more, triggering an undefined shift out-of-bounds during...

7.8CVSS0.00176EPSS
SaveExploits0References8
OSV
OSV
added 3 days ago6 views

CVE-2026-72350 netfilter: xt_u32: reject invalid shift counts

In the Linux kernel, the following vulnerability has been resolved: netfilter: xtu32: reject invalid shift counts u32matchit executes rule-supplied shift operands on a 32-bit value. A malformed u32 rule can provide a shift count of 32 or more, triggering an undefined shift out-of-bounds during...

7.8CVSS5.5AI score
SaveExploits0References11
EUVD
EUVD
added 3 days ago4 views

EUVD-2026-59247

In the Linux kernel, the following vulnerability has been resolved: netfilter: ip6tables: mark malformed IPv6 extension headers for hotdrop The ah, hbh and rt matches check that the fixed extension header is present, then use the header length field to derive the advertised extension header lengt...

5.5AI score0.00625EPSS
SaveExploits0References8
CVE
CVE
added 3 days ago19 views

CVE-2026-72348

The CVE-2026-72348 entry concerns the Linux kernel netfilter ip6tables handling of IPv6 extension headers (ah, hbh, rt). The issue stems from checks that derive the advertised extension header length from header length fields; improper advertised-length checks allowed malformed headers to bypass ...

9.1CVSS5.4AI score0.00625EPSS
SaveExploits0References8
Cvelist
Cvelist
added 3 days ago21 views

CVE-2026-72347 netfilter: xt_connmark: reject invalid shift parameters

In the Linux kernel, the following vulnerability has been resolved: netfilter: xtconnmark: reject invalid shift parameters Revision 2 of the CONNMARK target accepts user-controlled shift parameters and applies them to 32-bit mark values in connmarktgshift. A shiftbits value of 32 or more triggers...

7.3CVSS0.00174EPSS
SaveExploits0References7
EUVD
EUVD
added 3 days ago5 views

EUVD-2026-59246

In the Linux kernel, the following vulnerability has been resolved: netfilter: xtconnmark: reject invalid shift parameters Revision 2 of the CONNMARK target accepts user-controlled shift parameters and applies them to 32-bit mark values in connmarktgshift. A shiftbits value of 32 or more triggers...

5.4AI score0.00174EPSS
SaveExploits0References7
Cvelist
Cvelist
added 3 days ago21 views

CVE-2026-72334 Bluetooth: ISO: fix malformed ISO_END/CONT handling

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix malformed ISOEND/CONT handling Core specification Part C vol 4 sec 5.4.5 does not exclude empty ISOCONT, ISOEND packets. We currently reject them if they are last. If controller sends malformed sequence ISOSTA...

8.8CVSS0.00341EPSS
SaveExploits0References2
Cvelist
Cvelist
added 3 days ago21 views

CVE-2026-72326 net/sched: cake: reject overhead values that underflow length

In the Linux kernel, the following vulnerability has been resolved: net/sched: cake: reject overhead values that underflow length CAKE accepts signed overhead values and stores them in an s16, but the adjusted packet length calculation uses unsigned arithmetic. A negative effective length can...

0.0022EPSS
SaveExploits0References8
EUVD
EUVD
added 3 days ago5 views

EUVD-2026-59195

In the Linux kernel, the following vulnerability has been resolved: net: ife: require ETHHLEN to be pullable in ifedecode ife decode may return after making only the outer IFE header and metadata pullable. The caller then passes the decapsulated packet to ethtypetrans, which expects the inner...

5.4AI score0.00704EPSS
SaveExploits0References8
Cvelist
Cvelist
added 3 days ago25 views

CVE-2026-72296 net: ife: require ETH_HLEN to be pullable in ife_decode()

In the Linux kernel, the following vulnerability has been resolved: net: ife: require ETHHLEN to be pullable in ifedecode ife decode may return after making only the outer IFE header and metadata pullable. The caller then passes the decapsulated packet to ethtypetrans, which expects the inner...

9.1CVSS0.00704EPSS
SaveExploits0References8
OSV
OSV
added 3 days ago9 views

CVE-2026-72296 net: ife: require ETH_HLEN to be pullable in ife_decode()

In the Linux kernel, the following vulnerability has been resolved: net: ife: require ETHHLEN to be pullable in ifedecode ife decode may return after making only the outer IFE header and metadata pullable. The caller then passes the decapsulated packet to ethtypetrans, which expects the inner...

9.1CVSS5.5AI score
SaveExploits0References11
CVE
CVE
added 3 days ago19 views

CVE-2026-72296

The CVE-2026-72296 entry describes a Linux kernel vulnerability in the net/ife path where ife_decode() could return after pulling only the outer IFE header and metadata, causing eth_type_trans() to see an inner Ethernet header that may be absent in the linear data area. This could lead to a crash...

9.1CVSS5.4AI score0.00704EPSS
SaveExploits0References8
EUVD
EUVD
added 3 days ago5 views

EUVD-2026-59150

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnatsip: reload possible stale data pointer quoting sashiko: ------------------------------------------------------------------------ .. noticed a potential memory bug and header corruption involving the SIP NAT helpe...

5.8AI score0.00704EPSS
SaveExploits0References8
CVE
CVE
added 3 days ago20 views

CVE-2026-72251

CVE-2026-72251 concerns the Linux kernel netfilter nf_nat_sip path. The issue is a memory-pointer/buffer handling flaw: if skb_ensure_writable() reallocates a cloned/fragmented skb, nf_nat_sip() may not update the destination pointer (dptr ) to the new buffer, risking a stale data pointer and pot...

9.8CVSS5.8AI score0.00704EPSS
SaveExploits0References8
CVE
CVE
added 3 days ago19 views

CVE-2026-72234

The CVE relates to the Linux kernel’s batman-adv code. A use-after-free could occur when pskb_may_pull() reallocates the buffer behind skb, and pointers (notably the unicast_packet pointer) are not reassigned, after skb data is accessed. The issue was fixed by ensuring reassignment for affected p...

9.8CVSS5.6AI score0.00684EPSS
SaveExploits0References8
Cvelist
Cvelist
added 3 days ago22 views

CVE-2026-72234 batman-adv: access unicast_ttvn skb->data only after skb realloc

In the Linux kernel, the following vulnerability has been resolved: batman-adv: access unicastttvn skb-data only after skb realloc The pskbmaypull called by batadvgetvid could reallocate the buffer behind the skb. Variables which were pointing to the old buffer need to be reassigned to avoid an...

9.8CVSS0.00684EPSS
SaveExploits0References8
Rows per page
Query Builder