Lucene search
+L

245039 matches found

EUVD
EUVD
added yesterday5 views

EUVD-2026-59023

In the Linux kernel, the following vulnerability has been resolved: net: mana: Validate the packet length reported by the NIC Validate the packet length reported in the RX CQE before passing it to skb processing. The CQE is supplied by the NIC device and should not be blindly trusted...

5.3AI score0.00209EPSS
SaveExploits0References5
Cvelist
Cvelist
added yesterday11 views

CVE-2026-72065 net: mana: Validate the packet length reported by the NIC

In the Linux kernel, the following vulnerability has been resolved: net: mana: Validate the packet length reported by the NIC Validate the packet length reported in the RX CQE before passing it to skb processing. The CQE is supplied by the NIC device and should not be blindly trusted...

0.00209EPSS
SaveExploits0References5
CVE
CVE
added yesterday10 views

CVE-2026-72064

CVE-2026-72064 relates to the Linux kernel net: mana RX path. When frag_count > 1, RX buffers are taken from page pool fragments and remain DMA mapped; the RX completion path did not call dma_unmap_single(), so the implicit CPU sync prior to handing data to the networking stack was missing. Th...

5.7AI score0.00198EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added yesterday6 views

CVE-2026-72064

In the Linux kernel, the following vulnerability has been resolved: net: mana: Sync page pool RX frags for CPU MANA allocates RX buffers from page pool fragments when fragcount is greater than 1. In that case the buffers remain DMA mapped by page pool and the RX completion path does not call...

5.7AI score0.00198EPSS
SaveExploits0
EUVD
EUVD
added yesterday5 views

EUVD-2026-59021

In the Linux kernel, the following vulnerability has been resolved: gpio: tegra: do not call pinctrl for GPIO direction tegragpiodirectioninput and tegragpiodirectionoutput already program the GPIO controller direction registers directly. The additional pinctrlgpiodirectioninput/output calls do n...

5.5AI score0.00209EPSS
SaveExploits0References5
Cvelist
Cvelist
added yesterday10 views

CVE-2026-72063 gpio: tegra: do not call pinctrl for GPIO direction

In the Linux kernel, the following vulnerability has been resolved: gpio: tegra: do not call pinctrl for GPIO direction tegragpiodirectioninput and tegragpiodirectionoutput already program the GPIO controller direction registers directly. The additional pinctrlgpiodirectioninput/output calls do n...

0.00209EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added yesterday6 views

CVE-2026-72063

In the Linux kernel, the following vulnerability has been resolved: gpio: tegra: do not call pinctrl for GPIO direction tegragpiodirectioninput and tegragpiodirectionoutput already program the GPIO controller direction registers directly. The additional pinctrlgpiodirectioninput/output calls do n...

5.5AI score0.00209EPSS
SaveExploits0
CVE
CVE
added yesterday11 views

CVE-2026-72063

CVE-2026-72063 affects Linux kernel Tegra GPIO direction handling. The fix removes redundant pinctrl_gpio_direction_input()/pinctrl_gpio_direction_output() calls, which previously entered the pinctrl core and could sleep in atomic context while a per-line spinlock was held. tegra_gpio_direction_i...

5.4AI score0.00209EPSS
SaveExploits0References5
EUVD
EUVD
added yesterday3 views

EUVD-2026-59020

In the Linux kernel, the following vulnerability has been resolved: gpio: mt7621: avoid corruption of shared interrupt trigger state The bank-shared fields like 'rising' and 'falling' are modified using non-atomic read-modify-write operations. Since every gpio chip instance represents an entire...

5.5AI score0.00209EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added yesterday5 views

CVE-2026-72062

In the Linux kernel, the following vulnerability has been resolved: gpio: mt7621: avoid corruption of shared interrupt trigger state The bank-shared fields like 'rising' and 'falling' are modified using non-atomic read-modify-write operations. Since every gpio chip instance represents an entire...

5.5AI score0.00209EPSS
SaveExploits0
CVE
CVE
added yesterday10 views

CVE-2026-72062

