Lucene search
+L

2202 matches found

OSV
OSV
added 2024/12/27 3:15 p.m.15 views

AZL-55300 CVE-2024-56655 affecting package kernel for versions less than 6.6.76.1-1

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: do not defer rule destruction via callrcu nftableschaindestroy can sleep, it can't be used from callrcu callbacks. Moreover, nftablesrulerelease is only safe for error unwinding, while transaction mutex is he...

5.5CVSS6.6AI score0.00225EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/27 3:15 p.m.8 views

DEBIAN-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.5CVSS5.9AI score0.00234EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/27 3:15 p.m.11 views

DEBIAN-CVE-2024-56577

In the Linux kernel, the following vulnerability has been resolved: media: mtk-jpeg: Fix null-ptr-deref during unload module The workqueue should be destroyed in mtkjpegcore.c since commit 09aea13ecf6f "media: mtk-jpeg: refactor some variables", otherwise the below calltrace can be easily...

5.5CVSS5.7AI score0.00233EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/27 3:15 p.m.9 views

DEBIAN-CVE-2024-56552

In the Linux kernel, the following vulnerability has been resolved: drm/xe/gucsubmit: fix race around suspendpending Currently in some testcases we can trigger: xe 0000:03:00.0: drm Assertion execqueuedestroyedq failed! .... WARNING: CPU: 18 PID: 2640 at drivers/gpu/drm/xe/xegucsubmit.c:1826...

4.7CVSS5.6AI score0.00145EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/27 3:15 p.m.19 views

UBUNTU-CVE-2024-56655

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: do not defer rule destruction via callrcu nftableschaindestroy can sleep, it can't be used from callrcu callbacks. Moreover, nftablesrulerelease is only safe for error unwinding, while transaction mutex is he...

7.8CVSS6.2AI score0.00225EPSS
SaveExploits0References11
OSV
OSV
added 2024/12/27 3:15 p.m.9 views

UBUNTU-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.5CVSS6.6AI score0.00234EPSS
SaveExploits0References49
Cvelist
Cvelist
added 2024/12/27 3:06 p.m.24 views

CVE-2024-56655 netfilter: nf_tables: do not defer rule destruction via call_rcu

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: do not defer rule destruction via callrcu nftableschaindestroy can sleep, it can't be used from callrcu callbacks. Moreover, nftablesrulerelease is only safe for error unwinding, while transaction mutex is he...

7.8CVSS0.00225EPSS
SaveExploits0References7
OSV
OSV
added 2024/12/27 3:06 p.m.15 views

CVE-2024-56655 netfilter: nf_tables: do not defer rule destruction via call_rcu

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: do not defer rule destruction via callrcu nftableschaindestroy can sleep, it can't be used from callrcu callbacks. Moreover, nftablesrulerelease is only safe for error unwinding, while transaction mutex is he...

7.8CVSS6AI score
SaveExploits0References10
Debian CVE
Debian CVE
added 2024/12/27 3:06 p.m.14 views

CVE-2024-56655

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: do not defer rule destruction via callrcu nftableschaindestroy can sleep, it can't be used from callrcu callbacks. Moreover, nftablesrulerelease is only safe for error unwinding, while transaction mutex is he...

7.8CVSS5.6AI score0.00225EPSS
SaveExploits0
CVE
CVE
added 2024/12/27 3:06 p.m.109 views

CVE-2024-56655

CVE-2024-56655 affects the Linux kernel nf_tables path under netfilter. The root cause is deferred destruction of rules via call_rcu, where nf_tables_chain_destroy can sleep and the to-be-destroyed rule could be exposed to datapath/dumps without a required synchronize_rcu() in between. nf_table_r...

7.8CVSS6.6AI score0.00225EPSS
SaveExploits0References7Affected Software1
Vulnrichment
Vulnrichment
added 2024/12/27 2:23 p.m.3 views

CVE-2024-56577 media: mtk-jpeg: Fix null-ptr-deref during unload module

In the Linux kernel, the following vulnerability has been resolved: media: mtk-jpeg: Fix null-ptr-deref during unload module The workqueue should be destroyed in mtkjpegcore.c since commit 09aea13ecf6f "media: mtk-jpeg: refactor some variables", otherwise the below calltrace can be easily...

