Lucene search
+L

368318 matches found

CVE
CVE
added 5 days ago20 views

CVE-2026-72410

In the Linux kernel, the octeontx2-af component fixes an issue where the NIX maximum number of LFs could be set via devlink before any LFs were assigned to a PF/VF. The root cause was an incorrect condition used to determine if LFs were assigned; the patch corrects this check. This vulnerability ...

7.8CVSS5.3AI score0.00163EPSS
SaveExploits0References4
CVE
CVE
added 5 days ago18 views

CVE-2026-72409

CVE-2026-72409 — Linux kernel mvneta per-CPU interrupt resume issue Affected: Linux kernel running on Marvell MPIC platforms (Armada 370/XP/38x) with mvneta NIC driver.Root cause: During NAPI, the ISR disables the per-CPU interrupt (disable_percpu_irq) and schedules NAPI poll; if suspend occurs b...

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

EUVD-2026-59308

In the Linux kernel, the following vulnerability has been resolved: net: mvneta: re-enable percpu interrupt on resume On Marvell MPIC platforms Armada 370/XP/38x, mvneta uses a percpu IRQ disable/enable scheme for NAPI: the ISR mvnetapercpuisr calls disablepercpuirq to mask the MPIC per-CPU...

5.4AI score0.00686EPSS
SaveExploits0References8
Cvelist
Cvelist
added 5 days ago28 views

CVE-2026-72410 octeontx2-af: Validate NIX maximum LFs correctly

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: Validate NIX maximum LFs correctly NIX maximum number of LFs can be set via devlink command but that can be done before assigning any LFs to a PF/VF. The condition used to check whether any LFs are assigned is...

7.8CVSS0.00163EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 5 days ago4 views

CVE-2026-72410

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: Validate NIX maximum LFs correctly NIX maximum number of LFs can be set via devlink command but that can be done before assigning any LFs to a PF/VF. The condition used to check whether any LFs are assigned is...

7.8CVSS5.3AI score0.00163EPSS
SaveExploits0
Debian CVE
Debian CVE
added 5 days ago6 views

CVE-2026-72409

In the Linux kernel, the following vulnerability has been resolved: net: mvneta: re-enable percpu interrupt on resume On Marvell MPIC platforms Armada 370/XP/38x, mvneta uses a percpu IRQ disable/enable scheme for NAPI: the ISR mvnetapercpuisr calls disablepercpuirq to mask the MPIC per-CPU...

7.5CVSS5.4AI score0.00686EPSS
SaveExploits0
Cvelist
Cvelist
added 5 days ago34 views

CVE-2026-72408 geneve: gate GRO hint in geneve_gro_complete() on gs->gro_hint

In the Linux kernel, the following vulnerability has been resolved: geneve: gate GRO hint in genevegrocomplete on gs-grohint genevegroreceive reads the GRO hint through geneveskgrohintoff, which honours it only when the socket enabled IFLAGENEVEGROHINT gs-grohint. genevegrocomplete instead calls...

10CVSS0.00407EPSS
SaveExploits0References2
OSV
OSV
added 5 days ago7 views

CVE-2026-72408 geneve: gate GRO hint in geneve_gro_complete() on gs->gro_hint

In the Linux kernel, the following vulnerability has been resolved: geneve: gate GRO hint in genevegrocomplete on gs-grohint genevegroreceive reads the GRO hint through geneveskgrohintoff, which honours it only when the socket enabled IFLAGENEVEGROHINT gs-grohint. genevegrocomplete instead calls...

10CVSS5.6AI score
SaveExploits0References5
EUVD
EUVD
added 5 days ago6 views

EUVD-2026-59307

In the Linux kernel, the following vulnerability has been resolved: geneve: gate GRO hint in genevegrocomplete on gs-grohint genevegroreceive reads the GRO hint through geneveskgrohintoff, which honours it only when the socket enabled IFLAGENEVEGROHINT gs-grohint. genevegrocomplete instead calls...

5.5AI score0.00407EPSS
SaveExploits0References2
CVE
CVE
added 5 days ago19 views

CVE-2026-72408

Summary of the CVE-2026-72408 vulnerability (Linux kernel): The issue, in geneve GRO handling, arises when geneve_gro_complete() processes a GRO hint unconditionally while geneve_gro_receive() may honor the hint only if gs->gro_hint is enabled. This mismatch allowed an attacker-supplied GRO hi...

