Lucene search
+L

1738 matches found

Cvelist
Cvelist
added 2024/05/01 12:54 p.m.45 views

CVE-2024-27049 wifi: mt76: mt7925e: fix use-after-free in free_irq()

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925e: fix use-after-free in freeirq From commit a304e1b82808 "PATCH Debug shared irqs", there is a test to make sure the shared irq handler should be able to handle the unexpected event after deregistration. For th...

6.7AI score0.00277EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/05/01 12:54 p.m.17 views

CVE-2024-27041 drm/amd/display: fix NULL checks for adev->dm.dc in amdgpu_dm_fini()

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix NULL checks for adev-dm.dc in amdgpudmfini Since 'adev-dm.dc' in amdgpudmfini might turn out to be NULL before the call to dcenabledmubnotifications, check beforehand to ensure there will not be a possible...

6.7AI score0.00272EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/01 12:54 p.m.13 views

CVE-2024-27040 drm/amd/display: Add 'replay' NULL check in 'edp_set_replay_allow_active()'

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add 'replay' NULL check in 'edpsetreplayallowactive' In the first if statement, we're checking if 'replay' is NULL. But in the second if statement, we're not checking if 'replay' is NULL again before calling...

4.7CVSS5.7AI score
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/05/01 12:53 p.m.15 views

CVE-2024-27034 f2fs: compress: fix to cover normal cluster write with cp_rwsem

In the Linux kernel, the following vulnerability has been resolved: f2fs: compress: fix to cover normal cluster write with cprwsem When we overwrite compressed cluster w/ normal cluster, we should not unlock cprwsem during f2fswriterawpages, otherwise data will be corrupted if partial blocks were...

7.8CVSS6.6AI score0.00284EPSS
SaveExploits0References6
CVE
CVE
added 2024/05/01 12:53 p.m.3639 views

CVE-2023-52649

CVE-2023-52649 refers to a Linux kernel issue where the DRM VKMS LUT reading could read beyond the LUT array when lut_index points to the last floor entry. The fix guards against the ceil LUT index reading past the end by using the floor LUT index value, preventing an out-of-bounds access. Public...

7.8CVSS6.7AI score0.00277EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/05/01 6:15 a.m.9 views

AZL-40416 CVE-2024-26977 affecting package hyperv-daemons for versions less than 5.15.158.1-1

In the Linux kernel, the following vulnerability has been resolved: pciiounmap: Fix MMIO mapping leak The ifdef ARCHHASGENERICIOPORTMAP accidentally also guards iounmap, which means MMIO mappings are leaked. Move the guard so we call iounmap for MMIO mappings...

5.5CVSS6.1AI score0.00226EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/05/01 6:15 a.m.38 views

CVE-2024-26956

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix failure to detect DAT corruption in btree and direct mappings Patch series "nilfs2: fix kernel bug at submitbhwbc". This resolves a kernel BUG reported by syzbot. Since there are two flaws involved, I've made each one...

7.8CVSS6.5AI score0.00255EPSS
SaveExploits0References29
UbuntuCve
UbuntuCve
added 2024/05/01 6:15 a.m.21 views

CVE-2024-26979

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.9AI score
SaveExploits0References13
Vulnrichment
Vulnrichment
added 2024/05/01 5:29 a.m.36 views

CVE-2024-27014 net/mlx5e: Prevent deadlock while disabling aRFS

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Prevent deadlock while disabling aRFS When disabling aRFS under the priv-statelock, any scheduled aRFS works are canceled using the cancelworksync function, which waits for the work to end if it has already started...

6.6AI score0.00175EPSS
SaveExploits0References4
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.29 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.22 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.00265EPSS
SaveExploits0
CVE
CVE
added 2024/05/01 5:27 a.m.4156 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.34 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.15 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
Rows per page
Query Builder