Lucene search
+L

1749 matches found

Vulnrichment
Vulnrichment
added 2024/05/01 5:29 a.m.16 views

CVE-2024-27009 s390/cio: fix race condition during online processing

In the Linux kernel, the following vulnerability has been resolved: s390/cio: fix race condition during online processing A race condition exists in ccwdevicesetonline that can cause the online process to fail, leaving the affected device in an inconsistent state. As a result, subsequent attempts...

6.8AI score0.00175EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/05/01 5:29 a.m.30 views

CVE-2024-27008 drm: nv04: Fix out of bounds access

In the Linux kernel, the following vulnerability has been resolved: drm: nv04: Fix out of bounds access When Output Resource dcb-or value is assigned in fabricatedcboutput, there may be out of bounds access to dacusers array in case dcb-or is zero because ffsdcb-or is used as index there. The 'or...

6.7AI score0.00293EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/05/01 5:29 a.m.24 views

CVE-2024-27007 userfaultfd: change src_folio after ensuring it's unpinned in UFFDIO_MOVE

In the Linux kernel, the following vulnerability has been resolved: userfaultfd: change srcfolio after ensuring it's unpinned in UFFDIOMOVE Commit d7a08838ab74 "mm: userfaultfd: fix unexpected change to srcfolio when UFFDIOMOVE fails" moved the srcfolio-mapping, index changing to after clearing t...

7.8CVSS6.8AI score0.00236EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/05/01 5:28 a.m.23 views

CVE-2024-26993

In the Linux kernel, the following vulnerability has been resolved: fs: sysfs: Fix reference leak in sysfsbreakactiveprotection The sysfsbreakactiveprotection routine has an obvious reference leak in its error path. If the call to kernfsfindandget fails then kn will be NULL, so the companion...

5.5CVSS7.4AI score0.00267EPSS
SaveExploits0
CVE
CVE
added 2024/05/01 5:27 a.m.4162 views

CVE-2024-26988

CVE-2024-26988 concerns the Linux kernel where a memory overflow could occur in init/main.c during static_command_line construction. The bug stemmed from allocating xlen + strlen(boot_command_line) + 1 bytes for static_command_line but then copying extra_command_line and command_line into it, ins...

7.8CVSS6.4AI score0.00279EPSS
SaveExploits0References12Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/01 5:27 a.m.32 views

CVE-2024-26987 mm/memory-failure: fix deadlock when hugetlb_optimize_vmemmap is enabled

In the Linux kernel, the following vulnerability has been resolved: mm/memory-failure: fix deadlock when hugetlboptimizevmemmap is enabled When I did hard offline test with hugetlb pages, below deadlock occurs: ====================================================== WARNING: possible circular...

6.6AI score0.00175EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/05/01 5:27 a.m.39 views

CVE-2024-26987 mm/memory-failure: fix deadlock when hugetlb_optimize_vmemmap is enabled

In the Linux kernel, the following vulnerability has been resolved: mm/memory-failure: fix deadlock when hugetlboptimizevmemmap is enabled When I did hard offline test with hugetlb pages, below deadlock occurs: ====================================================== WARNING: possible circular...

6.2AI score0.00175EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/01 5:27 a.m.16 views

CVE-2024-26987 mm/memory-failure: fix deadlock when hugetlb_optimize_vmemmap is enabled

In the Linux kernel, the following vulnerability has been resolved: mm/memory-failure: fix deadlock when hugetlboptimizevmemmap is enabled When I did hard offline test with hugetlb pages, below deadlock occurs: ====================================================== WARNING: possible circular...

6AI score
SaveExploits0References10
OSV
OSV
added 2024/05/01 5:27 a.m.18 views

CVE-2024-26986 drm/amdkfd: Fix memory leak in create_process failure

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix memory leak in createprocess failure Fix memory leak due to a leaked mmget reference on an error handling code path that is triggered when attempting to create KFD processes while a GPU reset is in progress...

6AI score
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2024/05/01 5:27 a.m.30 views

CVE-2024-26984 nouveau: fix instmem race condition around ptr stores

In the Linux kernel, the following vulnerability has been resolved: nouveau: fix instmem race condition around ptr stores Running a lot of VK CTS in parallel against nouveau, once every few hours you might see something like this crash. BUG: kernel NULL pointer dereference, address:...

6.4AI score0.00202EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/05/01 5:26 a.m.42 views

