Lucene search
+L

123 matches found

RedhatCVE
RedhatCVE
added 2024/12/28 1:57 a.m.25 views

CVE-2024-56654

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcievent: Fix using rcureadunlock while iterating The usage of rcureadunlock while inside listforeachentryrcu is not safe since for the most part entries fetched this way shall be treated as rcudereference: Note that t...

5.5CVSS6.9AI score0.00227EPSS
SaveExploits0References4
CVE
CVE
added 2024/12/27 3:06 p.m.188 views

CVE-2024-56654

CVE-2024-56654 affects the Linux kernel Bluetooth stack. The flaw arises from using rcu_read_(un)lock inside list_for_each_entry_rcu, which is unsafe because entries dereferenced under RCU must be obtained via rcu_dereference(). The advisory states this is not legal and describes a patch that fix...

7.8CVSS6.7AI score0.00227EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/12/27 3:06 p.m.10 views

CVE-2024-56654 Bluetooth: hci_event: Fix using rcu_read_(un)lock while iterating

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcievent: Fix using rcureadunlock while iterating The usage of rcureadunlock while inside listforeachentryrcu is not safe since for the most part entries fetched this way shall be treated as rcudereference: Note that t...

7.8CVSS7.7AI score0.00227EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/12/27 3:06 p.m.26 views

CVE-2024-56654 Bluetooth: hci_event: Fix using rcu_read_(un)lock while iterating

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcievent: Fix using rcureadunlock while iterating The usage of rcureadunlock while inside listforeachentryrcu is not safe since for the most part entries fetched this way shall be treated as rcudereference: Note that t...

7.8CVSS0.00227EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/11/05 5:10 p.m.17 views

CVE-2024-50127 net: sched: fix use-after-free in taprio_change()

In the Linux kernel, the following vulnerability has been resolved: net: sched: fix use-after-free in tapriochange In 'tapriochange', 'admin' pointer may become dangling due to sched switch / removal caused by 'advancesched', and critical section protected by 'q-currententrylock' is too small to...

6.5AI score0.00247EPSS
SaveExploits0References7
CVE
CVE
added 2024/11/05 5:10 p.m.217 views

CVE-2024-50127

CVE-2024-50127 : The Linux kernel patch for the taprio_change() use-after-free fixes a dangling admin pointer caused by sched switch/removal via advance_sched(). The critical section protected by q->current_entry_lock is too small to prevent the scenario, and KASAN can detect the issue. The fi...

7.8CVSS6.6AI score0.00247EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2024/10/21 6:02 p.m.34 views

CVE-2024-49980 vrf: revert "vrf: Remove unnecessary RCU-bh critical section"

In the Linux kernel, the following vulnerability has been resolved: vrf: revert "vrf: Remove unnecessary RCU-bh critical section" This reverts commit 504fc6f4f7f681d2a03aa5f68aad549d90eab853. devqueuexmitnit is expected to be called with BH disabled. devqueuexmit has the following: / Disable soft...

0.00178EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/09/18 11:13 a.m.31 views

CVE-2024-46765

In the Linux kernel, the following vulnerability has been resolved: ice: protect XDP configuration with a mutex The main threat to data consistency in icexdp is a possible asynchronous PF reset. It can be triggered by a user or by TX timeout handler. XDP setup and PF reset code access the same...

4.7CVSS6.7AI score0.00244EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/09/05 2:47 a.m.7 views

SUSE CVE-2024-44956

In the Linux kernel, the following vulnerability has been resolved: drm/xe/preemptfence: enlarge the fence critical section It is really easy to introduce subtle deadlocks in preemptfenceworkfunc since we operate on single global ordered-wq for signalling our preempt fences behind the scenes, so...

5.5CVSS7.6AI score0.00143EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/09/04 8:45 p.m.16 views

CVE-2024-44956

In the Linux kernel, the following vulnerability has been resolved: drm/xe/preemptfence: enlarge the fence critical section It is really easy to introduce subtle deadlocks in preemptfenceworkfunc since we operate on single global ordered-wq for signalling our preempt fences behind the scenes, so...

4.4CVSS6.8AI score0.00143EPSS
SaveExploits0References4
OSV
OSV
added 2024/09/04 7:15 p.m.11 views

