Lucene search
+L

477240 matches found

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
Cvelist
Cvelist
added 4 days ago22 views

CVE-2026-72247 netfilter: nf_conncount: fix zone comparison in tuple dedup

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfconncount: fix zone comparison in tuple dedup The "already exists" dedup logic in nfconncountadd decides whether a connection has already been counted and can be skipped instead of incrementing the connlimit count. I...

7.5CVSS0.00686EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 4 days ago7 views

CVE-2026-72247

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfconncount: fix zone comparison in tuple dedup The "already exists" dedup logic in nfconncountadd decides whether a connection has already been counted and can be skipped instead of incrementing the connlimit count. I...

7.5CVSS5.4AI score0.00686EPSS
SaveExploits0
CVE
CVE
added 4 days ago14 views

CVE-2026-72247

The CVE-2026-72247 issue affects the Linux kernel netfilter nf_conncount dedup logic. Root cause: in __nf_conncount_add(), the code used zone->dir (a u8 bitmask) as the direction argument to nf_ct_zone_id()/nf_ct_zone_equal(), which misinterpreted the direction and could cause incorrect zone I...

7.5CVSS5.4AI score0.00686EPSS
SaveExploits0References8
EUVD
EUVD
added 4 days ago6 views

EUVD-2026-59146

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfconncount: fix zone comparison in tuple dedup The "already exists" dedup logic in nfconncountadd decides whether a connection has already been counted and can be skipped instead of incrementing the connlimit count. I...

5.4AI score0.00686EPSS
SaveExploits0References8
Cvelist
Cvelist
added 4 days ago25 views

CVE-2026-72246

...

0.00189EPSS
SaveExploits0
Debian CVE
Debian CVE
added 4 days ago7 views

CVE-2026-72246

Removed by vendor...

5.3AI score0.00189EPSS
SaveExploits0
EUVD
EUVD
added 4 days ago7 views

EUVD-2026-59145

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: use correct direction to set up tunnel route The layer 2 encapsulation and layer 3 tunnel information in the xmit path is taken from the other tuple, because the tunnel information that is included in the...

5.4AI score0.00189EPSS
SaveExploits0References2
OSV
OSV
added 4 days ago5 views

CVE-2026-72246 netfilter: flowtable: use correct direction to set up tunnel route

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: use correct direction to set up tunnel route The layer 2 encapsulation and layer 3 tunnel information in the xmit path is taken from the other tuple, because the tunnel information that is included in the...

5.5AI score
SaveExploits0References5
CVE
CVE
added 4 days ago14 views

CVE-2026-72245

CVE-2026-72245 relates to the Linux kernel GPU host1x driver, where a reference leak could occur in host1x_device_parse_dt() after device_initialize(). The embedded struct device was freed directly via kfree(device) in the error path, bypassing normal device lifetime handling and leaking a refere...

5.3AI score0.00221EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 4 days ago6 views

CVE-2026-72245

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix device reference leak in host1xdeviceparsedt error path After deviceinitialize, the embedded struct device in struct host1xdevice should be released through the device core with putdevice. In host1xdeviceadd, if...

5.3AI score0.00221EPSS
SaveExploits0
EUVD
EUVD
added 4 days ago5 views

EUVD-2026-59144

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix device reference leak in host1xdeviceparsedt error path After deviceinitialize, the embedded struct device in struct host1xdevice should be released through the device core with putdevice. In host1xdeviceadd, if...

5.4AI score0.00221EPSS
SaveExploits0References8
OSV
OSV
added 4 days ago3 views

CVE-2026-72245 gpu: host1x: Fix device reference leak in host1x_device_parse_dt() error path

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix device reference leak in host1xdeviceparsedt error path After deviceinitialize, the embedded struct device in struct host1xdevice should be released through the device core with putdevice. In host1xdeviceadd, if...

5.5AI score
SaveExploits0References11
Cvelist
Cvelist
added 4 days ago25 views

CVE-2026-72245 gpu: host1x: Fix device reference leak in host1x_device_parse_dt() error path

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix device reference leak in host1xdeviceparsedt error path After deviceinitialize, the embedded struct device in struct host1xdevice should be released through the device core with putdevice. In host1xdeviceadd, if...

0.00221EPSS
SaveExploits0References8
CVE
CVE
added 4 days ago19 views

CVE-2026-72244

CVE-2026-72244 concerns the Linux kernel gpu/buddy allocator. The bug in try_harder contiguous fallback could return a range whose start offset didn’t match the caller’s min_block_size. The fix realigns misaligned candidates by freeing the misaligned run and reallocating exactly @size at the next...

7.8CVSS5.3AI score0.00163EPSS
SaveExploits0References4
Cvelist
Cvelist
added 4 days ago20 views

CVE-2026-72244 gpu/buddy: bail out of try_harder when alignment cannot be honoured

In the Linux kernel, the following vulnerability has been resolved: gpu/buddy: bail out of tryharder when alignment cannot be honoured The tryharder contiguous fallback could return a range whose start offset did not match the caller's minblocksize. When a candidate's start is misaligned, realign...

7.8CVSS0.00163EPSS
SaveExploits0References4
Rows per page
Query Builder