CVE-2024-26980 ksmbd: fix slab-out-of-bounds in smb2_allocate_rsp_buf

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix slab-out-of-bounds in smb2allocaterspbuf If -ProtocolId is SMB2TRANSFORMPROTONUM, smb2 request size validation could be skipped. if request size is smaller than sizeofstruct smb2queryinforeq, slab-out-of-bounds read ca...

8.2CVSS7.6AI score0.00615EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/05/01 5:20 a.m.19 views

CVE-2024-26975 powercap: intel_rapl: Fix a NULL pointer dereference

In the Linux kernel, the following vulnerability has been resolved: powercap: intelrapl: Fix a NULL pointer dereference A NULL pointer dereference is triggered when probing the MMIO RAPL driver on platforms with CPU ID not listed in intelraplcommon CPU model list. This is because the...

6.6AI score0.00227EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/05/01 5:19 a.m.41 views

CVE-2024-26971 clk: qcom: gcc-ipq5018: fix terminating of frequency table arrays

In the Linux kernel, the following vulnerability has been resolved: clk: qcom: gcc-ipq5018: fix terminating of frequency table arrays The frequency table arrays are supposed to be terminated with an empty element. Add such entry to the end of the arrays where it is missing in order to avoid...

7.3CVSS6.7AI score0.0023EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/05/01 5:19 a.m.41 views

CVE-2024-26960 mm: swap: fix race between free_swap_and_cache() and swapoff()

In the Linux kernel, the following vulnerability has been resolved: mm: swap: fix race between freeswapandcache and swapoff There was previously a theoretical window where swapoff could run and teardown a swapinfostruct while a call to freeswapandcache was running in another thread. This could...

7CVSS7.8AI score0.00178EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2024/05/01 5:18 a.m.20 views

CVE-2024-26949 drm/amdgpu/pm: Fix NULL pointer dereference when get power limit

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/pm: Fix NULL pointer dereference when get power limit Because powerplaytable initialization is skipped under sriov case, We check and set default lower and upper OD value if powerplaytable is NULL...

5.7AI score0.00243EPSS
SaveExploits0References3
OSV
OSV
added 2024/05/01 5:18 a.m.27 views

CVE-2024-26943 nouveau/dmem: handle kcalloc() allocation failure

In the Linux kernel, the following vulnerability has been resolved: nouveau/dmem: handle kcalloc allocation failure The kcalloc in nouveaudmemevictchunk will return null if the physical memory has run out. As a result, if we dereference srcpfns, dstpfns or dmaaddrs, the null pointer dereference...

5.9AI score
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/05/01 5:17 a.m.33 views

CVE-2024-26942 net: phy: qcom: at803x: fix kernel panic with at8031_probe

In the Linux kernel, the following vulnerability has been resolved: net: phy: qcom: at803x: fix kernel panic with at8031probe On reworking and splitting the at803x driver, in splitting function of at803x PHYs it was added a NULL dereference bug where priv is referenced before it's actually...

6.5AI score0.00147EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/05/01 5:17 a.m.36 views

CVE-2024-26937 drm/i915/gt: Reset queue_priority_hint on parking

In the Linux kernel, the following vulnerability has been resolved: drm/i915/gt: Reset queuepriorityhint on parking Originally, with strict in order execution, we could complete execution only when the queue was empty. Preempt-to-busy allows replacement of an active request that may complete befo...

7.6AI score0.00269EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/05/01 5:17 a.m.27 views

CVE-2024-26931 scsi: qla2xxx: Fix command flush on cable pull

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix command flush on cable pull System crash due to command failed to flush back to SCSI layer. BUG: unable to handle kernel NULL pointer dereference at 0000000000000000 PGD 0 P4D 0 Oops: 0000 1 SMP NOPTI CPU: 27...

8.8CVSS7.1AI score0.00368EPSS
SaveExploits0References9
RedhatCVE
RedhatCVE
added 2024/04/29 4:37 p.m.25 views

CVE-2022-48647

In the Linux kernel, the following vulnerability has been resolved: sfc: fix TX channel offset when using legacy interrupts In legacy interrupt mode the txchanneloffset was hardcoded to 1, but that's not correct if efxsepparatetxchannels is false. In that case, the offset is 0 because the tx queu...

5.5CVSS7AI score0.00226EPSS
SaveExploits0References4
Rows per page
Query Builder