Lucene search
+L

6348 matches found

Debian CVE
Debian CVE
added 2024/09/27 12:39 p.m.14 views

CVE-2024-46844

In the Linux kernel, the following vulnerability has been resolved: um: line: always fill errorout in setuponeline The pointer isn't initialized by callers, but I have encountered cases where it's still printed; initialize it in all possible cases in setuponeline...

7.8CVSS5.7AI score0.00256EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/09/27 12:39 p.m.13 views

CVE-2024-46843

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Remove SCSI host only if added If host tries to remove ufshcd driver from a UFS device it would cause a kernel panic if ufshcdasyncscan fails during ufshcdprobehba before adding a SCSI host with scsiaddhost and M...

5.5CVSS5.4AI score0.00235EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/09/27 12:39 p.m.51 views

CVE-2024-46842

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Handle mailbox timeouts in lpfcgetsfpinfo The MBXTIMEOUT return code is not handled in lpfcgetsfpinfo and the routine unconditionally frees submitted mailbox commands regardless of return status. The issue is that for...

7.8CVSS5.8AI score0.00215EPSS
SaveExploits0
OSV
OSV
added 2024/09/27 12:39 p.m.17 views

CVE-2024-46841 btrfs: don't BUG_ON on ENOMEM from btrfs_lookup_extent_info() in walk_down_proc()

In the Linux kernel, the following vulnerability has been resolved: btrfs: don't BUGON on ENOMEM from btrfslookupextentinfo in walkdownproc We handle errors here properly, ENOMEM isn't fatal, return the error...

6.1AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2024/09/27 12:39 p.m.13 views

CVE-2024-46840

In the Linux kernel, the following vulnerability has been resolved: btrfs: clean up our handling of refs == 0 in snapshot delete In reada we BUGONrefs == 0, which could be unkind since we aren't holding a lock on the extent leaf and thus could get a transient incorrect answer. In walkdownproc we...

5.5CVSS5.7AI score0.00264EPSS
SaveExploits0
CVE
CVE
added 2024/09/27 12:39 p.m.148 views

CVE-2024-46840

