Lucene search
+L

3627 matches found

NVD
NVD
added 2025/12/30 1:15 p.m.12 views

CVE-2022-50839

In the Linux kernel, the following vulnerability has been resolved: jbd2: fix potential buffer head reference count leak As in 'jbd2fcwaitbufs' if buffer isn't uptodate, will return -EIO without update 'journal-jfcoff'. But 'jbd2fcreleasebufs' will release buffer head from ‘jfcoff - 1’ if 'bh' is...

0.00214EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/12/30 12:23 p.m.29 views

CVE-2023-54315 powerpc/powernv/sriov: perform null check on iov before dereferencing iov

In the Linux kernel, the following vulnerability has been resolved: powerpc/powernv/sriov: perform null check on iov before dereferencing iov Currently pointer iov is being dereferenced before the null check of iov which can lead to null pointer dereference errors. Fix this by moving the iov null...

0.00167EPSS
SaveExploits0References6
CVE
CVE
added 2025/12/30 12:23 p.m.23 views

CVE-2023-54315

CVE-2023-54315 affects the Linux kernel on the PowerPC platform, where a null pointer dereference could occur in the PCI SR-IOV path. The root cause was dereferencing iov before validating it, i.e., accessing iov->num_vfs without ensuring iov is non-NULL. The fixed patch moves the null check b...

6.1AI score0.00167EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/30 12:23 p.m.6 views

CVE-2023-54294 md/raid10: fix memleak of md thread

In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix memleak of md thread In raid10run, if setupconf succeed and raid10run failed before setting 'mddev-thread', then in the error path 'conf-thread' is not freed. Fix the problem by setting 'mddev-thread' right after...

6.4AI score
SaveExploits0References11
Cvelist
Cvelist
added 2025/12/30 12:23 p.m.33 views

CVE-2023-54292 RDMA/irdma: Fix data race on CQP request done

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix data race on CQP request done KCSAN detects a data race on cqprequest-requestdone memory location which is accessed locklessly in irdmahandlecqpop while being updated in irdmacqpcehandler. Annotate lockless intent...

9.8CVSS0.00475EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/30 12:23 p.m.8 views

CVE-2023-54292 RDMA/irdma: Fix data race on CQP request done

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix data race on CQP request done KCSAN detects a data race on cqprequest-requestdone memory location which is accessed locklessly in irdmahandlecqpop while being updated in irdmacqpcehandler. Annotate lockless intent...

9.8CVSS6.2AI score
SaveExploits0References7
OSV
OSV
added 2025/12/30 12:16 p.m.8 views

CVE-2023-54276 nfsd: move init of percpu reply_cache_stats counters back to nfsd_init_net

In the Linux kernel, the following vulnerability has been resolved: nfsd: move init of percpu replycachestats counters back to nfsdinitnet Commit f5f9d4a314da "nfsd: move reply cache initialization into nfsd startup" moved the initialization of the reply cache into nfsd startup, but didn't accoun...

6.3AI score
SaveExploits0References8
Cvelist
Cvelist
added 2025/12/30 12:16 p.m.28 views

CVE-2023-54272 fs/ntfs3: Fix a possible null-pointer dereference in ni_clear()

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix a possible null-pointer dereference in niclear In a previous commit c1006bd13146, ni-mi.mrec in niwriteinode could be NULL, and thus a NULL check is added for this variable. However, in the same call stack, ni-mi.mr...

0.00183EPSS
SaveExploits0References4
CVE
CVE
added 2025/12/30 12:15 p.m.27 views

CVE-2023-54266

CVE-2023-54266 refers to a memory-leak in the Linux kernel’s media: dvb-usb: m920x path. The issue occurs when a read error happens during m920x_read(), where the previously freed buffer may leak because the error case wasn’t freed. The fix reverts the prior logic to ensure the read buffer is fre...

6AI score0.00203EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/12/30 12:15 p.m.27 views

CVE-2023-54265 ipv6: Fix an uninit variable access bug in __ip6_make_skb()

In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix an uninit variable access bug in ip6makeskb Syzbot reported a bug as following: ===================================================== BUG: KMSAN: uninit-value in archatomic64inc arch/x86/include/asm/atomic6464.h:88 inli...

