Lucene search
+L

2748 matches found

OSV
OSV
added 2024/07/16 12:15 p.m.14 views

UBUNTU-CVE-2022-48816

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: lock against -sock changing during sysfs read -sock can be set to NULL asynchronously unless -recvmutex is held. So it is important to hold that mutex. Otherwise a sysfs read can trigger an oops. Commit 17f09d3f619a...

7.8CVSS5.8AI score0.00285EPSS
SaveExploits0References11
Debian CVE
Debian CVE
added 2024/07/16 11:44 a.m.70 views

CVE-2022-48816

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: lock against -sock changing during sysfs read -sock can be set to NULL asynchronously unless -recvmutex is held. So it is important to hold that mutex. Otherwise a sysfs read can trigger an oops. Commit 17f09d3f619a...

7.8CVSS5.3AI score0.00285EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/07/16 11:44 a.m.26 views

CVE-2022-48816 SUNRPC: lock against ->sock changing during sysfs read

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: lock against -sock changing during sysfs read -sock can be set to NULL asynchronously unless -recvmutex is held. So it is important to hold that mutex. Otherwise a sysfs read can trigger an oops. Commit 17f09d3f619a...

7.8CVSS6.6AI score0.00285EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/07/16 2:34 a.m.8 views

SUSE CVE-2024-40922

In the Linux kernel, the following vulnerability has been resolved: iouring/rsrc: don't lock while !TASKRUNNING There is a report of iorsrcrefquiesce locking a mutex while not TASKRUNNING, which is due to forgetting restoring the state back after ioruntaskworksig and attempts to break out of the...

3.3CVSS6.4AI score0.00212EPSS
SaveExploits0References10
OSV
OSV
added 2024/07/12 1:15 p.m.7 views

DEBIAN-CVE-2024-40922

In the Linux kernel, the following vulnerability has been resolved: iouring/rsrc: don't lock while !TASKRUNNING There is a report of iorsrcrefquiesce locking a mutex while not TASKRUNNING, which is due to forgetting restoring the state back after ioruntaskworksig and attempts to break out of the...

5.5CVSS5.5AI score0.00212EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/07/12 1:15 p.m.19 views

CVE-2024-40922

In the Linux kernel, the following vulnerability has been resolved: iouring/rsrc: don't lock while !TASKRUNNING There is a report of iorsrcrefquiesce locking a mutex while not TASKRUNNING, which is due to forgetting restoring the state back after ioruntaskworksig and attempts to break out of the...

5.5CVSS6.3AI score0.00212EPSS
SaveExploits0References12
OSV
OSV
added 2024/07/12 1:15 p.m.8 views

UBUNTU-CVE-2024-40922

In the Linux kernel, the following vulnerability has been resolved: iouring/rsrc: don't lock while !TASKRUNNING There is a report of iorsrcrefquiesce locking a mutex while not TASKRUNNING, which is due to forgetting restoring the state back after ioruntaskworksig and attempts to break out of the...

5.5CVSS5.7AI score0.00212EPSS
SaveExploits0References13
CVE
CVE
added 2024/07/12 12:32 p.m.196 views

CVE-2024-40965

CVE-2024-40965 (Linux kernel: i2c/lpi2c): The provided documents confirm a fix for a deadlock scenario in i2c-lpi2c where repeated clk_get_rate() calls during transfers could lock the clk mutex and cause deadlock when a tlv320aic32x4 codec is added. The resolution caches the clock rate and uses a...

5.5CVSS6.5AI score0.00223EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/07/12 12:25 p.m.16 views

CVE-2024-40922 io_uring/rsrc: don't lock while !TASK_RUNNING

In the Linux kernel, the following vulnerability has been resolved: iouring/rsrc: don't lock while !TASKRUNNING There is a report of iorsrcrefquiesce locking a mutex while not TASKRUNNING, which is due to forgetting restoring the state back after ioruntaskworksig and attempts to break out of the...

6.8AI score0.00212EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/07/12 12:25 p.m.41 views

CVE-2024-40922 io_uring/rsrc: don't lock while !TASK_RUNNING

