Lucene search
+L

13698 matches found

Vulnrichment
Vulnrichment
added 2024/05/19 8:34 a.m.18 views

CVE-2024-35886 ipv6: Fix infinite recursion in fib6_dump_done().

In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix infinite recursion in fib6dumpdone. syzkaller reported infinite recursive calls of fib6dumpdone during netlink socket destruction. 1 From the log, syzkaller sent an AFUNSPEC RTMGETROUTE message, and then the response wa...

6.8AI score0.00282EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/05/19 8:34 a.m.27 views

CVE-2024-35875 x86/coco: Require seeding RNG with RDRAND on CoCo systems

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

8.4CVSS6.9AI score0.0025EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/05/19 8:34 a.m.51 views

CVE-2024-35875 x86/coco: Require seeding RNG with RDRAND on CoCo systems

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

8.4CVSS6.5AI score0.0025EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/19 8:34 a.m.36 views

CVE-2024-35870 smb: client: fix UAF in smb2_reconnect_server()

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

9.8CVSS6AI score
SaveExploits0References8
CVE
CVE
added 2024/05/19 8:34 a.m.174 views

CVE-2024-35870

CVE-2024-35870: In the Linux kernel, smb2_reconnect_server() can UAF a session being torn down by another thread, leading to a crash (general protection fault) when a session is in an inconsistent state. The root cause is a race where a session could be accessed after __cifs_put_smb_ses() begins ...

9.8CVSS6.5AI score0.00613EPSS
SaveExploits0References5Affected Software1
RedhatCVE
RedhatCVE
added 2024/05/18 1:07 a.m.30 views

CVE-2024-35843

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Use device rbtree in iopf reporting path The existing I/O page fault handler currently locates the PCI device by calling pcigetdomainbusandslot. This function searches the list of all PCI devices until the desired...

5.5CVSS6.6AI score0.00216EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/18 12:12 a.m.50 views

CVE-2024-35817

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: amdgputtmgartbind set gtt bound flag Otherwise after the GTT bo is released, the GTT and gart space is freed but amdgputtmbackendunbind will not clear the gart page table entry and leave valid mapping entry pointing t...

5.5CVSS6.4AI score0.00238EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/17 11:11 p.m.31 views

CVE-2024-35832

A vulnerability was found in the bcachefs filesystem in the Linux kernel. This issue occurs due to improper handling of memory deallocation in the bch2fssnapshotsexit function. The use of kvfree on snapshot data can lead to memory corruption or potential crashes. This problem arises when the...

5.5CVSS6.5AI score0.0018EPSS
SaveExploits0References4
NVD
NVD
added 2024/05/17 3:15 p.m.24 views

CVE-2024-35843

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Use device rbtree in iopf reporting path The existing I/O page fault handler currently locates the PCI device by calling pcigetdomainbusandslot. This function searches the list of all PCI devices until the desired...

8.8CVSS7.5AI score0.00216EPSS
SaveExploits0References2
OSV
OSV
added 2024/05/17 3:15 p.m.5 views

DEBIAN-CVE-2024-35843

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Use device rbtree in iopf reporting path The existing I/O page fault handler currently locates the PCI device by calling pcigetdomainbusandslot. This function searches the list of all PCI devices until the desired...

8.8CVSS5.8AI score0.00216EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/17 3:15 p.m.10 views

UBUNTU-CVE-2024-35843

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Use device rbtree in iopf reporting path The existing I/O page fault handler currently locates the PCI device by calling pcigetdomainbusandslot. This function searches the list of all PCI devices until the desired...

8.8CVSS6.2AI score0.00216EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/05/17 3:15 p.m.26 views

CVE-2024-35843

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Use device rbtree in iopf reporting path The existing I/O page fault handler currently locates the PCI device by calling pcigetdomainbusandslot. This function searches the list of all PCI devices until the desired...

8.8CVSS6.1AI score0.00216EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2024/05/17 2:40 p.m.60 views

CVE-2024-35843

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Use device rbtree in iopf reporting path The existing I/O page fault handler currently locates the PCI device by calling pcigetdomainbusandslot. This function searches the list of all PCI devices until the desired...

8.8CVSS7.3AI score0.00216EPSS
SaveExploits0
CVE
CVE
added 2024/05/17 2:40 p.m.184 views

CVE-2024-35843

The CVE concerns the Linux kernel IOMMU VT-d path for I/O page fault reporting. The fix replaces pci_get_domain_bus_and_slot() with device_rbtree_find() to locate the target PCI device within the probed device rbtree, reducing search overhead. The I/O page fault is initiated by the device and cur...

8.8CVSS6.8AI score0.00216EPSS
SaveExploits0References2Affected Software1
UbuntuCve
UbuntuCve
added 2024/05/17 2:15 p.m.22 views

CVE-2024-35832

In the Linux kernel, the following vulnerability has been resolved: bcachefs: kvfree bchfs::snapshots in bch2fssnapshotsexit bchfs::snapshots is allocated by kvzalloc in snapshottmut. It should be freed by kvfree not kfree. Or umount will triger: 406.829178 BUG: unable to handle page fault for...

5.5CVSS5.9AI score0.0018EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/05/17 1:48 p.m.50 views

CVE-2024-35832 bcachefs: kvfree bch_fs::snapshots in bch2_fs_snapshots_exit

In the Linux kernel, the following vulnerability has been resolved: bcachefs: kvfree bchfs::snapshots in bch2fssnapshotsexit bchfs::snapshots is allocated by kvzalloc in snapshottmut. It should be freed by kvfree not kfree. Or umount will triger: 406.829178 BUG: unable to handle page fault for...

6AI score0.0018EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/05/17 1:23 p.m.55 views

CVE-2024-35817 drm/amdgpu: amdgpu_ttm_gart_bind set gtt bound flag

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: amdgputtmgartbind set gtt bound flag Otherwise after the GTT bo is released, the GTT and gart space is freed but amdgputtmbackendunbind will not clear the gart page table entry and leave valid mapping entry pointing t...

7.8CVSS7.3AI score0.00238EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/05/17 1:23 p.m.69 views

CVE-2024-35817

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: amdgputtmgartbind set gtt bound flag Otherwise after the GTT bo is released, the GTT and gart space is freed but amdgputtmbackendunbind will not clear the gart page table entry and leave valid mapping entry pointing t...

7.8CVSS7.5AI score0.00238EPSS
SaveExploits0
CVE
CVE
added 2024/05/17 1:23 p.m.199 views

CVE-2024-35817

CVE-2024-35817 is a Linux kernel issue affecting the AMDGPU driver (drm/amdgpu). The root cause is that after GTT/ Gart space is freed, amdgpu_ttm_backend_unbind does not clear the GTT page table entry, leaving a valid mapping to a stale system page. If the GPU accesses the stale GART address, it...

7.8CVSS6.6AI score0.00238EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2024/05/17 1:23 p.m.41 views

CVE-2024-35809 PCI/PM: Drain runtime-idle callbacks before driver removal

In the Linux kernel, the following vulnerability has been resolved: PCI/PM: Drain runtime-idle callbacks before driver removal A race condition between the .runtimeidle callback and the .remove callback in the rtsxpcr PCI driver leads to a kernel crash due to an unhandled page fault 1. The proble...

7.3AI score0.00193EPSS
SaveExploits0References9
Rows per page
Query Builder