Lucene search
+L

367285 matches found

Cvelist
Cvelist
added 4 days ago20 views

CVE-2026-72251 netfilter: nf_nat_sip: reload possible stale data pointer

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...

9.8CVSS0.00704EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 4 days ago6 views

CVE-2026-72250

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfconntrackreasm: guard macheader adjustment after IPv6 defrag nfctfrag6reasm slides the packet head forward to drop the IPv6 fragment header and then unconditionally advances skb-macheader: skb-macheader += sizeofstru...

7.8CVSS5.3AI score0.00164EPSS
SaveExploits0
OSV
OSV
added 4 days ago9 views

CVE-2026-72251 netfilter: nf_nat_sip: reload possible stale data pointer

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...

9.8CVSS6AI score
SaveExploits0References11
OSV
OSV
added 4 days ago8 views

CVE-2026-72250 netfilter: nf_conntrack_reasm: guard mac_header adjustment after IPv6 defrag

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfconntrackreasm: guard macheader adjustment after IPv6 defrag nfctfrag6reasm slides the packet head forward to drop the IPv6 fragment header and then unconditionally advances skb-macheader: skb-macheader += sizeofstru...

7.8CVSS5.5AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 4 days ago5 views

CVE-2026-72251

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...

9.8CVSS5.8AI score0.00704EPSS
SaveExploits0
EUVD
EUVD
added 4 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
Cvelist
Cvelist
added 4 days ago21 views

CVE-2026-72250 netfilter: nf_conntrack_reasm: guard mac_header adjustment after IPv6 defrag

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfconntrackreasm: guard macheader adjustment after IPv6 defrag nfctfrag6reasm slides the packet head forward to drop the IPv6 fragment header and then unconditionally advances skb-macheader: skb-macheader += sizeofstru...

7.8CVSS0.00164EPSS
SaveExploits0References8
CVE
CVE
added 4 days ago17 views

CVE-2026-72250

The CVE-2026-72250 entry documents a Linux kernel vulnerability in netfilter nf_conntrack_reasm where IPv6 defragmentation erroneously adjusts skb->mac_header. Specifically, nf_ct_frag6_reasm() advances skb->mac_header after dropping the IPv6 fragment header, but on NF_INET_LOCAL_OUT the ma...

7.8CVSS5.3AI score0.00164EPSS
SaveExploits0References8
EUVD
EUVD
added 4 days ago3 views

EUVD-2026-59149

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfconntrackreasm: guard macheader adjustment after IPv6 defrag nfctfrag6reasm slides the packet head forward to drop the IPv6 fragment header and then unconditionally advances skb-macheader: skb-macheader += sizeofstru...

5.4AI score0.00164EPSS
SaveExploits0References8
CVE
CVE
added 4 days ago22 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
Cvelist
Cvelist
added 4 days ago21 views

CVE-2026-72249 netfilter: flowtable: use dst in this direction when pushing IPIP header

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: use dst in this direction when pushing IPIP header When pushing the IPIP header, the route of the other direction is used to calculate the headroom, use the route in this direction. Accessing the other tuple...

9.8CVSS0.00516EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 4 days ago6 views

CVE-2026-72249

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: use dst in this direction when pushing IPIP header When pushing the IPIP header, the route of the other direction is used to calculate the headroom, use the route in this direction. Accessing the other tuple...

9.8CVSS5.4AI score0.00516EPSS
SaveExploits0
OSV
OSV
added 4 days ago6 views

CVE-2026-72249 netfilter: flowtable: use dst in this direction when pushing IPIP header

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: use dst in this direction when pushing IPIP header When pushing the IPIP header, the route of the other direction is used to calculate the headroom, use the route in this direction. Accessing the other tuple...

9.8CVSS5.5AI score
SaveExploits0References5
EUVD
EUVD
added 4 days ago3 views

EUVD-2026-59148

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: use dst in this direction when pushing IPIP header When pushing the IPIP header, the route of the other direction is used to calculate the headroom, use the route in this direction. Accessing the other tuple...

5.4AI score0.00516EPSS
SaveExploits0References2
CVE
CVE
added 4 days ago22 views

CVE-2026-72249

The CVE-2026-72249 entry documents a Linux kernel netfilter flowtable bug: when pushing IPIP headers, the code uses the wrong direction’s route to calculate headroom, causing iph->frag_off and headroom handling to be incorrect. The issue arises from accessing the other tuple to set IP source/d...

9.8CVSS5.4AI score0.00516EPSS
SaveExploits0References2
CVE
CVE
added 4 days ago18 views

CVE-2026-72248

The CVE-2026-72248 entry pertains to the Linux kernel netfilter flowtable: IPIP tunnels with direct xmit can crash the tunnel transmit path due to missing dst_entry when checking headroom and setting iph->frag_off. The workaround/patch moves dst_cache and dst_cookie out of the runtime union so...

9.8CVSS5.4AI score0.00516EPSS
SaveExploits0References2
EUVD
EUVD
added 4 days ago10 views

EUVD-2026-59147

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: support IPIP tunnel with direct xmit The combination of IPIP tunnel with direct xmit, eg. bridge device, breaks because no dstentry is provided to check the skb headroom and to set the iph-fragoff field. Thi...

5.4AI score0.00516EPSS
SaveExploits0References2
OSV
OSV
added 4 days ago9 views

CVE-2026-72248 netfilter: flowtable: support IPIP tunnel with direct xmit

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: support IPIP tunnel with direct xmit The combination of IPIP tunnel with direct xmit, eg. bridge device, breaks because no dstentry is provided to check the skb headroom and to set the iph-fragoff field. Thi...

9.8CVSS5.5AI score
SaveExploits0References5
Cvelist
Cvelist
added 4 days ago21 views

CVE-2026-72248 netfilter: flowtable: support IPIP tunnel with direct xmit

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: support IPIP tunnel with direct xmit The combination of IPIP tunnel with direct xmit, eg. bridge device, breaks because no dstentry is provided to check the skb headroom and to set the iph-fragoff field. Thi...

9.8CVSS0.00516EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 4 days ago4 views

CVE-2026-72248

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: support IPIP tunnel with direct xmit The combination of IPIP tunnel with direct xmit, eg. bridge device, breaks because no dstentry is provided to check the skb headroom and to set the iph-fragoff field. Thi...

9.8CVSS5.4AI score0.00516EPSS
SaveExploits0
Rows per page
Query Builder