Lucene search
+L

438 matches found

OSV
OSV
added 2025/02/14 9:21 a.m.24 views

CLSA-2025-1739524909 Fix of 7 CVEs

CVE-url: https://ubuntu.com/security/CVE-2024-53104 - media: uvcvideo: Skip parsing frames of type UVCVSUNDEFINED in uvcparseformat CVE-url: https://ubuntu.com/security/CVE-2024-41020 - filelock: Fix fcntl/close race recovery compat path CVE-url: https://ubuntu.com/security/CVE-2024-43892 - memcg...

7.8CVSS7AI score0.03395EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/01/13 6:50 a.m.19 views

CVE-2024-50051

In the Linux kernel, the following vulnerability has been resolved: spi: mpc52xx: Add cancelworksync before module remove If we remove the module which will call mpc52xxspiremove it will free 'ms' through spiunregistercontroller. while the work ms-work will be used. The sequence of operations tha...

5.5CVSS6.8AI score0.00231EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/01/12 12:17 a.m.6 views

SUSE CVE-2024-50051

In the Linux kernel, the following vulnerability has been resolved: spi: mpc52xx: Add cancelworksync before module remove If we remove the module which will call mpc52xxspiremove it will free 'ms' through spiunregistercontroller. while the work ms-work will be used. The sequence of operations tha...

7CVSS7.6AI score0.00231EPSS
SaveExploits0References17
NVD
NVD
added 2025/01/11 1:15 p.m.16 views

CVE-2024-50051

In the Linux kernel, the following vulnerability has been resolved: spi: mpc52xx: Add cancelworksync before module remove If we remove the module which will call mpc52xxspiremove it will free 'ms' through spiunregistercontroller. while the work ms-work will be used. The sequence of operations tha...

7.8CVSS0.00231EPSS
SaveExploits0References8
OSV
OSV
added 2025/01/11 1:15 p.m.5 views

DEBIAN-CVE-2024-50051

In the Linux kernel, the following vulnerability has been resolved: spi: mpc52xx: Add cancelworksync before module remove If we remove the module which will call mpc52xxspiremove it will free 'ms' through spiunregistercontroller. while the work ms-work will be used. The sequence of operations tha...

7.8CVSS5.7AI score0.00231EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/11 1:15 p.m.6 views

UBUNTU-CVE-2024-50051

In the Linux kernel, the following vulnerability has been resolved: spi: mpc52xx: Add cancelworksync before module remove If we remove the module which will call mpc52xxspiremove it will free 'ms' through spiunregistercontroller. while the work ms-work will be used. The sequence of operations tha...

7.8CVSS6.1AI score0.00231EPSS
SaveExploits0References52
CVE
CVE
added 2025/01/11 12:25 p.m.183 views

CVE-2024-50051

CVE-2024-50051 (Linux kernel) affects the mpc52xx SPI driver. The issue arises when a module is removed while a scheduled work item (ms->work) is still alive, because ms is freed via spi_unregister_controller but the work item may still be executed, enabling a use-after-free scenario. The fix ...

7.8CVSS6.5AI score0.00231EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2025/01/11 12:25 p.m.21 views

CVE-2024-50051

In the Linux kernel, the following vulnerability has been resolved: spi: mpc52xx: Add cancelworksync before module remove If we remove the module which will call mpc52xxspiremove it will free 'ms' through spiunregistercontroller. while the work ms-work will be used. The sequence of operations tha...

7.8CVSS5.7AI score0.00231EPSS
SaveExploits0
OSV
OSV
added 2025/01/11 12:25 p.m.18 views

CVE-2024-50051 spi: mpc52xx: Add cancel_work_sync before module remove

In the Linux kernel, the following vulnerability has been resolved: spi: mpc52xx: Add cancelworksync before module remove If we remove the module which will call mpc52xxspiremove it will free 'ms' through spiunregistercontroller. while the work ms-work will be used. The sequence of operations tha...

7.8CVSS6AI score
SaveExploits0References11
Cvelist
Cvelist
added 2025/01/11 12:25 p.m.31 views

CVE-2024-50051 spi: mpc52xx: Add cancel_work_sync before module remove

In the Linux kernel, the following vulnerability has been resolved: spi: mpc52xx: Add cancelworksync before module remove If we remove the module which will call mpc52xxspiremove it will free 'ms' through spiunregistercontroller. while the work ms-work will be used. The sequence of operations tha...

0.00231EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2024/12/29 2:32 p.m.17 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.5CVSS6.8AI score0.00222EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/12/28 3:49 a.m.7 views

SUSE CVE-2024-56541

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix use-after-free in ath12kdpcccleanup During ath12k module removal, in ath12kcoredeinit, ath12kmacdestroy un-registers ah-hw from mac80211 and frees the ah-hw as well as all the ar's in it. After this...

7.8CVSS7.7AI score0.00219EPSS
SaveExploits0References7
NVD
NVD
added 2024/12/27 2:15 p.m.25 views

CVE-2024-56541

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix use-after-free in ath12kdpcccleanup During ath12k module removal, in ath12kcoredeinit, ath12kmacdestroy un-registers ah-hw from mac80211 and frees the ah-hw as well as all the ar's in it. After this...

7.8CVSS0.00219EPSS
SaveExploits0References3
OSV
OSV
added 2024/12/27 2:15 p.m.6 views

DEBIAN-CVE-2024-56541

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix use-after-free in ath12kdpcccleanup During ath12k module removal, in ath12kcoredeinit, ath12kmacdestroy un-registers ah-hw from mac80211 and frees the ah-hw as well as all the ar's in it. After this...

7.8CVSS6.2AI score0.00219EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/27 2:15 p.m.8 views

UBUNTU-CVE-2024-56541

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix use-after-free in ath12kdpcccleanup During ath12k module removal, in ath12kcoredeinit, ath12kmacdestroy un-registers ah-hw from mac80211 and frees the ah-hw as well as all the ar's in it. After this...

7.8CVSS6.4AI score0.00219EPSS
SaveExploits0References9
OSV
OSV
added 2024/12/27 2:15 p.m.16 views

UBUNTU-CVE-2024-56542

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix a memleak issue when driver is removed Running "modprobe amdgpu" the second time followed by a modprobe -r amdgpu causes a call trace like: 845.212163 Memory manager not clean during takedown. 845.212170...

5.5CVSS6.5AI score0.00211EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/12/27 2:11 p.m.13 views

CVE-2024-56541 wifi: ath12k: fix use-after-free in ath12k_dp_cc_cleanup()

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix use-after-free in ath12kdpcccleanup During ath12k module removal, in ath12kcoredeinit, ath12kmacdestroy un-registers ah-hw from mac80211 and frees the ah-hw as well as all the ar's in it. After this...

7.5AI score0.00219EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/12/27 2:11 p.m.32 views

CVE-2024-56541 wifi: ath12k: fix use-after-free in ath12k_dp_cc_cleanup()

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix use-after-free in ath12kdpcccleanup During ath12k module removal, in ath12kcoredeinit, ath12kmacdestroy un-registers ah-hw from mac80211 and frees the ah-hw as well as all the ar's in it. After this...

0.00219EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/12/27 1:50 p.m.4 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:...

7.6AI score0.00222EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2024/12/27 12:00 a.m.12 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 rtw88 driver in the wifi subsystem not properly clearing the TX skb when removing modules...

7.8CVSS6.5AI score0.00228EPSS
SaveExploits0References2
Rows per page
Query Builder