Lucene search
+L

6526 matches found

CVE
CVE
added 2024/07/30 7:46 a.m.117 views

CVE-2024-42155

The CVE-2024-42155 issue affects the Linux kernel on s390 architectures, where the k ey material of protected- or secure-keys should not be visible to the caller. The vulnerability notes that all copies of protected- or secure-keys must be wiped from the stack even if an error occurs. CVSS data p...

1.9CVSS6.5AI score0.00188EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2024/07/30 7:46 a.m.18 views

CVE-2024-42154 tcp_metrics: validate source addr length

In the Linux kernel, the following vulnerability has been resolved: tcpmetrics: validate source addr length I don't see anything checking that TCPMETRICSATTRSADDRIPV4 is at least 4 bytes long, and the policy doesn't have an entry for this attribute at all neither does it for IPv6 but v6 is manual...

6.8AI score0.00258EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/07/30 7:46 a.m.32 views

CVE-2024-42148 bnx2x: Fix multiple UBSAN array-index-out-of-bounds

In the Linux kernel, the following vulnerability has been resolved: bnx2x: Fix multiple UBSAN array-index-out-of-bounds Fix UBSAN warnings that occur when using a system with 32 physical cpu cores or more, or when the user defines a number of Ethernet queues greater than or equal to FPSBMAXE1x...

6.8AI score0.00259EPSS
SaveExploits0References8
CVE
CVE
added 2024/07/30 7:46 a.m.141 views

CVE-2024-42147

CVE-2024-42147 affects the Linux kernel crypto: hisilicon/debugfs path. During zip probe, debugfs initialization failure could cause the error branch to release_regs, and the regs uninitialization could release multiple times. The root cause is an uninitialized regs path when debugfs init fails, ...

7.8CVSS6.4AI score0.00234EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2024/07/30 7:46 a.m.35 views

CVE-2024-42144 thermal/drivers/mediatek/lvts_thermal: Check NULL ptr on lvts_data

In the Linux kernel, the following vulnerability has been resolved: thermal/drivers/mediatek/lvtsthermal: Check NULL ptr on lvtsdata Verify that lvtsdata is not NULL before using it...

0.00222EPSS
SaveExploits0References3
CVE
CVE
added 2024/07/30 7:46 a.m.117 views

CVE-2024-42142

CVE-2024-42142 affects the Linux kernel mlx5 E-switch ingress ACL handling. The bug creates an ingress ACL only when vport metadata match and prio tag are enabled, but the active-backup lag feature also requires it, risking a panic when dropping rules if the ACL doesn’t exist. The fix creates the...

5.5CVSS6.6AI score0.00225EPSS
SaveExploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2024/07/30 7:46 a.m.22 views

CVE-2024-42140 riscv: kexec: Avoid deadlock in kexec crash path

In the Linux kernel, the following vulnerability has been resolved: riscv: kexec: Avoid deadlock in kexec crash path If the kexec crash code is called in the interrupt context, the machinekexecmaskinterrupts function will trigger a deadlock while trying to acquire the irqdesc spinlock and then...

6.8AI score0.00199EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/07/30 7:46 a.m.34 views

CVE-2024-42140 riscv: kexec: Avoid deadlock in kexec crash path

In the Linux kernel, the following vulnerability has been resolved: riscv: kexec: Avoid deadlock in kexec crash path If the kexec crash code is called in the interrupt context, the machinekexecmaskinterrupts function will trigger a deadlock while trying to acquire the irqdesc spinlock and then...

0.00199EPSS
SaveExploits0References5
OSV
OSV
added 2024/07/30 7:46 a.m.16 views

CVE-2024-42138 mlxsw: core_linecards: Fix double memory deallocation in case of invalid INI file

In the Linux kernel, the following vulnerability has been resolved: mlxsw: corelinecards: Fix double memory deallocation in case of invalid INI file In case of invalid INI file mlxswlinecardtypesinit deallocates memory but doesn't reset pointer to NULL and returns 0. In case of any error occurred...

6.1AI score
SaveExploits0References8
CVE
CVE
added 2024/07/30 7:46 a.m.195 views

CVE-2024-42131

CVE-2024-26929 is rejected/not used; this CVE entry is not an active vulnerability.

4.4CVSS6.6AI score0.00244EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2024/07/30 7:46 a.m.38 views

CVE-2024-42131 mm: avoid overflows in dirty throttling logic

