Lucene search
+L

6334 matches found

OSV
OSV
added 2024/09/27 12:39 p.m.13 views

CVE-2024-46845 tracing/timerlat: Only clear timer if a kthread exists

In the Linux kernel, the following vulnerability has been resolved: tracing/timerlat: Only clear timer if a kthread exists The timerlat tracer can use user space threads to check for osnoise and timer latency. If the program using this is killed via a SIGTERM, the threads are shutdown one at a ti...

7.8CVSS5.8AI score0.00237EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/09/27 12:39 p.m.25 views

CVE-2024-46844 um: line: always fill *error_out in setup_one_line()

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

0.00256EPSS
SaveExploits0References8
OSV
OSV
added 2024/09/27 12:39 p.m.16 views

CVE-2024-46844 um: line: always fill *error_out in setup_one_line()

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.8CVSS6.1AI score0.00256EPSS
SaveExploits0References13
CVE
CVE
added 2024/09/27 12:39 p.m.124 views

CVE-2024-46843

CVE-2024-46843 concerns the Linux kernel SCSI/UFS path. The issue arises when removing the ufshcd driver from a UFS device, potentially causing a kernel panic if ufshcd_async_scan fails during ufshcd_probe_hba before a SCSI host is added. The fix is to guarantee the SCSI host is removed only if i...

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

CVE-2024-46844

CVE-2024-46844: In the Linux kernel, the setup_one_line() path prints a pointer that could be uninitialized for *error_out, risking a NULL pointer dereference or incorrect prints. The fix initializes *error_out in all control paths, addressing the issue. The CVE is scored locally with high impact...

7.8CVSS7.3AI score0.00256EPSS
SaveExploits0References10Affected Software1
Vulnrichment
Vulnrichment
added 2024/09/27 12:39 p.m.19 views

CVE-2024-46844 um: line: always fill *error_out in setup_one_line()

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

6.9AI score0.00256EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/09/27 12:39 p.m.15 views

CVE-2024-46843 scsi: ufs: core: Remove SCSI host only if added

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

6.8AI score0.00235EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/09/27 12:39 p.m.12 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.13 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.47 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...

5.5CVSS5.8AI score0.00205EPSS
SaveExploits0
OSV
OSV
added 2024/09/27 12:39 p.m.15 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...

5.5CVSS6.1AI score0.00245EPSS
SaveExploits0References11
Debian CVE
Debian CVE
added 2024/09/27 12:39 p.m.12 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.136 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.94 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.15 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.20 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.152 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.20 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.49 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...

5.5CVSS5.5AI score0.00205EPSS
SaveExploits0
Rows per page
Query Builder