Lucene search
+L

6305 matches found

OSV
OSV
added 2024/05/19 8:34 a.m.9 views

CVE-2024-35878 of: module: prevent NULL pointer dereference in vsnprintf()

In the Linux kernel, the following vulnerability has been resolved: of: module: prevent NULL pointer dereference in vsnprintf In ofmodalias, we can get passed the str and len parameters which would cause a kernel oops in vsnprintf since it only allows passing a NULL ptr when the length is also 0...

5.3CVSS6AI score0.00787EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/05/19 8:34 a.m.33 views

CVE-2024-35877

In the Linux kernel, the following vulnerability has been resolved: x86/mm/pat: fix VMPAT handling in COW mappings PAT handling won't do the right thing in COW mappings: the first PTE or, in fact, all PTEs can be replaced during write faults to point at anon folios. Reliably recovering the correc...

5.5CVSS7.4AI score0.00252EPSS
SaveExploits0
OSV
OSV
added 2024/05/19 8:34 a.m.21 views

CVE-2024-35877 x86/mm/pat: fix VM_PAT handling in COW mappings

In the Linux kernel, the following vulnerability has been resolved: x86/mm/pat: fix VMPAT handling in COW mappings PAT handling won't do the right thing in COW mappings: the first PTE or, in fact, all PTEs can be replaced during write faults to point at anon folios. Reliably recovering the correc...

5.5CVSS6.5AI score0.00252EPSS
SaveExploits0References14
Debian CVE
Debian CVE
added 2024/05/19 8:34 a.m.64 views

CVE-2024-35875

In the Linux kernel, the following vulnerability has been resolved: x86/coco: Require seeding RNG with RDRAND on CoCo systems There are few uses of CoCo that don't rely on working cryptography and hence a working RNG. Unfortunately, the CoCo threat model means that the VM host cannot be trusted a...

5.5CVSS7.4AI score0.00235EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/19 8:34 a.m.51 views

CVE-2024-35874

In the Linux kernel, the following vulnerability has been resolved: aio: Fix null ptr deref in aiocomplete wakeup listdelinitcareful needs to be the last access to the wait queue entry - it effectively unlocks access. Previously, finishwait would see the empty list head and skip taking the lock,...

5.5CVSS5.6AI score0.00193EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/19 8:34 a.m.27 views

CVE-2024-35874 aio: Fix null ptr deref in aio_complete() wakeup

In the Linux kernel, the following vulnerability has been resolved: aio: Fix null ptr deref in aiocomplete wakeup listdelinitcareful needs to be the last access to the wait queue entry - it effectively unlocks access. Previously, finishwait would see the empty list head and skip taking the lock,...

7.4AI score0.00193EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/05/19 8:34 a.m.24 views

CVE-2024-35872

In the Linux kernel, the following vulnerability has been resolved: mm/secretmem: fix GUP-fast succeeding on secretmem folios folioissecretmem currently relies on secretmem folios being LRU folios, to save some cycles. However, folios might reside in a folio batch without the LRU flag set, or...

5.5CVSS7.1AI score0.00225EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/19 8:34 a.m.58 views

CVE-2024-35871

In the Linux kernel, the following vulnerability has been resolved: riscv: process: Fix kernel gp leakage childregs represents the registers which are active for the new thread in user context. For a kernel thread, childregs-gp is never used since the kernel gp is not touched by switchto. For a...

7.1CVSS7.3AI score0.00264EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/19 8:34 a.m.18 views

CVE-2024-35870

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix UAF in smb2reconnectserver The UAF bug is due to smb2reconnectserver accessing a session that is already being teared down by another thread that is executing cifsputsmbses. This can happen when a the client has...

4.4CVSS7.3AI score0.00228EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/19 8:34 a.m.30 views

CVE-2024-35869 smb: client: guarantee refcounted children from parent session

In the Linux kernel, the following vulnerability has been resolved: smb: client: guarantee refcounted children from parent session Avoid potential use-after-free bugs when walking DFS referrals, mounting and performing DFS failover by ensuring that all children from parent @tcon-ses are also...

7.1AI score0.00253EPSS
SaveExploits0References3
CVE
CVE
added 2024/05/19 8:34 a.m.185 views

CVE-2024-35869

CVE-2024-35869 is a Linux kernel vulnerability in the SMB/CIFS client code path. The issue arises from failing to properly refcount all child objects when traversing DFS referrals, DFS mount failover, or sessions, risking a use-after-free of session-related references. The flaw is tied to maintai...

8.4CVSS7AI score0.00253EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/19 8:34 a.m.15 views

CVE-2024-35868 smb: client: fix potential UAF in cifs_stats_proc_write()

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential UAF in cifsstatsprocwrite Skip sessions that are being teared down status == SESEXITING to avoid UAF...

6.9AI score0.00236EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/05/19 8:34 a.m.15 views

CVE-2024-35867

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential UAF in cifsstatsprocshow Skip sessions that are being teared down status == SESEXITING to avoid UAF...

7.8CVSS7.6AI score0.00265EPSS
SaveExploits0
OSV
OSV
added 2024/05/19 8:34 a.m.13 views

CVE-2024-35867 smb: client: fix potential UAF in cifs_stats_proc_show()

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential UAF in cifsstatsprocshow Skip sessions that are being teared down status == SESEXITING to avoid UAF...

7.8CVSS6.2AI score0.00265EPSS
SaveExploits0References13
Debian CVE
Debian CVE
added 2024/05/19 8:34 a.m.12 views

CVE-2024-35866

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential UAF in cifsdumpfullkey Skip sessions that are being teared down status == SESEXITING to avoid UAF...

7.8CVSS7.6AI score0.00234EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/19 8:34 a.m.12 views

CVE-2024-35865

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential UAF in smb2isvalidoplockbreak Skip sessions that are being teared down status == SESEXITING to avoid UAF...

5.5CVSS7.3AI score0.00227EPSS
SaveExploits0
CVE
CVE
added 2024/05/19 8:34 a.m.195 views

CVE-2024-35864

In CVE-2024-35864, the Linux kernel SMB client (smb2) had a potential use-after-free in smb2_is_valid_lease_break(); fixes skip sessions that are tearing down (status SES_EXITING) to avoid UAF. The issue is local and could be triggered by SMB lease-break handling; the CVSS vector indicates high i...

7.8CVSS6.7AI score0.0024EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2024/05/19 8:34 a.m.22 views

CVE-2024-35864

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential UAF in smb2isvalidleasebreak Skip sessions that are being teared down status == SESEXITING to avoid UAF...

7.8CVSS7.8AI score0.0024EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/19 8:34 a.m.26 views

CVE-2024-35863

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential UAF in isvalidoplockbreak Skip sessions that are being teared down status == SESEXITING to avoid UAF...

7.8CVSS7.6AI score0.00241EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/19 8:34 a.m.18 views

CVE-2024-35861

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential UAF in cifssignalcifsdforreconnect Skip sessions that are being teared down status == SESEXITING to avoid UAF...

7.8CVSS7.5AI score0.00241EPSS
SaveExploits0
Rows per page
Query Builder