CVE-2026-72062 affects the Linux kernel GPIO path for mt7621, where bank-wide interrupt-trig state (rising/falling) could be corrupted by non-atomic read-modify-write updates when multiple IRQs on the same bank run concurrently. The issue arises because each gpio chip instance represents a 32-pin...

5.5AI score0.00209EPSS
SaveExploits0References5
Cvelist
Cvelist
added yesterday11 views

CVE-2026-72062 gpio: mt7621: avoid corruption of shared interrupt trigger state

In the Linux kernel, the following vulnerability has been resolved: gpio: mt7621: avoid corruption of shared interrupt trigger state The bank-shared fields like 'rising' and 'falling' are modified using non-atomic read-modify-write operations. Since every gpio chip instance represents an entire...

0.00209EPSS
SaveExploits0References5
Cvelist
Cvelist
added yesterday12 views

CVE-2026-72061 net: sit: require CAP_NET_ADMIN in the device netns for changelink

In the Linux kernel, the following vulnerability has been resolved: net: sit: require CAPNETADMIN in the device netns for changelink ipip6changelink operates on at most two netns, devnetdev and the tunnel link netns t-net. They differ once the device is created in or moved to a netns other than t...

0.0022EPSS
SaveExploits0References8
EUVD
EUVD
added yesterday3 views

EUVD-2026-59019

In the Linux kernel, the following vulnerability has been resolved: net: sit: require CAPNETADMIN in the device netns for changelink ipip6changelink operates on at most two netns, devnetdev and the tunnel link netns t-net. They differ once the device is created in or moved to a netns other than t...

5.5AI score0.0022EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added yesterday5 views

CVE-2026-72061

In the Linux kernel, the following vulnerability has been resolved: net: sit: require CAPNETADMIN in the device netns for changelink ipip6changelink operates on at most two netns, devnetdev and the tunnel link netns t-net. They differ once the device is created in or moved to a netns other than t...

5.4AI score0.0022EPSS
SaveExploits0
EUVD
EUVD
added yesterday4 views

EUVD-2026-59018

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: icssg: guard PA stat lookups icssgndogetstats64 unconditionally calls emacgetstatbyname with FW PA stat names regardless of whether the PA stats block is present on the hardware. emacgetstatbyname already guard...

5.5AI score0.00206EPSS
SaveExploits0References3
CVE
CVE
added yesterday9 views

CVE-2026-72060

The CVE-2026-72060 entry concerns a Linux kernel issue in the TI ICSSG Ethernet driver where icssg_ndo_get_stats64() unconditionally calls emac_get_stat_by_name() for FW PA stats even if the PA stats block is absent. The root cause is that emac_get_stat_by_name() relies on pa_stats guard, but the...

5.5AI score0.00206EPSS
SaveExploits0References3
Cvelist
Cvelist
added yesterday14 views

CVE-2026-72060 net: ethernet: ti: icssg: guard PA stat lookups

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: icssg: guard PA stat lookups icssgndogetstats64 unconditionally calls emacgetstatbyname with FW PA stat names regardless of whether the PA stats block is present on the hardware. emacgetstatbyname already guard...

0.00206EPSS
SaveExploits0References3
CVE
CVE
added yesterday9 views

CVE-2026-72061

The CVE describes a Linux kernel vulnerability in the handling of changelink for sit tunnels. ipip6_changelink() could be influenced by a caller with CAP_NET_ADMIN in the device netns but not in the tunnel’s netns (t->net) because the CAP_NET_ADMIN check was performed only against dev_net(dev)...

5.4AI score0.0022EPSS
SaveExploits0References8
Cvelist
Cvelist
added yesterday11 views

CVE-2026-72059 net: wwan: t7xx: destroy DMA pool on CLDMA late init failure

In the Linux kernel, the following vulnerability has been resolved: net: wwan: t7xx: destroy DMA pool on CLDMA late init failure t7xxcldmalateinit creates mdctrl-gpddmapool before initializing the TX and RX rings. If any ring initialization fails, the error path frees the already initialized ring...

0.00215EPSS
SaveExploits0References6
Rows per page
Query Builder