CVE-2024-46840 relates to the Linux kernel bug in btrfs where handling for refs == 0 in snapshot delete could yield an incorrect answer because of missing locks. The fix converts BUG_ON(refs == 0) sites in reada, walk_down_proc, and walk_up_proc to proper error handling, returning -EUCLEAN (later...

5.5CVSS6.2AI score0.00264EPSS
SaveExploits0References10Affected Software1
CVE
CVE
added 2024/09/27 12:39 p.m.100 views

CVE-2024-46838

CVE-2024-46838 affects the Linux kernel. The issue arises in userfaultfd when khugepaged yanks a page table, where previous BUG_ON() checks were incorrect after allowing retracting page tables in file mappings without the mmap lock. The fix removes these BUG_ON()s (and associated early block) to ...

5.5CVSS5.2AI score0.00234EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2024/09/27 12:39 p.m.16 views

CVE-2024-46837

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Restrict high priorities on groupcreate We were allowing any users to create a high priority group without any permission checks. As a result, this was allowing possible denial of service. We now only allow the DRM...

5.5CVSS5.4AI score0.00202EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/09/27 12:39 p.m.22 views

CVE-2024-46836 usb: gadget: aspeed_udc: validate endpoint index for ast udc

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: aspeedudc: validate endpoint index for ast udc We should verify the bound of the array to assure that host may not manipulate the index to point past endpoint array. Found by static analysis...

6.9AI score0.00244EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/09/27 12:39 p.m.16 views

CVE-2024-46836

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: aspeedudc: validate endpoint index for ast udc We should verify the bound of the array to assure that host may not manipulate the index to point past endpoint array. Found by static analysis...

7.8CVSS6.1AI score0.00244EPSS
SaveExploits0
CVE
CVE
added 2024/09/27 12:39 p.m.166 views

CVE-2024-46835

CVE-2024-46835 affects the Linux kernel DRM/AMDGPU component. The root cause is a NULL dereference risk in adev->gfx.imu.funcs triggered by a smatch static checker warning, fixed in the kernel code as part of “drm/amdgpu: Fix smatch static checker warning” mitigation. Impact per the provided m...

5.5CVSS5.8AI score0.00235EPSS
SaveExploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2024/09/27 12:39 p.m.21 views

CVE-2024-46835 drm/amdgpu: Fix smatch static checker warning

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix smatch static checker warning adev-gfx.imu.funcs could be NULL...

6.9AI score0.00235EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/09/27 12:39 p.m.50 views

CVE-2024-46834

In the Linux kernel, the following vulnerability has been resolved: ethtool: fail closed if we can't get max channel used in indirection tables Commit 0d1b7d6c9274 "bnxt: fix crashes when reducing ring count with active RSS contexts" proves that allowing indirection table to contain channels with...

7.8CVSS5.5AI score0.00215EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/09/27 12:39 p.m.38 views

CVE-2024-46833 net: hns3: void array out of bound when loop tnl_num

In the Linux kernel, the following vulnerability has been resolved: net: hns3: void array out of bound when loop tnlnum When query reg inf of SSU, it loops tnlnum times. However, tnlnum comes from hardware and the length of array is a fixed value. To void array out of bound, make sure the loop ti...

0.00229EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/09/27 12:39 p.m.38 views

CVE-2024-46833

In the Linux kernel, the following vulnerability has been resolved: net: hns3: void array out of bound when loop tnlnum When query reg inf of SSU, it loops tnlnum times. However, tnlnum comes from hardware and the length of array is a fixed value. To void array out of bound, make sure the loop ti...

7.8CVSS5.8AI score0.00229EPSS
SaveExploits0
OSV
OSV
added 2024/09/27 12:39 p.m.16 views

CVE-2024-46832 MIPS: cevt-r4k: Don't call get_c0_compare_int if timer irq is installed

In the Linux kernel, the following vulnerability has been resolved: MIPS: cevt-r4k: Don't call getc0compareint if timer irq is installed This avoids warning: 0.118053 BUG: sleeping function called from invalid context at kernel/locking/mutex.c:283 Caused by getc0compareint on secondary CPU. We al...

5.9AI score
SaveExploits0References10
OSV
OSV
added 2024/09/27 12:39 p.m.12 views

CVE-2024-46831 net: microchip: vcap: Fix use-after-free error in kunit test

In the Linux kernel, the following vulnerability has been resolved: net: microchip: vcap: Fix use-after-free error in kunit test This is a clear use-after-free error. We remove it, and rely on checking the return code of vcapdelrule...

8.4CVSS7AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/09/27 12:39 p.m.10 views

CVE-2024-46831

In the Linux kernel, the following vulnerability has been resolved: net: microchip: vcap: Fix use-after-free error in kunit test This is a clear use-after-free error. We remove it, and rely on checking the return code of vcapdelrule...

8.4CVSS6.3AI score0.00242EPSS
SaveExploits0
CVE
CVE
added 2024/09/27 12:39 p.m.131 views

CVE-2024-46832

CVE-2024-46832 involves the Linux kernel, specifically the MIPS cevt-r4k path. The issue arose when get_c0_compare_int was called if a timer IRQ was installed, which could trigger a WARN/BUG: sleeping function called from invalid context on secondary CPU. The patch changes the flow to avoid calli...

5.5CVSS5.3AI score0.00236EPSS
SaveExploits0References7Affected Software1
Debian CVE
Debian CVE
added 2024/09/27 12:39 p.m.13 views

CVE-2024-46830

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Acquire kvm-srcu when handling KVMSETVCPUEVENTS Grab kvm-srcu when processing KVMSETVCPUEVENTS, as KVM will forcibly leave nested VMX/SVM if SMM mode is being toggled, and leaving nested VMX reads guest memory. Note,...

7.8CVSS5.4AI score0.00247EPSS
SaveExploits0
Rows per page
Query Builder