7.4AI score0.00233EPSS
SaveExploits0References3
NVD
NVD
added 2024/12/27 2:15 p.m.18 views

CVE-2024-53215

In the Linux kernel, the following vulnerability has been resolved: svcrdma: fix miss destroy percpucounter in svcrdmaprocinit There's issue as follows: RPC: Registered rdma transport module. RPC: Registered rdma backchannel transport module. RPC: Unregistered rdma transport module. RPC:...

5.5CVSS0.00222EPSS
SaveExploits0References7
OSV
OSV
added 2024/12/27 2:15 p.m.10 views

UBUNTU-CVE-2024-53169

In the Linux kernel, the following vulnerability has been resolved: nvme-fabrics: fix kernel crash while shutting down controller The nvme keep-alive operation, which executes at a periodic interval, could potentially sneak in while shutting down a fabric controller. This may lead to a race betwe...

9.8CVSS6.5AI score0.00541EPSS
SaveExploits0References18
Cvelist
Cvelist
added 2024/12/27 1:50 p.m.35 views

CVE-2024-53215 svcrdma: fix miss destroy percpu_counter in svc_rdma_proc_init()

In the Linux kernel, the following vulnerability has been resolved: svcrdma: fix miss destroy percpucounter in svcrdmaprocinit There's issue as follows: RPC: Registered rdma transport module. RPC: Registered rdma backchannel transport module. RPC: Unregistered rdma transport module. RPC:...

0.00222EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/12/27 1:49 p.m.4 views

CVE-2024-53169 nvme-fabrics: fix kernel crash while shutting down controller

In the Linux kernel, the following vulnerability has been resolved: nvme-fabrics: fix kernel crash while shutting down controller The nvme keep-alive operation, which executes at a periodic interval, could potentially sneak in while shutting down a fabric controller. This may lead to a race betwe...

7.3AI score0.00541EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2024/12/27 12:00 a.m.15 views

PT-2024-35658 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A vulnerability has been resolved in the Linux kernel. The issue is related to the net/l2tp module, specifically in the l2tp exit net function. The problem occurs when the IDR ID...

7.3AI score0.00186EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2024/12/03 12:16 a.m.6 views

SUSE CVE-2024-53118

In the Linux kernel, the following vulnerability has been resolved: vsock: Fix skerrorqueue memory leak Kernel queues MSGZEROCOPY completion notifications on the error queue. Where they remain, until explicitly recved. To prevent memory leaks, clean up the queue when the socket is destroyed...

5.5CVSS7.7AI score0.00205EPSS
SaveExploits0References14
SUSE CVE
SUSE CVE
added 2024/12/03 12:16 a.m.9 views

SUSE CVE-2024-53119

In the Linux kernel, the following vulnerability has been resolved: virtio/vsock: Fix acceptqueue memory leak As the final stages of socket destruction may be delayed, it is possible that virtiotransportrecvlisten will be called after the acceptqueue has been flushed, but before the SOCKDONE flag...

5.5CVSS7.6AI score0.00251EPSS
SaveExploits0References17
Positive Technologies
Positive Technologies
added 2024/12/03 12:00 a.m.24 views

PT-2025-2833

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A vulnerability in the Linux kernel has been resolved, related to the nvme-rdma module. The issue occurs when the admin q is destroyed while creating a controller, causing the kernel to...

5.7CVSS5.5AI score0.00822EPSS
SaveExploits0
OSV
OSV
added 2024/12/02 2:15 p.m.13 views

AZL-54204 CVE-2024-53119 affecting package kernel for versions less than 5.15.176.3-1

In the Linux kernel, the following vulnerability has been resolved: virtio/vsock: Fix acceptqueue memory leak As the final stages of socket destruction may be delayed, it is possible that virtiotransportrecvlisten will be called after the acceptqueue has been flushed, but before the SOCKDONE flag...

5.5CVSS6.3AI score0.00251EPSS
SaveExploits0References1
Rows per page
Query Builder