Lucene search
+L

7824 matches found

OSV
OSV
added 2024/10/21 6:02 p.m.27 views

CVE-2024-49985 i2c: stm32f7: Do not prepare/unprepare clock during runtime suspend/resume

In the Linux kernel, the following vulnerability has been resolved: i2c: stm32f7: Do not prepare/unprepare clock during runtime suspend/resume In case there is any sort of clock controller attached to this I2C bus controller, for example Versaclock or even an AIC32x4 I2C codec, then an I2C transf...

6.3AI score
SaveExploits0References13
Vulnrichment
Vulnrichment
added 2024/10/21 6:02 p.m.23 views

CVE-2024-49976 tracing/timerlat: Drop interface_lock in stop_kthread()

In the Linux kernel, the following vulnerability has been resolved: tracing/timerlat: Drop interfacelock in stopkthread stopkthread is the offline callback for "trace/osnoise:online", since commit 5bfbcd1ee57b "tracing/timerlat: Add interfacelock around clearing of kthread in stopkthread", the...

6.9AI score0.00178EPSS
SaveExploits0References4
CVE
CVE
added 2024/10/21 6:02 p.m.128 views

CVE-2024-49976

CVE-2024-49976 concerns an ABBA deadlock in the Linux kernel related to timerlat/osnoise kthread handling. The issue arises because stop_kthread() (offline callback for trace/osnoise:online) could deadlock due to holding interface_lock while cpus_write_lock/cpus_read_lock paths are taken, enablin...

5.5CVSS5.2AI score0.00178EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2024/10/21 6:02 p.m.21 views

CVE-2024-49976 tracing/timerlat: Drop interface_lock in stop_kthread()

In the Linux kernel, the following vulnerability has been resolved: tracing/timerlat: Drop interfacelock in stopkthread stopkthread is the offline callback for "trace/osnoise:online", since commit 5bfbcd1ee57b "tracing/timerlat: Add interfacelock around clearing of kthread in stopkthread", the...

0.00178EPSS
SaveExploits0References4
OSV
OSV
added 2024/10/21 6:02 p.m.12 views

CVE-2024-49976 tracing/timerlat: Drop interface_lock in stop_kthread()

In the Linux kernel, the following vulnerability has been resolved: tracing/timerlat: Drop interfacelock in stopkthread stopkthread is the offline callback for "trace/osnoise:online", since commit 5bfbcd1ee57b "tracing/timerlat: Add interfacelock around clearing of kthread in stopkthread", the...

6AI score
SaveExploits0References7
CVE
CVE
added 2024/10/21 6:02 p.m.184 views

CVE-2024-49946

CVE-2024-49946 affects the Linux kernel PPP stack. The issue arises in ppp_channel_bridge_input() when packets are backlogged to a socket owned by a user process and the code path can call sk_backlog_rcv()/__release_sock()/release_sock() in process context. This creates an inconsistent lock state...

5.5CVSS5.1AI score0.00236EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2024/10/21 6:02 p.m.20 views

CVE-2024-49946 ppp: do not assume bh is held in ppp_channel_bridge_input()

In the Linux kernel, the following vulnerability has been resolved: ppp: do not assume bh is held in pppchannelbridgeinput Networking receive path is usually handled from BH handler. However, some protocols need to acquire the socket lock, and packets might be stored in the socket backlog is the...

6AI score
SaveExploits0References10
Vulnrichment
Vulnrichment
added 2024/10/21 6:02 p.m.14 views

CVE-2024-49946 ppp: do not assume bh is held in ppp_channel_bridge_input()

In the Linux kernel, the following vulnerability has been resolved: ppp: do not assume bh is held in pppchannelbridgeinput Networking receive path is usually handled from BH handler. However, some protocols need to acquire the socket lock, and packets might be stored in the socket backlog is the...

6.5AI score0.00236EPSS
SaveExploits0References6
CVE
CVE
added 2024/10/21 6:02 p.m.108 views

CVE-2024-49943

CVE-2024-49943 affects the Linux kernel DRM XE driver (guc_submit_wedged_fini). A missing locking around wedged_fini permits a use-after-free when a non-wedged queue is dereferenced concurrently with an async queue destroy. The fix is to hold the submission_state lock during the wedge-status chec...

7.8CVSS5.3AI score0.00161EPSS
SaveExploits0References2Affected Software1
RedhatCVE
RedhatCVE
added 2024/10/21 4:08 p.m.24 views

