Lucene search
+L

4355 matches found

OSV
OSV
added 2026/01/25 2:36 p.m.8 views

CVE-2026-23013 net: octeon_ep_vf: fix free_irq dev_id mismatch in IRQ rollback

In the Linux kernel, the following vulnerability has been resolved: net: octeonepvf: fix freeirq devid mismatch in IRQ rollback octepvfrequestirqs requests MSI-X queue IRQs with devid set to ioqvector. If requestirq fails part-way, the rollback loop calls freeirq with devid set to 'oct', which do...

7CVSS5.3AI score0.00152EPSS
SaveExploits0References6
CVE
CVE
added 2026/01/25 2:36 p.m.28 views

CVE-2026-23013

CVE-2026-23013 pertains to the Linux kernel: in the octeon_ep_vf IRQ handling, the rollback path frees IRQs with a mismatched dev_id, using the literal 'oct' instead of the original ioq_vector. This can leave irqaction registrations alive, causing a use-after-free or crash when the interrupt fire...

7.8CVSS5.2AI score0.00152EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2026/01/25 2:36 p.m.10 views

CVE-2026-23013

In the Linux kernel, the following vulnerability has been resolved: net: octeonepvf: fix freeirq devid mismatch in IRQ rollback octepvfrequestirqs requests MSI-X queue IRQs with devid set to ioqvector. If requestirq fails part-way, the rollback loop calls freeirq with devid set to 'oct', which do...

7.8CVSS5.3AI score0.00152EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/01/25 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-23013

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net: octeonepvf: fix freeirq devid mismatch in IRQ rollback octepvfrequestirqs requests MSI-X queue IRQs with devid set to ioqvector. If requestirq fails...

7.8CVSS6.4AI score0.00152EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/01/24 12:25 a.m.5 views

SUSE CVE-2025-71156

In the Linux kernel, the following vulnerability has been resolved: gve: defer interrupt enabling until NAPI registration Currently, interrupts are automatically enabled immediately upon request. This allows interrupt to fire before the associated NAPI context is fully initialized and cause...

5.5CVSS5.3AI score0.00119EPSS
SaveExploits0References10
NVD
NVD
added 2026/01/23 4:15 p.m.13 views

CVE-2025-71158

In the Linux kernel, the following vulnerability has been resolved: gpio: mpsse: ensure worker is torn down When an IRQ worker is running, unplugging the device would cause a crash. The sealevel hardware this driver was written for was not hotpluggable, so I never realized it. This change uses a...

7.8CVSS0.00144EPSS
SaveExploits0References2
OSV
OSV
added 2026/01/23 4:15 p.m.9 views

UBUNTU-CVE-2025-71158

In the Linux kernel, the following vulnerability has been resolved: gpio: mpsse: ensure worker is torn down When an IRQ worker is running, unplugging the device would cause a crash. The sealevel hardware this driver was written for was not hotpluggable, so I never realized it. This change uses a...

5.5CVSS5.7AI score0.00144EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2026/01/23 4:15 p.m.7 views

CVE-2025-71158

In the Linux kernel, the following vulnerability has been resolved: gpio: mpsse: ensure worker is torn down When an IRQ worker is running, unplugging the device would cause a crash. The sealevel hardware this driver was written for was not hotpluggable, so I never realized it. This change uses a...

7.8CVSS5.8AI score0.00144EPSS
SaveExploits0References10
ATTACKERKB
ATTACKERKB
added 2026/01/23 3:23 p.m.4 views

CVE-2025-71158

In the Linux kernel, the following vulnerability has been resolved: gpio: mpsse: ensure worker is torn down When an IRQ worker is running, unplugging the device would cause a crash. The sealevel hardware this driver was written for was not hotpluggable, so I never realized it. This change uses a...

5.8AI score0.00144EPSS
SaveExploits0References3Affected Software1
NVD
NVD
added 2026/01/23 3:16 p.m.9 views

