Lucene search
+L

139 matches found

EUVD
EUVD
•added 2026/09/24 3:52 p.m.•5 views

EUVD-2026-86151

In the Linux kernel, the following vulnerability has been resolved: staging: octeon: add missing taskletkill in cvmocttxshutdown The TX cleanup tasklet can be scheduled by the watchdog IRQ handler to execute cvmocttxdocleanup. There can be a pending tasklet in the queue which might run after the...

6.5AI score0.00196EPSS
SaveExploits0References8
CVE
CVE
•added 2026/09/24 3:52 p.m.•12 views

CVE-2026-93279

A use-after-free vulnerability exists in the Linux kernel within the staging: octeon driver. The issue occurs because the TX cleanup tasklet, which can be scheduled by the watchdog IRQ handler to execute cvm_oct_tx_do_cleanup, may remain in the queue and execute after cvm_oct_remove() has already...

6.5AI score0.00196EPSS
SaveExploits0References8
OSV
OSV
•added 2026/09/24 3:52 p.m.•6 views

CVE-2026-93279 staging: octeon: add missing tasklet_kill in cvm_oct_tx_shutdown

In the Linux kernel, the following vulnerability has been resolved: staging: octeon: add missing taskletkill in cvmocttxshutdown The TX cleanup tasklet can be scheduled by the watchdog IRQ handler to execute cvmocttxdocleanup. There can be a pending tasklet in the queue which might run after the...

6.5AI score
SaveExploits0References11
EUVD
EUVD
•added 2026/09/24 3:52 p.m.•4 views

EUVD-2026-86150

In the Linux kernel, the following vulnerability has been resolved: staging: octeon: add missing napidisable in cvmoctrxshutdown cvmoctrxshutdown calls freeirq and netifnapidel without disabling the napi instance first. As the freeirq only waits for completion of hard interrupt handlers, the napi...

5.8AI score0.00192EPSS
SaveExploits0References7
OSV
OSV
•added 2026/09/24 3:52 p.m.•4 views

CVE-2026-93278 staging: octeon: add missing napi_disable in cvm_oct_rx_shutdown

In the Linux kernel, the following vulnerability has been resolved: staging: octeon: add missing napidisable in cvmoctrxshutdown cvmoctrxshutdown calls freeirq and netifnapidel without disabling the napi instance first. As the freeirq only waits for completion of hard interrupt handlers, the napi...

5.8AI score
SaveExploits0References10
CVE
CVE
•added 2026/09/24 3:52 p.m.•9 views

CVE-2026-93278

The Linux kernel contains a vulnerability in the octeon staging driver. The function cvm_oct_rx_shutdown incorrectly calls free_irq and netif_napi_del without first calling napi_disable. Because free_irq only ensures completion of hard interrupt handlers, the napi poll function may remain active....

5.8AI score0.00192EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
•added 2026/09/24 12:00 a.m.•3 views

Linux Distros Unpatched Vulnerability : CVE-2026-93279

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - staging: octeon: add missing taskletkill in cvmocttxshutdown The TX cleanup tasklet can be scheduled by the watchdog IRQ handler to execute cvmocttxdocleanup...

6.4AI score0.00196EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
•added 2026/09/24 12:00 a.m.•3 views

Linux Distros Unpatched Vulnerability : CVE-2026-93278

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - staging: octeon: add missing napidisable in cvmoctrxshutdown cvmoctrxshutdown calls freeirq and netifnapidel without disabling the napi instance first. As the...

6.1AI score0.00192EPSS
SaveExploits0References3
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•6 views

Astra Linux – Vulnerabilities in Linux 5.10, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: ata: pataocteoncf: Fixed the refcount leak in octeoncfprobe. The function offinddevicebynode takes a reference; we should use putdevice to release it when there is no longer a need for it. Added the missing putdevice call to avoi...

5.5CVSS5.8AI score0.00276EPSS
SaveExploits0References1
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•8 views

Astra Linux – Vulnerabilities in Linux, Linux-5.10, Linux-5.15, Linux-6.1

In the Linux kernel, the following vulnerability has been resolved: MIPS: Octeon – Add PCIe link status check The standard PCIe configuration read-write interface is used to access the configuration space of peripheral PCIe devices in the mips processor. After the PCIe link becomes unavailable, i...