0.00184EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/30 12:15 p.m.5 views

CVE-2023-54262 net/mlx5e: Don't clone flow post action attributes second time

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Don't clone flow post action attributes second time The code already clones post action attributes in mlx5ecloneflowattrforpostact. Creating another copy in mlx5etcpostactadd is a erroneous leftover from original...

8.8CVSS6.7AI score
SaveExploits0References7
OSV
OSV
added 2025/12/30 12:15 p.m.7 views

CVE-2023-54255 sh: dma: Fix DMA channel offset calculation

In the Linux kernel, the following vulnerability has been resolved: sh: dma: Fix DMA channel offset calculation Various SoCs of the SH3, SH4 and SH4A family, which use this driver, feature a differing number of DMA channels, which can be distributed between up to two DMAC modules. The existing...

6.3AI score
SaveExploits0References11
CVE
CVE
added 2025/12/30 12:15 p.m.25 views

CVE-2023-54253

The CVE describes a Linux kernel bug in Btrfs relocation: calling set_page_extent_mapped before validating the folio/page can trigger a kernel BUG during relocate_one_page. The fix, as noted in the description, is to move set_page_extent_mapped to after the btrfs_read_folio block so the subpage b...

6.3AI score0.00181EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/12/30 12:15 p.m.8 views

CVE-2022-50873

In the Linux kernel, the following vulnerability has been resolved: vdpa/vpvdpa: fix kfree a wrong pointer in vpvdparemove In vpvdparemove, the code kfree&vpvdpamgtdev-mgtdev.idtable uses a reference of pointer as the argument of kfree, which is the wrong pointer and then may hit crash like this:...

5.2AI score0.00172EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/30 12:15 p.m.31 views

CVE-2022-50869 fs/ntfs3: Fix slab-out-of-bounds in r_page

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix slab-out-of-bounds in rpage When PAGESIZE is 64K, if readlogpage is called by logreadrst for the first time, the size of buffer would be equal to DefaultLogPageSize4K.But for buffer operations like memcpy, if the...

7.8CVSS0.00143EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/12/30 12:15 p.m.34 views

CVE-2022-50854 nfc: virtual_ncidev: Fix memory leak in virtual_nci_send()

In the Linux kernel, the following vulnerability has been resolved: nfc: virtualncidev: Fix memory leak in virtualncisend skb should be free in virtualncisend, otherwise kmemleak will report memleak. Steps for reproduction simulated in qemu: cd tools/testing/selftests/nci make ./ncidev BUG: memor...

0.00172EPSS
SaveExploits0References3
CVE
CVE
added 2025/12/30 12:15 p.m.19 views

CVE-2022-50851

Technical details about CVE-2022-50851 are not publicly provided in the supplied documents. Please monitor for updates from OSV/SUSE advisories.

6AI score0.00205EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/30 12:11 p.m.15 views

CVE-2023-54242 block, bfq: Fix division by zero error on zero wsum

In the Linux kernel, the following vulnerability has been resolved: block, bfq: Fix division by zero error on zero wsum When the weighted sum is zero the calculation of limit causes a division by zero error. Fix this by continuing to the next level. This was discovered by running as root: stress-...

6.4AI score
SaveExploits0References6
OSV
OSV
added 2025/12/30 12:11 p.m.10 views

CVE-2023-54241 MIPS: KVM: Fix NULL pointer dereference

In the Linux kernel, the following vulnerability has been resolved: MIPS: KVM: Fix NULL pointer dereference After commit 45c7e8af4a5e3f0bea4ac209 "MIPS: Remove KVMTE support" we get a NULL pointer dereference when creating a KVM guest: 146.243409 Starting KVM with MIPS VZ extensions 149.849151 CP...

6.3AI score
SaveExploits0References7
CVE
CVE
added 2025/12/30 12:11 p.m.22 views

CVE-2023-54239

CVE-2023-54239 concerns the Linux kernel iommufd component. Public docs describe a fixed issue where a user virtual address (uptr) could overflow when mapping pages, triggering WARN_ONs (notably from pin_user_pages) due to invalid arguments. The fix prevents creating a pages object with an uptr a...

6AI score0.00161EPSS
SaveExploits0References2
Rows per page
Query Builder