AZL-48834 CVE-2024-44956 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/xe/preemptfence: enlarge the fence critical section It is really easy to introduce subtle deadlocks in preemptfenceworkfunc since we operate on single global ordered-wq for signalling our preempt fences behind the scenes, so...

5.5CVSS6.1AI score0.00143EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/04 7:15 p.m.2 views

DEBIAN-CVE-2024-44956

In the Linux kernel, the following vulnerability has been resolved: drm/xe/preemptfence: enlarge the fence critical section It is really easy to introduce subtle deadlocks in preemptfenceworkfunc since we operate on single global ordered-wq for signalling our preempt fences behind the scenes, so...

5.5CVSS5.4AI score0.00143EPSS
SaveExploits0References1
NVD
NVD
added 2024/09/04 7:15 p.m.30 views

CVE-2024-44956

In the Linux kernel, the following vulnerability has been resolved: drm/xe/preemptfence: enlarge the fence critical section It is really easy to introduce subtle deadlocks in preemptfenceworkfunc since we operate on single global ordered-wq for signalling our preempt fences behind the scenes, so...

5.5CVSS0.00143EPSS
SaveExploits0References2
OSV
OSV
added 2024/09/04 7:15 p.m.12 views

AZL-48763 CVE-2024-44956 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/xe/preemptfence: enlarge the fence critical section It is really easy to introduce subtle deadlocks in preemptfenceworkfunc since we operate on single global ordered-wq for signalling our preempt fences behind the scenes, so...

5.5CVSS6.1AI score0.00143EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/04 7:15 p.m.12 views

UBUNTU-CVE-2024-44956

In the Linux kernel, the following vulnerability has been resolved: drm/xe/preemptfence: enlarge the fence critical section It is really easy to introduce subtle deadlocks in preemptfenceworkfunc since we operate on single global ordered-wq for signalling our preempt fences behind the scenes, so...

5.5CVSS6.5AI score0.00143EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2024/09/04 6:35 p.m.41 views

CVE-2024-44956 drm/xe/preempt_fence: enlarge the fence critical section

In the Linux kernel, the following vulnerability has been resolved: drm/xe/preemptfence: enlarge the fence critical section It is really easy to introduce subtle deadlocks in preemptfenceworkfunc since we operate on single global ordered-wq for signalling our preempt fences behind the scenes, so...

0.00143EPSS
SaveExploits0References2
OSV
OSV
added 2024/09/04 6:35 p.m.18 views

CVE-2024-44956 drm/xe/preempt_fence: enlarge the fence critical section

In the Linux kernel, the following vulnerability has been resolved: drm/xe/preemptfence: enlarge the fence critical section It is really easy to introduce subtle deadlocks in preemptfenceworkfunc since we operate on single global ordered-wq for signalling our preempt fences behind the scenes, so...

5.8AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/09/04 6:35 p.m.54 views

CVE-2024-44956

In the Linux kernel, the following vulnerability has been resolved: drm/xe/preemptfence: enlarge the fence critical section It is really easy to introduce subtle deadlocks in preemptfenceworkfunc since we operate on single global ordered-wq for signalling our preempt fences behind the scenes, so...

5.5CVSS5.4AI score0.00143EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/08/17 9:22 a.m.30 views

CVE-2024-43853 cgroup/cpuset: Prevent UAF in proc_cpuset_show()

In the Linux kernel, the following vulnerability has been resolved: cgroup/cpuset: Prevent UAF in proccpusetshow An UAF can happen when /proc/cpuset is read as reported in 1. This can be reproduced by the following methods: 1.add an mdelay1000 before acquiring the cgrouplock In the cgrouppathns...

6.7AI score0.00226EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/08/17 9:22 a.m.47 views

CVE-2024-43853 cgroup/cpuset: Prevent UAF in proc_cpuset_show()

In the Linux kernel, the following vulnerability has been resolved: cgroup/cpuset: Prevent UAF in proccpusetshow An UAF can happen when /proc/cpuset is read as reported in 1. This can be reproduced by the following methods: 1.add an mdelay1000 before acquiring the cgrouplock In the cgrouppathns...

7CVSS0.00226EPSS
SaveExploits0References8
Rows per page
Query Builder