Lucene search
+L

846 matches found

RedhatCVE
RedhatCVE
added 2024/12/29 2:26 p.m.30 views

CVE-2024-53181

In the Linux kernel, the following vulnerability has been resolved: um: vector: Do not use drvdata in release The drvdata is not available in release. Let's just use containerof to get the vectordevice instance. Otherwise, removing a vector device will result in a crash: RIP:...

5.5CVSS6.7AI score0.00247EPSS
SaveExploits0References4
OSV
OSV
added 2024/12/29 12:15 p.m.7 views

DEBIAN-CVE-2024-56751

In the Linux kernel, the following vulnerability has been resolved: ipv6: release nexthop on device removal The CI is hitting some aperiodic hangup at device removal time in the pmtu.sh self-test: unregisternetdevice: waiting for vethA-R1 to become free. Usage count = 6 reftracker:...

5.5CVSS5.7AI score0.00219EPSS
SaveExploits0References1
NVD
NVD
added 2024/12/29 12:15 p.m.17 views

CVE-2024-56751

In the Linux kernel, the following vulnerability has been resolved: ipv6: release nexthop on device removal The CI is hitting some aperiodic hangup at device removal time in the pmtu.sh self-test: unregisternetdevice: waiting for vethA-R1 to become free. Usage count = 6 reftracker:...

5.5CVSS0.00219EPSS
SaveExploits0References7
OSV
OSV
added 2024/12/29 12:15 p.m.10 views

AZL-54854 CVE-2024-56751 affecting package kernel for versions less than 6.6.64.2-1

In the Linux kernel, the following vulnerability has been resolved: ipv6: release nexthop on device removal The CI is hitting some aperiodic hangup at device removal time in the pmtu.sh self-test: unregisternetdevice: waiting for vethA-R1 to become free. Usage count = 6 reftracker:...

5.5CVSS6.7AI score0.00219EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/29 12:15 p.m.12 views

AZL-54764 CVE-2024-56751 affecting package kernel for versions less than 5.15.182.1-1

In the Linux kernel, the following vulnerability has been resolved: ipv6: release nexthop on device removal The CI is hitting some aperiodic hangup at device removal time in the pmtu.sh self-test: unregisternetdevice: waiting for vethA-R1 to become free. Usage count = 6 reftracker:...

5.5CVSS6.8AI score0.00219EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/29 12:15 p.m.9 views

UBUNTU-CVE-2024-56751

In the Linux kernel, the following vulnerability has been resolved: ipv6: release nexthop on device removal The CI is hitting some aperiodic hangup at device removal time in the pmtu.sh self-test: unregisternetdevice: waiting for vethA-R1 to become free. Usage count = 6 reftracker:...

5.5CVSS6.2AI score0.00219EPSS
SaveExploits0References30
OSV
OSV
added 2024/12/29 11:30 a.m.9 views

CVE-2024-56751 ipv6: release nexthop on device removal

In the Linux kernel, the following vulnerability has been resolved: ipv6: release nexthop on device removal The CI is hitting some aperiodic hangup at device removal time in the pmtu.sh self-test: unregisternetdevice: waiting for vethA-R1 to become free. Usage count = 6 reftracker:...

5.9AI score
SaveExploits0References10
Cvelist
Cvelist
added 2024/12/29 11:30 a.m.30 views

CVE-2024-56751 ipv6: release nexthop on device removal

In the Linux kernel, the following vulnerability has been resolved: ipv6: release nexthop on device removal The CI is hitting some aperiodic hangup at device removal time in the pmtu.sh self-test: unregisternetdevice: waiting for vethA-R1 to become free. Usage count = 6 reftracker:...

0.00219EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/12/29 11:30 a.m.8 views

CVE-2024-56751

In the Linux kernel, the following vulnerability has been resolved: ipv6: release nexthop on device removal The CI is hitting some aperiodic hangup at device removal time in the pmtu.sh self-test: unregisternetdevice: waiting for vethA-R1 to become free. Usage count = 6 reftracker:...

5.5CVSS5.7AI score0.00219EPSS
SaveExploits0
CVE
CVE
added 2024/12/29 11:30 a.m.184 views

CVE-2024-56751

Summary (CVE-2024-56751): A Linux kernel IPv6 issue involving releasing a nexthop on device removal. The vulnerability is tied to a hang in the pmtu self-test when removing a network device, caused by a stale or lingering nexthop/dst reference that prevents proper cleanup. The root cause is descr...