CVE-2025-71156

In the Linux kernel, the following vulnerability has been resolved: gve: defer interrupt enabling until NAPI registration Currently, interrupts are automatically enabled immediately upon request. This allows interrupt to fire before the associated NAPI context is fully initialized and cause...

7.8CVSS0.00119EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/01/23 3:16 p.m.5 views

CVE-2025-71156

In the Linux kernel, the following vulnerability has been resolved: gve: defer interrupt enabling until NAPI registration Currently, interrupts are automatically enabled immediately upon request. This allows interrupt to fire before the associated NAPI context is fully initialized and cause...

7.8CVSS6.1AI score0.00119EPSS
SaveExploits0References12
OSV
OSV
added 2026/01/23 3:16 p.m.4 views

UBUNTU-CVE-2025-71156

In the Linux kernel, the following vulnerability has been resolved: gve: defer interrupt enabling until NAPI registration Currently, interrupts are automatically enabled immediately upon request. This allows interrupt to fire before the associated NAPI context is fully initialized and cause...

7.8CVSS5.9AI score0.00119EPSS
SaveExploits0References12
OSV
OSV
added 2026/01/23 2:25 p.m.7 views

CVE-2025-71156 gve: defer interrupt enabling until NAPI registration

In the Linux kernel, the following vulnerability has been resolved: gve: defer interrupt enabling until NAPI registration Currently, interrupts are automatically enabled immediately upon request. This allows interrupt to fire before the associated NAPI context is fully initialized and cause...

7.8CVSS5.3AI score0.00119EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/01/23 2:25 p.m.34 views

CVE-2025-71156 gve: defer interrupt enabling until NAPI registration

In the Linux kernel, the following vulnerability has been resolved: gve: defer interrupt enabling until NAPI registration Currently, interrupts are automatically enabled immediately upon request. This allows interrupt to fire before the associated NAPI context is fully initialized and cause...

0.00119EPSS
SaveExploits0References3
CVE
CVE
added 2026/01/23 2:25 p.m.38 views

CVE-2025-71156

CVE-2025-71156 : In the Linux kernel gve driver, interrupt enabling is deferred until NAPI registration. Currently interrupts may be enabled on request before the NAPI context is ready, causing failures (call trace leading to __napi_poll, net_rx_action, etc.). The workaround/mitigation described ...

7.8CVSS5.2AI score0.00119EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2026/01/23 2:25 p.m.9 views

CVE-2025-71156

In the Linux kernel, the following vulnerability has been resolved: gve: defer interrupt enabling until NAPI registration Currently, interrupts are automatically enabled immediately upon request. This allows interrupt to fire before the associated NAPI context is fully initialized and cause...

7.8CVSS5.4AI score0.00119EPSS
SaveExploits0
CNNVD
CNNVD
added 2026/01/23 12:0 a.m.10 views

Linux Kernel Security Vulnerabilities

The Linux kernel is the kernel used by the Linux operating system developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the improper closure of the IRQ working thread when removing devices, potentially leading to crashes...

5.5CVSS6AI score0.00144EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/01/23 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2025-71156

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: gve: defer interrupt enabling until NAPI registration Currently, interrupts are automaticall...

7.8CVSS5.5AI score0.00119EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/01/23 12:0 a.m.6 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-004917)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-004917 advisory. In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Don't BUG if userspace injects an interrupt with GIF=0 Don't BUG/WARN on interrupt...

5.5CVSS7AI score0.00224EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/01/22 12:0 a.m.4 views

Azure Linux 3.0 Security Update: hyperv-daemons (CVE-2024-35816)

The version of hyperv-daemons installed on the remote Azure Linux 3.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-35816 advisory. - In the Linux kernel, the following vulnerability has been resolved: firewire: ohci: prevent leak of...

5.5CVSS5.3AI score0.00222EPSS
SaveExploits0References2
Rows per page
Query Builder