Lucene search
+L

6348 matches found

CVE
CVE
added 2024/10/21 6:2 p.m.137 views

CVE-2024-49988

The CVE-2024-49988 issue concerns the ksmbd kernel SMB server: during an oplock break, opinfo->conn could be used after ksmbd_conn is freed in multichannel scenarios. The fix adds a reference count to ksmbd_conn to ensure it is not freed while still in use. This is a Linux kernel-level vulnera...

8.8CVSS5.2AI score0.00617EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2024/10/21 6:2 p.m.10 views

CVE-2024-49987

In the Linux kernel, the following vulnerability has been resolved: bpftool: Fix undefined behavior in qsortNULL, 0, ... When netfilter has no entry to display, qsort is called with qsortNULL, 0, .... This results in undefined behavior, as UBSan reports: net.c:827:2: runtime error: null pointer...

5.5CVSS5.6AI score0.00235EPSS
SaveExploits0
OSV
OSV
added 2024/10/21 6:2 p.m.10 views

CVE-2024-49988 ksmbd: add refcnt to ksmbd_conn struct

In the Linux kernel, the following vulnerability has been resolved: ksmbd: add refcnt to ksmbdconn struct When sending an oplock break request, opinfo-conn is used, But freed -conn can be used on multichannel. This patch add a reference count to the ksmbdconn struct so that it can be freed when i...

8.8CVSS6AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2024/10/21 6:2 p.m.9 views

CVE-2024-49986

In the Linux kernel, the following vulnerability has been resolved: platform/x86: x86-android-tablets: Fix use after free on platformdeviceregister errors x86androidtabletremove frees the pdevs array, so it should not be used after calling x86androidtabletremove. When platformdeviceregister fails...

7.8CVSS6.2AI score0.00248EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/10/21 6:2 p.m.40 views

CVE-2024-49984

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Prevent out of bounds access in performance query extensions Check that the number of perfmons userspace is passing in the copy and reset extensions is not greater than the internal kernel storage where the ids will be...

7.8CVSS6.2AI score0.00241EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/10/21 6:2 p.m.25 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...

0.00199EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/10/21 6:2 p.m.12 views

CVE-2024-49982

In the Linux kernel, the following vulnerability has been resolved: aoe: fix the potential use-after-free problem in more places For fixing CVE-2023-6270, f98364e92662 "aoe: fix the potential use-after-free problem in aoecmdcfgpkts" makes tx calling devput instead of doing in aoecmdcfgpkts. It...

8.8CVSS6.3AI score0.00376EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/10/21 6:2 p.m.31 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
Debian CVE
Debian CVE
added 2024/10/21 6:2 p.m.10 views

CVE-2024-49980

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...

5.5CVSS5.7AI score0.00178EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/10/21 6:2 p.m.11 views

CVE-2024-49979

In the Linux kernel, the following vulnerability has been resolved: net: gso: fix tcp fraglist segmentation after pull from fraglist Detect tcp gso fraglist skbs with corrupted geometry see below and pass these to skbsegment instead of skbsegmentlist, as the first can segment them correctly. Vali...

7.5CVSS5.4AI score0.00593EPSS
SaveExploits0
OSV
OSV
added 2024/10/21 6:2 p.m.17 views

CVE-2024-49977 net: stmmac: Fix zero-division error when disabling tc cbs

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: Fix zero-division error when disabling tc cbs The commit b8c43360f6e4 "net: stmmac: No need to calculate speed divider when offload is disabled" allows the "porttransmitratekbps" to be set to a value of 0, which is...

5.8AI score
SaveExploits0References14
Debian CVE
Debian CVE
added 2024/10/21 6:2 p.m.8 views

CVE-2024-49976

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...

5.5CVSS5.5AI score0.00178EPSS
SaveExploits0
CVE
CVE
added 2024/10/21 6:2 p.m.124 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:2 p.m.20 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
Debian CVE
Debian CVE
added 2024/10/21 6:2 p.m.8 views

CVE-2024-49975

In the Linux kernel, the following vulnerability has been resolved: uprobes: fix kernel info leak via "uprobes" vma xoladdvma maps the uninitialized page allocated by createxolarea into userspace. On some architectures x86 this memory is readable even without VMREAD, VMEXEC results in the same...

5.5CVSS5.7AI score0.0025EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/10/21 6:2 p.m.8 views

CVE-2024-49974

In the Linux kernel, the following vulnerability has been resolved: NFSD: Limit the number of concurrent async COPY operations Nothing appears to limit the number of concurrent async COPY operations that clients can start. In addition, AFAICT each async COPY can copy an unlimited number of 4MB...

5.5CVSS5.6AI score0.00275EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/10/21 6:2 p.m.13 views

CVE-2024-49972

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Deallocate DML memory if allocation fails Why When DC state create DML memory allocation fails, memory is not deallocated subsequently, resulting in uninitialized structure that is not NULL. How Deallocate memory...

5.5CVSS5.7AI score0.00211EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/10/21 6:2 p.m.9 views

CVE-2024-49972 drm/amd/display: Deallocate DML memory if allocation fails

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Deallocate DML memory if allocation fails Why When DC state create DML memory allocation fails, memory is not deallocated subsequently, resulting in uninitialized structure that is not NULL. How Deallocate memory...

7AI score0.00211EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/10/21 6:2 p.m.13 views

CVE-2024-49973

In the Linux kernel, the following vulnerability has been resolved: r8169: add tally counter fields added with RTL8125 RTL8125 added fields to the tally counter, what may result in the chip dma'ing these new fields to unallocated memory. Therefore make sure that the allocated memory area is big...

7.8CVSS5.5AI score0.00259EPSS
SaveExploits0
OSV
OSV
added 2024/10/21 6:2 p.m.17 views

CVE-2024-49973 r8169: add tally counter fields added with RTL8125

In the Linux kernel, the following vulnerability has been resolved: r8169: add tally counter fields added with RTL8125 RTL8125 added fields to the tally counter, what may result in the chip dma'ing these new fields to unallocated memory. Therefore make sure that the allocated memory area is big...

7.8CVSS6.2AI score
SaveExploits0References15
Rows per page
Query Builder