10CVSS5.4AI score0.00407EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 5 days ago6 views

CVE-2026-72408

In the Linux kernel, the following vulnerability has been resolved: geneve: gate GRO hint in genevegrocomplete on gs-grohint genevegroreceive reads the GRO hint through geneveskgrohintoff, which honours it only when the socket enabled IFLAGENEVEGROHINT gs-grohint. genevegrocomplete instead calls...

10CVSS5.4AI score0.00407EPSS
SaveExploits0
Cvelist
Cvelist
added 5 days ago36 views

CVE-2026-72406 net: sungem: fix probe error cleanup

In the Linux kernel, the following vulnerability has been resolved: net: sungem: fix probe error cleanup geminitone calls gemremoveone when registernetdev fails. gemremoveone unregisters and frees resources owned by the netdevice, including the DMA block, MMIO mapping, PCI regions, and the...

7.8CVSS0.00164EPSS
SaveExploits0References8
Cvelist
Cvelist
added 5 days ago34 views

CVE-2026-72407 geneve: validate inner network offset in geneve_gro_complete()

In the Linux kernel, the following vulnerability has been resolved: geneve: validate inner network offset in genevegrocomplete Even with both paths gated on gs-grohint, genevegrocomplete re-derives the inner dispatch type and length from the packet and the current gs-grohint, independently of...

10CVSS0.00516EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 5 days ago8 views

CVE-2026-72407

In the Linux kernel, the following vulnerability has been resolved: geneve: validate inner network offset in genevegrocomplete Even with both paths gated on gs-grohint, genevegrocomplete re-derives the inner dispatch type and length from the packet and the current gs-grohint, independently of...

10CVSS5.5AI score0.00516EPSS
SaveExploits0
EUVD
EUVD
added 5 days ago7 views

EUVD-2026-59305

In the Linux kernel, the following vulnerability has been resolved: net: sungem: fix probe error cleanup geminitone calls gemremoveone when registernetdev fails. gemremoveone unregisters and frees resources owned by the netdevice, including the DMA block, MMIO mapping, PCI regions, and the...

5.4AI score0.00164EPSS
SaveExploits0References8
CVE
CVE
added 5 days ago19 views

CVE-2026-72406

CVE-2026-72406 relates to the Linux kernel sungem driver. The issue occurred during probe error handling: gem_init_one() could call gem_remove_one() on register_netdev() failure and then fall through to cleanup, potentially freeing the same resources twice (DMA block, MMIO, PCI regions, net_devic...

7.8CVSS5.4AI score0.00164EPSS
SaveExploits0References8
EUVD
EUVD
added 5 days ago8 views

EUVD-2026-59306

In the Linux kernel, the following vulnerability has been resolved: geneve: validate inner network offset in genevegrocomplete Even with both paths gated on gs-grohint, genevegrocomplete re-derives the inner dispatch type and length from the packet and the current gs-grohint, independently of...

5.5AI score0.00516EPSS
SaveExploits0References2
CVE
CVE
added 5 days ago40 views

CVE-2026-72407

The CVE describes a Linux kernel vulnerability in geneve GRO handling where geneve_gro_complete() could derive a dispatch offset from stale or conflicting state (gs->gro_hint) vs the actual inner header parsed by geneve_gro_receive(), potentially leading to out-of-bounds processing. The fix en...

10CVSS5.5AI score0.00516EPSS
SaveExploits0References2
OSV
OSV
added 5 days ago3 views

CVE-2026-72406 net: sungem: fix probe error cleanup

In the Linux kernel, the following vulnerability has been resolved: net: sungem: fix probe error cleanup geminitone calls gemremoveone when registernetdev fails. gemremoveone unregisters and frees resources owned by the netdevice, including the DMA block, MMIO mapping, PCI regions, and the...

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

CVE-2026-72406

In the Linux kernel, the following vulnerability has been resolved: net: sungem: fix probe error cleanup geminitone calls gemremoveone when registernetdev fails. gemremoveone unregisters and frees resources owned by the netdevice, including the DMA block, MMIO mapping, PCI regions, and the...

7.8CVSS5.4AI score0.00164EPSS
SaveExploits0
Rows per page
Query Builder