Lucene search
+L

63 matches found

BDU FSTEC
BDU FSTEC
added 2025/03/21 12:0 a.m.9 views

The vulnerability of the ionic_run_xdp() function in the drivers/net/ethernet/pensando/ionic/ionic_txrx.c module of the Linux kernel allows a attacker to cause a service failure.

The vulnerability of the ionicrunxdp function in the drivers/net/ethernet/pensando/ionic/ionictxrx.c file of the Linux kernel is related to the repeated use of previously freed memory. Exploiting this vulnerability could allow an attacker to cause a service failure...

7.5CVSS6.4AI score0.00614EPSS
SaveExploits0References6Affected Software2
Tenable Nessus
Tenable Nessus
added 2025/03/06 12:0 a.m.15 views

Linux Distros Unpatched Vulnerability : CVE-2024-56715

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ionic: Fix netdev notifier unregister on failure If registernetdev fails, then the driver leaks the netdev notifier. Fix this by calling ioniclifunregister on...

7.8CVSS6.7AI score0.00262EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/03/05 12:0 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2024-40907

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: ionic: fix kernel panic in XDPTX action In the XDPTX path, ionic driver sends a packet to th...

9.8CVSS5.8AI score0.00614EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.1 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: ionic: fix use after netifnapidel When queues are started, netifnapiadd and napienable are called. If there are 4 queues and only 3 queues are used for the current configuration, only 3 queues’ napi should be registered and...

7.8CVSS6.3AI score0.00307EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/12/30 3:48 a.m.9 views

SUSE CVE-2024-56714

In the Linux kernel, the following vulnerability has been resolved: ionic: no double destroy workqueue There are some FW error handling paths that can cause us to try to destroy the workqueue more than once, so let's be sure we're checking for that. The case where this popped up was in an AER eve...

5.5CVSS7.6AI score0.00176EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/12/29 2:58 p.m.11 views

CVE-2024-56715

In the Linux kernel, the following vulnerability has been resolved: ionic: Fix netdev notifier unregister on failure If registernetdev fails, then the driver leaks the netdev notifier. Fix this by calling ioniclifunregister on registernetdev failure. This will also call ioniclifunregisterphc if i...

5.1CVSS6.9AI score0.00262EPSS
SaveExploits0References4
NVD
NVD
added 2024/12/29 9:15 a.m.18 views

CVE-2024-56715

In the Linux kernel, the following vulnerability has been resolved: ionic: Fix netdev notifier unregister on failure If registernetdev fails, then the driver leaks the netdev notifier. Fix this by calling ioniclifunregister on registernetdev failure. This will also call ioniclifunregisterphc if i...

7.8CVSS0.00262EPSS
SaveExploits0References6
OSV
OSV
added 2024/12/29 9:15 a.m.3 views

UBUNTU-CVE-2024-56715

In the Linux kernel, the following vulnerability has been resolved: ionic: Fix netdev notifier unregister on failure If registernetdev fails, then the driver leaks the netdev notifier. Fix this by calling ioniclifunregister on registernetdev failure. This will also call ioniclifunregisterphc if i...

7.8CVSS6.2AI score0.00262EPSS
SaveExploits0References34
Debian CVE
Debian CVE
added 2024/12/29 8:48 a.m.8 views

CVE-2024-56715

In the Linux kernel, the following vulnerability has been resolved: ionic: Fix netdev notifier unregister on failure If registernetdev fails, then the driver leaks the netdev notifier. Fix this by calling ioniclifunregister on registernetdev failure. This will also call ioniclifunregisterphc if i...

7.8CVSS5.7AI score0.00262EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/12/29 8:48 a.m.8 views

CVE-2024-56715 ionic: Fix netdev notifier unregister on failure

In the Linux kernel, the following vulnerability has been resolved: ionic: Fix netdev notifier unregister on failure If registernetdev fails, then the driver leaks the netdev notifier. Fix this by calling ioniclifunregister on registernetdev failure. This will also call ioniclifunregisterphc if i...

7.8CVSS7.8AI score0.00262EPSS
SaveExploits0References5
OSV
OSV
added 2024/12/29 8:48 a.m.16 views