In the Linux kernel, the following vulnerability has been resolved: iouring/rsrc: don't lock while !TASKRUNNING There is a report of iorsrcrefquiesce locking a mutex while not TASKRUNNING, which is due to forgetting restoring the state back after ioruntaskworksig and attempts to break out of the...

0.00212EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/07/12 12:25 p.m.51 views

CVE-2024-40922

In the Linux kernel, the following vulnerability has been resolved: iouring/rsrc: don't lock while !TASKRUNNING There is a report of iorsrcrefquiesce locking a mutex while not TASKRUNNING, which is due to forgetting restoring the state back after ioruntaskworksig and attempts to break out of the...

5.5CVSS5.7AI score0.00212EPSS
SaveExploits0
OSV
OSV
added 2024/07/12 11:07 a.m.11 views

OESA-2024-1835 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: usb: fix various gadgets null ptr deref on 10gbps cabling. This avoids a null pointer dereference in...

7.8CVSS5.6AI score0.00861EPSS
SaveExploits0References37
CNNVD
CNNVD
added 2024/07/12 12:00 a.m.10 views

Linux kernel security vulnerabilities

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 attempt by the iouring/rsrc component to lock a mutex in a non-TASKRUNNING state, which could lead to...

5.5CVSS8.1AI score0.00212EPSS
SaveExploits0References5
NVD
NVD
added 2024/07/06 10:15 a.m.22 views

CVE-2024-39486

In the Linux kernel, the following vulnerability has been resolved: drm/drmfile: Fix pid refcounting race , Maxime Ripard , Thomas Zimmermann filp-pid is supposed to be a refcounted pointer; however, before this patch, drmfileupdatepid only increments the refcount of a struct pid after storing a...

7.8CVSS0.00229EPSS
SaveExploits3References3
Vulnrichment
Vulnrichment
added 2024/07/06 9:25 a.m.21 views

CVE-2024-39486 drm/drm_file: Fix pid refcounting race

In the Linux kernel, the following vulnerability has been resolved: drm/drmfile: Fix pid refcounting race , Maxime Ripard , Thomas Zimmermann filp-pid is supposed to be a refcounted pointer; however, before this patch, drmfileupdatepid only increments the refcount of a struct pid after storing a...

9.3AI score0.00229EPSS
SaveExploits3References3
SUSE CVE
SUSE CVE
added 2024/07/06 2:58 a.m.7 views

SUSE CVE-2024-39476

In the Linux kernel, the following vulnerability has been resolved: md/raid5: fix deadlock that raid5d wait for itself to clear MDSBCHANGEPENDING Xiao reported that lvm2 test lvconvert-raid-takeover.sh can hang with small possibility, the root cause is exactly the same as commit bed9e27baf52...

5.1CVSS6.4AI score0.00178EPSS
SaveExploits0References15
OSV
OSV
added 2024/07/05 7:15 a.m.6 views

DEBIAN-CVE-2024-39476

In the Linux kernel, the following vulnerability has been resolved: md/raid5: fix deadlock that raid5d wait for itself to clear MDSBCHANGEPENDING Xiao reported that lvm2 test lvconvert-raid-takeover.sh can hang with small possibility, the root cause is exactly the same as commit bed9e27baf52...

5.5CVSS5.7AI score0.00178EPSS
SaveExploits0References1
OSV
OSV
added 2024/06/28 11:07 a.m.8 views

OESA-2024-1765 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: spi: Fix deadlock when adding SPI controllers on SPI buses Currently we have a global spiaddlock which we take when adding new devices so that we can check that...

7.8CVSS6.3AI score0.01635EPSS
SaveExploits0References18
Positive Technologies
Positive Technologies
added 2024/06/28 12:00 a.m.20 views

PT-2024-7594

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue occurs between the system call to close the sock and hci rx work, where the former releases the sock and the latter accesses it without lock protection. This can lead to a work...

6CVSS5.5AI score0.00309EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/06/26 12:24 a.m.14 views

kernel: ALSA: pcm: Fix races among concurrent hw_params and hw_free calls

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Fix races among concurrent hwparams and hwfree calls Currently we have neither proper check nor protection against the concurrent calls of PCM hwparams and hwfree ioctls, which may result in a UAF. Since the existing P...

7.8CVSS6.8AI score0.003EPSS
SaveExploits0References5
Rows per page
Query Builder