Lucene search
K

1536 matches found

OSV
OSV
added 2024/12/27 2:51 p.m.7 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.00014EPSS
Exploits0References11
CVE
CVE
added 2024/12/27 2:51 p.m.161 views

CVE-2024-56599

CVE-2024-56599 records a Linux kernel vulnerability in the wifi/ath10k SDIO path where rmmod ath10k could panic if CONFIG_INIT_ON_FREE_DEFAULT_ON is enabled. The root cause is a NULL-pointer path involving destroying the sdio workqueue before ath10k_core_destroy frees the wiphy/cfg80211 device, l...

5.5CVSS6.6AI score0.00014EPSS
Exploits0References8Affected Software1
Vulnrichment
Vulnrichment
added 2024/12/27 2:23 p.m.2 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.00016EPSS
Exploits0References3
OSV
OSV
added 2024/12/27 2:15 p.m.1 views

DEBIAN-CVE-2024-53186

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in SMB request handling A race condition exists between SMB request handling in ksmbdconnhandlerloop and the freeing of ksmbdconn in the workqueue handler handleksmbdwork. This leads to a UAF. - KASAN:...

7CVSS6.1AI score0.00026EPSS
Exploits0References1
OSV
OSV
added 2024/12/27 2:15 p.m.1 views

DEBIAN-CVE-2024-53176

In the Linux kernel, the following vulnerability has been resolved: smb: During unmount, ensure all cached dir instances drop their dentry The unmount process cifskillsb calling closeallcacheddirs can race with various cached directory operations, which ultimately results in dentries not being...

4.7CVSS5.7AI score0.00009EPSS
Exploits0References1
NVD
NVD
added 2024/12/27 2:15 p.m.13 views

CVE-2024-53176

In the Linux kernel, the following vulnerability has been resolved: smb: During unmount, ensure all cached dir instances drop their dentry The unmount process cifskillsb calling closeallcacheddirs can race with various cached directory operations, which ultimately results in dentries not being...

4.7CVSS0.00009EPSS
Exploits0References4
OSV
OSV
added 2024/12/27 2:15 p.m.0 views

UBUNTU-CVE-2024-53176

In the Linux kernel, the following vulnerability has been resolved: smb: During unmount, ensure all cached dir instances drop their dentry The unmount process cifskillsb calling closeallcacheddirs can race with various cached directory operations, which ultimately results in dentries not being...

4.7CVSS6.5AI score0.00009EPSS
Exploits0References19
CVE
CVE
added 2024/12/27 1:49 p.m.2265 views

CVE-2024-53176

CVE-2024-53176 in the Linux kernel SMB/CIFS unmount path could race with cached directory operations, leaving dentries in use and triggering kernel BUGs. The fix drops dentries via queued work (cfid_put_wq) and ensures close_all_cached_dirs() flushes that work, with final cleanup performed by ser...

4.7CVSS6.4AI score0.00009EPSS
Exploits0References4Affected Software1
Cvelist
Cvelist
added 2024/12/27 1:49 p.m.14 views

CVE-2024-53176 smb: During unmount, ensure all cached dir instances drop their dentry

In the Linux kernel, the following vulnerability has been resolved: smb: During unmount, ensure all cached dir instances drop their dentry The unmount process cifskillsb calling closeallcacheddirs can race with various cached directory operations, which ultimately results in dentries not being...

0.00009EPSS
Exploits0References4
OSV
OSV
added 2024/12/20 1:7 p.m.1 views

OESA-2024-2571 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Let probe fail when workqueue cannot be enabled The workqueue is enabled when the appropriate driver is loaded and disabled when the driver is...

7.8CVSS5.7AI score0.0002EPSS
Exploits0References6
OSV
OSV
added 2024/12/20 1:7 p.m.1 views

OESA-2024-2569 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Let probe fail when workqueue cannot be enabled The workqueue is enabled when the appropriate driver is loaded and disabled when the driver is...

8CVSS5.5AI score0.00094EPSS
Exploits0References9
SUSE CVE
SUSE CVE
added 2024/12/05 12:15 a.m.1 views