In the Linux kernel, the following vulnerability has been resolved: mm: avoid overflows in dirty throttling logic The dirty throttling logic is interspersed with assumptions that dirty limits in PAGESIZE units fit into 32-bit so that various multiplications fit into 64-bits. If limits end up bein...

0.00244EPSS
SaveExploits0References8
OSV
OSV
added 2024/07/30 7:46 a.m.13 views

CVE-2024-42129 leds: mlxreg: Use devm_mutex_init() for mutex initialization

In the Linux kernel, the following vulnerability has been resolved: leds: mlxreg: Use devmmutexinit for mutex initialization In this driver LEDs are registered using devmledclassdevregister so they are automatically unregistered after module's remove is done. ledclassdevunregister calls module's...

6.2AI score
SaveExploits0References8
Cvelist
Cvelist
added 2024/07/30 7:46 a.m.36 views

CVE-2024-42124 scsi: qedf: Make qedf_execute_tmf() non-preemptible

In the Linux kernel, the following vulnerability has been resolved: scsi: qedf: Make qedfexecutetmf non-preemptible Stop calling smpprocessorid from preemptible code in qedfexecutetmf90. This results in BUGON when running an RT kernel. 659.343280 BUG: using smpprocessorid in preemptible 00000000...

0.00255EPSS
SaveExploits0References7
CVE
CVE
added 2024/07/30 7:46 a.m.200 views

CVE-2024-42124

CVE-2024-42124 affects the Linux kernel and fixes a preemption bug in qedf by making qedf_execute_tmf() non-preemptible. The issue was triggered by calling smp_processor_id() from preemptible code in qedf_execute_tmf90, causing a BUG_ON on RT kernels. Affected context is kernel-level SCSI qedf dr...

5.5CVSS6.7AI score0.00255EPSS
SaveExploits0References8Affected Software1
Vulnrichment
Vulnrichment
added 2024/07/30 7:46 a.m.16 views

CVE-2024-42123 drm/amdgpu: fix double free err_addr pointer warnings

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix double free erraddr pointer warnings In amdgpuumcbadpagepollingtimeout, the amdgpuumchandlebadpages will be run many times so that double free erraddr in some special case. So set the erraddr to NULL to avoid the...

6.8AI score0.00207EPSS
SaveExploits0References2
CVE
CVE
added 2024/07/30 7:46 a.m.173 views

CVE-2024-42122

CVE-2024-42122 concerns the Linux kernel’s drm/amd/display where a NULL pointer could be produced by kzalloc and used without checking. The fix adds a NULL pointer check before using the allocated memory. Affected subsystem: AMD display kernel code; root cause: missing validation of kzalloc retur...

5.5CVSS6.6AI score0.00258EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2024/07/30 7:46 a.m.27 views

CVE-2024-42116

...

SaveExploits0
OSV
OSV
added 2024/07/30 7:46 a.m.22 views

CVE-2024-42110 net: ntb_netdev: Move ntb_netdev_rx_handler() to call netif_rx() from __netif_rx()

In the Linux kernel, the following vulnerability has been resolved: net: ntbnetdev: Move ntbnetdevrxhandler to call netifrx from netifrx The following is emitted when using idxd DSA dmanegine as the data mover for ntbtransport that ntbnetdev uses. 74412.546922 BUG: using smpprocessorid in...

7.5CVSS6.1AI score
SaveExploits0References8
OSV
OSV
added 2024/07/30 7:46 a.m.20 views

CVE-2024-42108 net: rswitch: Avoid use-after-free in rswitch_poll()

In the Linux kernel, the following vulnerability has been resolved: net: rswitch: Avoid use-after-free in rswitchpoll The use-after-free is actually in rswitchtxfree, which is inlined in rswitchpoll. Since skb and gq-skbsgq-dirty are in fact the same pointer, the skb is first freed using...

9.8CVSS6.2AI score
SaveExploits0References6
OSV
OSV
added 2024/07/30 7:46 a.m.28 views

CVE-2024-42106 inet_diag: Initialize pad field in struct inet_diag_req_v2

In the Linux kernel, the following vulnerability has been resolved: inetdiag: Initialize pad field in struct inetdiagreqv2 KMSAN reported uninit-value access in rawlookup 1. Diag for raw sockets uses the pad field in struct inetdiagreqv2 for the underlying protocol. This field corresponds to the...

5.9AI score
SaveExploits0References12
Rows per page
Query Builder