CVE-2024-47736

In the Linux kernel, the following vulnerability has been resolved: erofs: handle overlapped pclusters out of crafted images properly syzbot reported a task hang issue due to a deadlock case where it is waiting for the folio lock of a cached folio that will be used for cache I/Os. After looking...

5.5CVSS6.8AI score0.00182EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/10/21 3:46 p.m.9 views

SUSE CVE-2024-47729

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Use reserved copy engine for user binds on faulting devices User binds map to engines with can fault, faults depend on user binds completion, thus we can deadlock. Avoid this by using reserved copy engine for user binds o...

5.5CVSS7.7AI score0.00204EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/10/21 3:45 p.m.8 views

SUSE CVE-2024-49856

In the Linux kernel, the following vulnerability has been resolved: x86/sgx: Fix deadlock in SGX NUMA node search When the current node doesn't have an EPC section configured by firmware and all other EPC sections are used up, CPU can get stuck inside the while loop that looks for an available EP...

3.3CVSS6.6AI score0.00207EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2024/10/21 2:42 p.m.15 views

CVE-2024-47744

In the Linux kernel, the following vulnerability has been resolved: KVM: Use dedicated mutex to protect kvmusagecount to avoid deadlock Use a dedicated mutex to guard kvmusagecount to fix a potential deadlock on x86 due to a chain of locks and SRCU synchronizations. Translating the below lockdep...

5.5CVSS6.9AI score0.00168EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/21 2:13 p.m.12 views

CVE-2024-47729

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Use reserved copy engine for user binds on faulting devices User binds map to engines with can fault, faults depend on user binds completion, thus we can deadlock. Avoid this by using reserved copy engine for user binds o...

5.5CVSS7.1AI score0.00204EPSS
SaveExploits0References4
NVD
NVD
added 2024/10/21 1:15 p.m.15 views

CVE-2024-49856

In the Linux kernel, the following vulnerability has been resolved: x86/sgx: Fix deadlock in SGX NUMA node search When the current node doesn't have an EPC section configured by firmware and all other EPC sections are used up, CPU can get stuck inside the while loop that looks for an available EP...

5.5CVSS0.00207EPSS
SaveExploits0References7
OSV
OSV
added 2024/10/21 1:15 p.m.12 views

AZL-50709 CVE-2024-49856 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: x86/sgx: Fix deadlock in SGX NUMA node search When the current node doesn't have an EPC section configured by firmware and all other EPC sections are used up, CPU can get stuck inside the while loop that looks for an available EP...

5.5CVSS6.7AI score0.00207EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 1:15 p.m.5 views

DEBIAN-CVE-2024-49856

In the Linux kernel, the following vulnerability has been resolved: x86/sgx: Fix deadlock in SGX NUMA node search When the current node doesn't have an EPC section configured by firmware and all other EPC sections are used up, CPU can get stuck inside the while loop that looks for an available EP...

5.5CVSS5.8AI score0.00207EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 1:15 p.m.12 views

AZL-50963 CVE-2024-49856 affecting package kernel for versions less than 6.6.56.1-5

In the Linux kernel, the following vulnerability has been resolved: x86/sgx: Fix deadlock in SGX NUMA node search When the current node doesn't have an EPC section configured by firmware and all other EPC sections are used up, CPU can get stuck inside the while loop that looks for an available EP...

5.5CVSS6.7AI score0.00207EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 1:15 p.m.10 views

AZL-50667 CVE-2024-47744 affecting package kernel for versions less than 6.6.56.1-5

In the Linux kernel, the following vulnerability has been resolved: KVM: Use dedicated mutex to protect kvmusagecount to avoid deadlock Use a dedicated mutex to guard kvmusagecount to fix a potential deadlock on x86 due to a chain of locks and SRCU synchronizations. Translating the below lockdep...

5.5CVSS6.3AI score0.00168EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 1:15 p.m.3 views

DEBIAN-CVE-2024-47739

In the Linux kernel, the following vulnerability has been resolved: padata: use integer wrap around to prevent deadlock on seqnr overflow When submitting more than 2^32 padata objects to padatadoserial, the current sorting implementation incorrectly sorts padata objects with overflowed seqnr,...

5.5CVSS5.8AI score0.00679EPSS
SaveExploits0References1
Rows per page
Query Builder