SUSE CVE-2024-53140

In the Linux kernel, the following vulnerability has been resolved: netlink: terminate outstanding dump on socket close Netlink supports iterative dumping of data. It provides the families the following ops: - start - optional kicks off the dumping process - dump - actual dump helper, keeps getti...

5.5CVSS6.8AI score0.00014EPSS
Exploits1References16
OSV
OSV
added 2024/12/04 3:15 p.m.2 views

DEBIAN-CVE-2024-53140

In the Linux kernel, the following vulnerability has been resolved: netlink: terminate outstanding dump on socket close Netlink supports iterative dumping of data. It provides the families the following ops: - start - optional kicks off the dumping process - dump - actual dump helper, keeps getti...

5.5CVSS5.8AI score0.00014EPSS
Exploits1References1
OSV
OSV
added 2024/12/04 3:15 p.m.1 views

UBUNTU-CVE-2024-53140

In the Linux kernel, the following vulnerability has been resolved: netlink: terminate outstanding dump on socket close Netlink supports iterative dumping of data. It provides the families the following ops: - start - optional kicks off the dumping process - dump - actual dump helper, keeps getti...

5.5CVSS6.2AI score0.00014EPSS
Exploits1References50
Cvelist
Cvelist
added 2024/12/04 2:20 p.m.13 views

CVE-2024-53140 netlink: terminate outstanding dump on socket close

In the Linux kernel, the following vulnerability has been resolved: netlink: terminate outstanding dump on socket close Netlink supports iterative dumping of data. It provides the families the following ops: - start - optional kicks off the dumping process - dump - actual dump helper, keeps getti...

0.00014EPSS
Exploits1References8
CVE
CVE
added 2024/12/04 2:20 p.m.187 views

CVE-2024-53140

CVE-2024-53140 — Linux kernel netlink dump cleanup issue : The vulnerability arises when a user closes the netlink socket during an asynchronous dump operation. Dumping is driven by .start/.dump/.done calls in response to socket recvmsg(), and cleanup could be deferred to a workqueue. If the sock...

5.5CVSS6.6AI score0.00014EPSS
Exploits1References10Affected Software1
BDU FSTEC
BDU FSTEC
added 2024/12/04 12:0 a.m.2 views

The vulnerability of the workqueue component in the Linux operating system’s kernel allows a hacker to trigger a service failure.

The vulnerability of the workqueue component in the Linux operating system’s kernel is related to resource management errors. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.3AI score0.00018EPSS
Exploits0References9Affected Software4
SUSE CVE
SUSE CVE
added 2024/11/22 3:48 a.m.3 views

SUSE CVE-2024-53090

In the Linux kernel, the following vulnerability has been resolved: afs: Fix lock recursion afswakeupasynccall can incur lock recursion. The problem is that it is called from AFRXRPC whilst holding the -notifylock, but it tries to take a ref on the afscall struct in order to pass it to a work que...

5.5CVSS7.6AI score0.00004EPSS
Exploits0References17
RedhatCVE
RedhatCVE
added 2024/11/21 7:27 p.m.7 views

CVE-2024-53054

In the Linux kernel, the following vulnerability has been resolved: cgroup/bpf: use a dedicated workqueue for cgroup bpf destruction A hungtask problem shown below was found: INFO: task kworker/0:0:8 blocked for more than 327 seconds. "echo 0 /proc/sys/kernel/hungtasktimeoutsecs" disables this...

5.5CVSS6.6AI score
Exploits0References4
NVD
NVD
added 2024/11/21 7:15 p.m.12 views

CVE-2024-53090

In the Linux kernel, the following vulnerability has been resolved: afs: Fix lock recursion afswakeupasynccall can incur lock recursion. The problem is that it is called from AFRXRPC whilst holding the -notifylock, but it tries to take a ref on the afscall struct in order to pass it to a work que...

5.5CVSS0.00004EPSS
Exploits0References2
Rows per page
Query Builder