5.5CVSS6.1AI score0.00298EPSS
SaveExploits0References2
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•5 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: octeonep: Added handling of SKB allocation failures in octepoqprocessrx. The buildskb function returns NULL in case of a memory allocation failure. Therefore, this behavior should be handled within octepoqprocessrx to prevent NUL...

7.5CVSS6.2AI score0.00576EPSS
SaveExploits0References2
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•8 views

Astra Linux – Vulnerabilities in Linux 5.10, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: MIPS: Cavium-Octeon: The issue of missing nodeput in octeon2usbclocksstart has been fixed. We should call nodeput for the reference uctlnode returned by ofgetparent, as this will increase the refcount. Otherwise, there will be a...

5.5CVSS5.9AI score0.00189EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
•added 2026/08/19 10:01 a.m.•9 views

CVE-2026-74309

A flaw was found in the Linux kernel's vdpa/octeonep component. This vulnerability involves an incorrect mapping of Interrupt Request IRQ numbers to processing rings within the interrupt handler. The system incorrectly calculates the IRQ index, which can lead to misdirected or mishandled...

10CVSS5.3AI score0.00649EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
•added 2026/08/15 12:00 a.m.•21 views

PT-2026-72745

In the Linux kernel, the following vulnerability has been resolved: vdpa/octeon ep: fix IRQ-to-ring mapping in interrupt handler Look up the IRQ index in oct hw-irqs instead of assuming irq - irqs0. This supports non-contiguous IRQ numbers and avoids incorrect ring indexing when irqs0 is not the...

5.2AI score0.00649EPSS
SaveExploits0References4
Rockylinux
Rockylinux
•added 2026/08/08 12:07 a.m.•42 views

kernel security, bug fix, and enhancement update

An update is available for kernel. This update affects Rocky Linux 10. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list The kernel packages contain the Linux kernel, the core of any Linux operating...

9.8CVSS5.7AI score0.00861EPSS
SaveExploits0
OSV
OSV
•added 2026/08/08 12:07 a.m.•13 views

RLSA-2026:51295 Moderate: kernel security, bug fix, and enhancement update

The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: ipv6: ioam: fix heap buffer overflow in ioam6filltracedata CVE-2026-43186 Bug Fixes and Enhancements: kernel panics caused by NULL pointer dereferences within octeonepvf rhel-10.2.z...

7.5CVSS8.2AI score0.00861EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
•added 2026/08/08 12:00 a.m.•18 views

RockyLinux 10 : kernel (RLSA-2026:51295)

The remote RockyLinux 10 host has packages installed that are affected by a vulnerability as referenced in the RLSA-2026:51295 advisory. kernel: ipv6: ioam: fix heap buffer overflow in ioam6filltracedata CVE-2026-43186 Bug Fixes and Enhancements: kernel panics caused by NULL pointer dereferences...

9.8CVSS8.7AI score0.00861EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
•added 2026/08/07 12:00 a.m.•20 views

RHEL 10 : kernel (RHSA-2026:51295)

The remote Redhat Enterprise Linux 10 host has packages installed that are affected by a vulnerability as referenced in the RHSA-2026:51295 advisory. The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: ipv6: ioam: fix heap buffer overflow ...

9.8CVSS8.2AI score0.00861EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/08/06 9:54 p.m.•20 views

Moderate: Red Hat Security Advisory: kernel security, bug fix, and enhancement update

An update for kernel is now available for Red Hat Enterprise Linux 10. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from th...

9.8CVSS5.8AI score0.00861EPSS
SaveExploits0References2
Oracle linux
Oracle linux
•added 2026/08/06 12:00 a.m.•26 views

kernel security, bug fix, and enhancement update

5.14.0-687.36.1 - Disable UKI signing Orabug: 36571828 - Update Oracle Linux certificates Kevin Lyons - Disable signing for aarch64 Ilya Okomin - Oracle Linux RHCK Module Signing Key was added to the kernel trusted keys list olkmodsigningkey.pem Orabug: 29539237 - Update x509.genkey Orabug:...

7.8CVSS5.5AI score0.00175EPSS
SaveExploits1
Rows per page
Query Builder