Lucene search
+L

1437 matches found

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

AZL-55148 CVE-2024-56599 affecting package kernel for versions less than 6.6.76.1-1

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.5AI score0.00222EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/27 3:15 p.m.16 views

UBUNTU-CVE-2024-56658

In the Linux kernel, the following vulnerability has been resolved: net: defer final 'struct net' free in netns dismantle Ilya reported a slab-use-after-free in dstdestroy 1 Issue is in xfrm6netinit and xfrm4netinit : They copy xfrm46dstopstemplate into net-xfrm.xfrm46dstops. But net structure...

7.8CVSS6.2AI score0.00236EPSS
SaveExploits0References49
OSV
OSV
added 2024/12/27 3:15 p.m.5 views

UBUNTU-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.5CVSS6.2AI score0.00233EPSS
SaveExploits0References20
OSV
OSV
added 2024/12/27 3:15 p.m.7 views

UBUNTU-CVE-2024-56561

In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: Fix PCI domain ID release in pciepcdestroy pciepcdestroy invokes pcibusreleasedomainnr to release the PCI domain ID, but there are two issues: - 'epc-dev' is passed to pcibusreleasedomainnr which was already freed ...

7.8CVSS6.5AI score0.00217EPSS
SaveExploits0References16
OSV
OSV
added 2024/12/27 2:51 p.m.10 views

CVE-2024-56599 wifi: ath10k: avoid NULL pointer error during sdio remove

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.2AI score0.00222EPSS
SaveExploits0References11
OSV
OSV
added 2024/12/27 2:15 p.m.1 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.4 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
SUSE Linux
SUSE Linux
added 2024/12/04 12:3 a.m.2 views

Security update for the Linux Kernel (Live Patch 46 for SLE 15 SP3)

This update for the Linux Kernel 5.3.18-15030059167 fixes several issues. The following security issues were fixed: CVE-2024-43861: Fix memory leak for not ip packets bsc1229553. CVE-2021-47598: schcake: do not call cakedestroy from cakeinit bsc1227471. CVE-2021-47291: ipv6: fix another...

7.8CVSS8.1AI score0.00269EPSS
SaveExploits0References16
BDU FSTEC
BDU FSTEC
added 2024/11/26 12:0 a.m.11 views

The vulnerability of the sock_map_{close,destroy,unhash}() functions in the Linux operating system allows a hacker to compromise the confidentiality and accessibility of the protected information.

The vulnerability of the functions sockmapclose,destroy,unhash in the net/core/sockmap.c module of the Linux operating system is related to stack overflow due to infinite recursion. Exploiting this vulnerability can allow a remote attacker to compromise the confidentiality and accessibility of th...

9.1CVSS6.8AI score0.01219EPSS
SaveExploits0References16Affected Software5
BDU FSTEC
BDU FSTEC
added 2024/11/26 12:0 a.m.11 views

The vulnerability of the sched/psi components in Linux kernel allows a hacker to elevate their privileges within the system.

The vulnerabilities of the sched/psi components can be exploited through incorrect usage after being released in the psitriggerdestroy function. Exploiting these vulnerabilities could allow attackers to gain elevated privileges within the system...

8.8CVSS6.6AI score0.00262EPSS
SaveExploits0References21Affected Software6
OSV
OSV
added 2024/11/25 10:15 p.m.11 views

AZL-54601 CVE-2024-53100 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: nvme: tcp: avoid race between queuelock lock and destroy Commit 76d54bf20cdc "nvme-tcp: don't access released socket during error recovery" added a mutexlock call for the queue-queuelock in nvmetcpgetaddress. However, the mutexlo...

4.7CVSS6.3AI score0.00161EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/25 10:15 p.m.2 views

DEBIAN-CVE-2024-53100

In the Linux kernel, the following vulnerability has been resolved: nvme: tcp: avoid race between queuelock lock and destroy Commit 76d54bf20cdc "nvme-tcp: don't access released socket during error recovery" added a mutexlock call for the queue-queuelock in nvmetcpgetaddress. However, the mutexlo...

4.7CVSS5.5AI score0.00161EPSS
SaveExploits0References1
NVD
NVD
added 2024/11/25 10:15 p.m.33 views

CVE-2024-53100

In the Linux kernel, the following vulnerability has been resolved: nvme: tcp: avoid race between queuelock lock and destroy Commit 76d54bf20cdc "nvme-tcp: don't access released socket during error recovery" added a mutexlock call for the queue-queuelock in nvmetcpgetaddress. However, the mutexlo...

4.7CVSS0.00161EPSS
SaveExploits0References5
OSV
OSV
added 2024/11/25 10:15 p.m.8 views

AZL-54642 CVE-2024-53100 affecting package kernel for versions less than 6.6.64.2-1

In the Linux kernel, the following vulnerability has been resolved: nvme: tcp: avoid race between queuelock lock and destroy Commit 76d54bf20cdc "nvme-tcp: don't access released socket during error recovery" added a mutexlock call for the queue-queuelock in nvmetcpgetaddress. However, the mutexlo...

4.7CVSS6.3AI score0.00161EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/11/25 9:21 p.m.3 views

CVE-2024-53100 nvme: tcp: avoid race between queue_lock lock and destroy

In the Linux kernel, the following vulnerability has been resolved: nvme: tcp: avoid race between queuelock lock and destroy Commit 76d54bf20cdc "nvme-tcp: don't access released socket during error recovery" added a mutexlock call for the queue-queuelock in nvmetcpgetaddress. However, the mutexlo...

7.5AI score0.00161EPSS
SaveExploits0References4
CVE
CVE
added 2024/11/25 9:21 p.m.168 views

CVE-2024-53100

CVE-2024-53100: Linux kernel nvme-tcp fix for a race between queue_lock usage in nvme_tcp_get_address() and destruction in nvme_tcp_free_queue(). The commit 76d54bf20cdc adds a mutex_lock for queue->queue_lock, but this can race with mutex_destroy(), triggering a WARN during error recovery. A ...

4.7CVSS6.4AI score0.00161EPSS
SaveExploits0References5Affected Software1
CNNVD
CNNVD
added 2024/11/25 12:0 a.m.4 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 Linux kernel that stems from a race condition between mutexlock and mutexdestroy in nvmetcpfreequeue, resulting in a security warning...

4.7CVSS6.3AI score0.00161EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/11/20 3:49 a.m.4 views

SUSE CVE-2024-53056

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Fix potential NULL dereference in mtkcrtcdestroy In mtkcrtccreate, if the call to mboxrequestchannel fails then we set the "mtkcrtc-cmdqclient.chan" pointer to NULL. In that situation, we do not call cmdqpktcreate...

5.5CVSS7.6AI score0.00204EPSS
SaveExploits0References16
OSV
OSV
added 2024/11/19 6:15 p.m.1 views

DEBIAN-CVE-2024-53068

In the Linux kernel, the following vulnerability has been resolved: firmware: armscmi: Fix slab-use-after-free in scmibusnotifier The scmidev-name is released prematurely in scmidevicedestroy, which causes slab-use-after-free when accessing scmidev-name in scmibusnotifier. So move the release of...

7.8CVSS6.2AI score0.00221EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/19 6:15 p.m.4 views

UBUNTU-CVE-2024-53077

In the Linux kernel, the following vulnerability has been resolved: rpcrdma: Always release the rpcrdmadevice's xaarray Dai pointed out that the xainitflags in rpcrdmaaddone needs to have a matching xadestroy in rpcrdmaremoveone to release underlying memory that the xarray might have accrued duri...

5.5CVSS5.7AI score0.00186EPSS
SaveExploits0References8
Rows per page
Query Builder