5.5CVSS6.4AI score0.00219EPSS
SaveExploits0References7Affected Software1
CNNVD
CNNVD
added 2024/12/29 12:00 a.m.6 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the release of nexthop on device removal in the ipv6 module...

5.5CVSS6.5AI score0.00219EPSS
SaveExploits0References5
NVD
NVD
added 2024/12/28 10:15 a.m.14 views

CVE-2024-56699

In the Linux kernel, the following vulnerability has been resolved: s390/pci: Fix potential double remove of hotplug slot In commit 6ee600bfbe0f "s390/pci: remove hotplug slot when releasing the device" the zpciexitslot was moved from zpcidevicereserved to zpcireleasedevice with the intention of...

7.8CVSS0.00212EPSS
SaveExploits0References3
CVE
CVE
added 2024/12/28 9:46 a.m.2328 views

CVE-2024-56699

In CVE-2024-56699, the Linux kernel on s390 PCI (zPCI) could double-remove a hotplug slot due to zpci_exit_slot() being moved to zpci_release_device() and released only after all refs dropped. The non-reserved path tear-down incorrectly affected both configured and standby states, risking hotplug...

7.8CVSS6.7AI score0.00212EPSS
SaveExploits0References3Affected Software1
NVD
NVD
added 2024/12/27 3:15 p.m.10 views

CVE-2024-56599

In the Linux kernel, the following vulnerability has been resolved: wifi: ath10k: avoid NULL pointer error during sdio remove When running 'rmmod ath10k', ath10ksdioremove will free sdio workqueue by destroyworkqueue. But if CONFIGINITONFREEDEFAULTON is set to yes, kernel panic will happen: Call...

5.5CVSS0.00234EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/12/27 2:11 p.m.34 views

CVE-2024-56538 drm: zynqmp_kms: Unplug DRM device before removal

In the Linux kernel, the following vulnerability has been resolved: drm: zynqmpkms: Unplug DRM device before removal Prevent userspace accesses to the DRM device from causing use-after-frees by unplugging the device before we remove it. This causes any further userspace accesses to result in an...

7.8CVSS0.0027EPSS
SaveExploits0References4
OSV
OSV
added 2024/12/27 1:49 p.m.10 views

CVE-2024-53184 um: ubd: Do not use drvdata in release

In the Linux kernel, the following vulnerability has been resolved: um: ubd: Do not use drvdata in release The drvdata is not available in release. Let's just use containerof to get the ubd instance. Otherwise, removing a ubd device will result in a crash: RIP: 0033:blkmqfreetagset+0x1f/0xba RSP:...

6.1AI score
SaveExploits0References14
CNNVD
CNNVD
added 2024/12/27 12:00 a.m.3 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from an unreleased nexthop during device removal in the ipv6 module...

7.8CVSS6.6AI score0.00241EPSS
SaveExploits0References8
OSV
OSV
added 2024/12/24 10:15 a.m.2 views

DEBIAN-CVE-2024-53240

In the Linux kernel, the following vulnerability has been resolved: xen/netfront: fix crash when removing device When removing a netfront device directly after a suspend/resume cycle it might happen that the queues have not been setup again, causing a crash during the attempt to stop the queues...

5.7CVSS5.7AI score0.00624EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/12/18 3:48 a.m.5 views

SUSE CVE-2024-53240

In the Linux kernel, the following vulnerability has been resolved: xen/netfront: fix crash when removing device When removing a netfront device directly after a suspend/resume cycle it might happen that the queues have not been setup again, causing a crash during the attempt to stop the queues...

5.5CVSS7.7AI score0.00624EPSS
SaveExploits0References21
RedHat Linux
RedHat Linux
added 2024/12/11 4:18 p.m.9 views

kernel: powerpc/eeh: avoid possible crash when edev->pdev changes

In the Linux kernel, the following vulnerability has been resolved: powerpc/eeh: avoid possible crash when edev-pdev changes If a PCI device is removed during eehpereportedev, edev-pdev will change and can cause a crash, hold the PCI rescan/remove lock while taking a copy of edev-pdev-bus...

7.8CVSS6.4AI score0.00239EPSS
SaveExploits0References5
Rows per page
Query Builder