CVE-2024-56715 ionic: Fix netdev notifier unregister on failure

In the Linux kernel, the following vulnerability has been resolved: ionic: Fix netdev notifier unregister on failure If registernetdev fails, then the driver leaks the netdev notifier. Fix this by calling ioniclifunregister on registernetdev failure. This will also call ioniclifunregisterphc if i...

7.8CVSS6.1AI score
SaveExploits0References9
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.5 views

kernel: ionic: fix kernel panic in XDP_TX action

A vulnerability was found in the Linux kernel's ionic driver, in the XDPTX action, where the driver sends a packet using a received page that is subsequently freed, if the RX ring buffer is not reset to NULL after this operation, it results in a use of a freed page, leading to a kernel panic...

9.8CVSS7.3AI score0.00614EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.4 views

kernel: ionic: catch failure from devlink_alloc

In the Linux kernel, the following vulnerability has been resolved: ionic: catch failure from devlinkalloc Add a check for NULL on the alloc return. If devlinkalloc fails and we try to use devlinkpriv on the NULL return, the kernel gets very unhappy and panics. With this fix, the driver load will...

5.5CVSS6.8AI score0.00145EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/10/16 1:8 a.m.7 views

kernel: ionic: fix use after netif_napi_del()

A vulnerability was found in the Linux kernel's Ionic driver in the ionicqcqenable function, where the issue arises when the driver fails to reset the .poll pointer to NULL after a queue is unregistered via netifnapidel, leading to a use-after-free scenario when attempting to enable a previously...

7.8CVSS7.2AI score0.00307EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/09/04 12:32 a.m.7 views

kernel: ionic: fix use after netif_napi_del()

A vulnerability was found in the Linux kernel's Ionic driver in the ionicqcqenable function, where the issue arises when the driver fails to reset the .poll pointer to NULL after a queue is unregistered via netifnapidel, leading to a use-after-free scenario when attempting to enable a previously...

7.8CVSS7.2AI score0.00307EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/09/04 12:15 a.m.7 views

kernel: ionic: fix use after netif_napi_del()

A vulnerability was found in the Linux kernel's Ionic driver in the ionicqcqenable function, where the issue arises when the driver fails to reset the .poll pointer to NULL after a queue is unregistered via netifnapidel, leading to a use-after-free scenario when attempting to enable a previously...

7.8CVSS7.2AI score0.00307EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/09/03 3:48 p.m.6 views

kernel: ionic: fix use after netif_napi_del()

A vulnerability was found in the Linux kernel's Ionic driver in the ionicqcqenable function, where the issue arises when the driver fails to reset the .poll pointer to NULL after a queue is unregistered via netifnapidel, leading to a use-after-free scenario when attempting to enable a previously...

7.8CVSS7.2AI score0.00307EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/08/13 3:9 p.m.14 views

kernel: ionic: fix use after netif_napi_del()

A vulnerability was found in the Linux kernel's Ionic driver in the ionicqcqenable function, where the issue arises when the driver fails to reset the .poll pointer to NULL after a queue is unregistered via netifnapidel, leading to a use-after-free scenario when attempting to enable a previously...

7.8CVSS7.2AI score0.00307EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/08/13 2:30 p.m.5 views

kernel: ionic: fix use after netif_napi_del()

A vulnerability was found in the Linux kernel's Ionic driver in the ionicqcqenable function, where the issue arises when the driver fails to reset the .poll pointer to NULL after a queue is unregistered via netifnapidel, leading to a use-after-free scenario when attempting to enable a previously...

7.8CVSS7.2AI score0.00307EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/08/13 11:17 a.m.4 views

kernel: ionic: fix use after netif_napi_del()

A vulnerability was found in the Linux kernel's Ionic driver in the ionicqcqenable function, where the issue arises when the driver fails to reset the .poll pointer to NULL after a queue is unregistered via netifnapidel, leading to a use-after-free scenario when attempting to enable a previously...

7.8CVSS7.2AI score0.00307EPSS
SaveExploits0References5
Rows per page
Query Builder