Lucene search
+L

6339 matches found

CVE
CVE
added 2024/11/05 5:11 p.m.218 views

CVE-2024-50137

CVE-2024-50137 affects the Linux kernel, specifically the StarFive JH7110 reset driver. A fault in reset_control_status can cause data->asserted to be NULL on the JH7110 SoC, triggering errors when accessing an empty member. The issue has been fixed by adding a judgment condition to avoid null...

5.5CVSS5.3AI score0.00214EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2024/11/05 5:11 p.m.24 views

CVE-2024-50137 reset: starfive: jh71x0: Fix accessing the empty member on JH7110 SoC

In the Linux kernel, the following vulnerability has been resolved: reset: starfive: jh71x0: Fix accessing the empty member on JH7110 SoC data-asserted will be NULL on JH7110 SoC since commit 82327b127d41 "reset: starfive: Add StarFive JH7110 reset driver" was added. Add the judgment condition to...

0.00214EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/11/05 5:11 p.m.18 views

CVE-2024-50136 net/mlx5: Unregister notifier on eswitch init failure

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Unregister notifier on eswitch init failure It otherwise remains registered and a subsequent attempt at eswitch enabling might trigger warnings of the sort: 682.589148 ------------ cut here ------------ 682.590204...

0.00218EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/11/05 5:11 p.m.14 views

CVE-2024-50136

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Unregister notifier on eswitch init failure It otherwise remains registered and a subsequent attempt at eswitch enabling might trigger warnings of the sort: 682.589148 ------------ cut here ------------ 682.590204...

5.5CVSS5.7AI score0.00218EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/11/05 5:10 p.m.11 views

CVE-2024-50135

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix race condition between reset and nvmedevdisable nvmedevdisable modifies the dev-onlinequeues field, therefore nvmepciupdatenrqueues should avoid racing against it, otherwise we could end up passing invalid values to...

4.7CVSS5.5AI score0.00165EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/11/05 5:10 p.m.18 views

CVE-2024-50133

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Don't crash in stacktop for tasks without vDSO Not all tasks have a vDSO mapped, for example kthreads never do. If such a task ever ends up calling stacktop, it will derefence the NULL vdso pointer and crash. This can...

5.5CVSS5.7AI score0.00217EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/11/05 5:10 p.m.6 views

CVE-2024-50134

In the Linux kernel, the following vulnerability has been resolved: drm/vboxvideo: Replace fake VLA at end of vbvamousepointershape with real VLA Replace the fake VLA at end of the vbvamousepointershape shape with a real VLA to fix a "memcpy: detected field-spanning write error" warning: 13.31981...

5.5CVSS5.9AI score0.00252EPSS
SaveExploits0
CVE
CVE
added 2024/11/05 5:10 p.m.147 views

CVE-2024-50132

CVE-2024-50132 – Linux kernel tracing/probes vulnerability . Affected component: tracing_eprobe code in the kernel/trace/trace_eprobe.c module. Root cause: nr_args was initialized before truncating arguments to MAX_TRACE_ARGS, causing invalid memory access when creating trace probes with more tha...

7.8CVSS4.9AI score0.00225EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2024/11/05 5:10 p.m.12 views

CVE-2024-50132

In the Linux kernel, the following vulnerability has been resolved: tracing/probes: Fix MAXTRACEARGS limit handling When creating a traceprobe we would set nrargs prior to truncating the arguments to MAXTRACEARGS. However, we would only initialize arguments up to the limit. This caused invalid...

7.8CVSS5.3AI score0.00225EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/11/05 5:10 p.m.11 views

CVE-2024-50131

In the Linux kernel, the following vulnerability has been resolved: tracing: Consider the NULL character when validating the event length strlen returns a string length excluding the null byte. If the string length equals to the maximum buffer length, the buffer will have no space for the NULL...

7.8CVSS5.8AI score0.00247EPSS
SaveExploits0
CVE
CVE
added 2024/11/05 5:10 p.m.199 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
Debian CVE
Debian CVE
added 2024/11/05 5:10 p.m.7 views

CVE-2024-50125

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: SCO: Fix UAF on scosocktimeout conn-sk maybe have been unlinked/freed while waiting for scoconnlock so this checks if the conn-sk is still valid by checking if it part of scosklist...

8CVSS6.2AI score0.00334EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/11/05 5:10 p.m.18 views

CVE-2024-50124

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: Fix UAF on isosocktimeout conn-sk maybe have been unlinked/freed while waiting for isoconnlock so this checks if the conn-sk is still valid by checking if it part of isosklist...

8CVSS5.8AI score0.00315EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/11/05 5:10 p.m.12 views

CVE-2024-50122

In the Linux kernel, the following vulnerability has been resolved: PCI: Hold rescan lock while adding devices during host probe Since adding the PCI power control code, we may end up with a race between the pwrctl platform device rescanning the bus and host controller probe functions. The latter...

5.5CVSS5.3AI score0.00186EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/11/05 5:10 p.m.28 views

CVE-2024-50123

In the Linux kernel, the following vulnerability has been resolved: bpf: Add the missing BPFLINKTYPE invocation for sockmap There is an out-of-bounds read in bpflinkshowfdinfo for the sockmap link fd. Fix it by adding the missing BPFLINKTYPE invocation for sockmap link Also add comments for...

7.1CVSS6.1AI score0.00208EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/11/05 5:10 p.m.9 views

CVE-2024-50121

In the Linux kernel, the following vulnerability has been resolved: nfsd: cancel nfsdshrinkerwork using sync mode in nfs4stateshutdownnet In the normal case, when we excute echo 0 /proc/fs/nfsd/threads, the function nfs4statedestroynet in nfs4stateshutdownnet will release all resources related to...

7.8CVSS5.9AI score0.00235EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/11/05 5:10 p.m.13 views

CVE-2024-50120

In the Linux kernel, the following vulnerability has been resolved: smb: client: Handle kstrdup failures for passwords In smb3reconfigure, after duplicating ctx-password and ctx-password2 with kstrdup, we need to check for allocation failures. If ses-password allocation fails, return -ENOMEM. If...

5.5CVSS5.7AI score0.00214EPSS
SaveExploits0
CVE
CVE
added 2024/11/05 5:10 p.m.163 views

CVE-2024-50120

CVE-2024-50120 affects the Linux kernel SMB client. The vulnerability stems from missing checks for kstrdup failures when duplicating passwords in smb3_reconfigure(), leading to ses->password or ses->password2 allocation failures. The documented remediation is to return -ENOMEM if ses->p...

5.5CVSS5.3AI score0.00214EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2024/11/05 5:10 p.m.13 views

CVE-2024-50119

In the Linux kernel, the following vulnerability has been resolved: cifs: fix warning when destroy 'cifsiorequestpool' There's a issue as follows: WARNING: CPU: 1 PID: 27826 at mm/slub.c:4698 freelargekmalloc+0xac/0xe0 RIP: 0010:freelargekmalloc+0xac/0xe0 Call Trace: ? warn+0xea/0x330...

7CVSS5.4AI score0.00189EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/11/05 5:10 p.m.11 views

CVE-2024-50118

In the Linux kernel, the following vulnerability has been resolved: btrfs: reject ro-rw reconfiguration if there are hard ro requirements BUG Syzbot reports the following crash: BTRFS info device loop0 state MCS: disabling free space tree BTRFS info device loop0 state MCS: clearing compat-ro...

5.5CVSS5.8AI score0.00186EPSS
SaveExploits0
Rows per page
Query Builder