Lucene search
+L

3628 matches found

Cvelist
Cvelist
added 2025/12/24 1:7 p.m.36 views

CVE-2023-54154 scsi: target: core: Fix target_cmd_counter leak

In the Linux kernel, the following vulnerability has been resolved: scsi: target: core: Fix targetcmdcounter leak The targetcmdcounter struct allocated via targetalloccmdcounter is never freed, resulting in leaks across various transport types, e.g.: unreferenced object 0xffff88801f920120 size 96...

0.00172EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/24 1:6 p.m.5 views

CVE-2023-54137 vfio/type1: fix cap_migration information leak

In the Linux kernel, the following vulnerability has been resolved: vfio/type1: fix capmigration information leak Fix an information leak where an uninitialized hole in struct vfioiommutype1infocapmigration on the stack is exposed to userspace. The definition of struct...

5.9AI score
SaveExploits0References9
CVE
CVE
added 2025/12/24 1:6 p.m.18 views

CVE-2023-54136

CVE-2023-54136 concerns a memory leak in the Linux kernel’s serial driver for sprd when _probe() returns failure. The fix releases the DMA buffer to avoid leaks. Connected Astra Linux entry confirms the same vulnerability and the fix across kernel lines (linux-5.10, linux-5.15, linux-6.1). The im...

6.3AI score0.00179EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/24 1:6 p.m.8 views

CVE-2023-54134 autofs: fix memory leak of waitqueues in autofs_catatonic_mode

In the Linux kernel, the following vulnerability has been resolved: autofs: fix memory leak of waitqueues in autofscatatonicmode Syzkaller reports a memory leak: BUG: memory leak unreferenced object 0xffff88810b279e00 size 96: comm "syz-executor399", pid 3631, jiffies 4294964921 age 23.870s hex...

6.2AI score
SaveExploits0References11
CVE
CVE
added 2025/12/24 1:6 p.m.19 views

CVE-2023-54133

CVE-2023-54133 affects the Linux kernel's nfp (net firmware) path. The issue arises when moving devices between namespaces: software cleanup of multicast (mc) addresses occurs, but addresses remain in the application firmware, causing a resource leak. The advisory states the problem is resolved b...

6.1AI score0.00169EPSS
SaveExploits0References2
CVE
CVE
added 2025/12/24 1:6 p.m.18 views

CVE-2023-54102

The CVE-2023-54102 entry refers to the Linux kernel scsi lpfc driver fix: lpfc_debugfs_lockstat_write() buffer overflow risk from copy_from_user() into a fixed mybuf. The patch adds a min() boundary between sizeof(mybuf)-1 and the user-supplied nbytes to prevent overflow. Impact is a potential ke...

6.8AI score0.00207EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/24 1:6 p.m.40 views

CVE-2023-54095 powerpc/iommu: Fix notifiers being shared by PCI and VIO buses

In the Linux kernel, the following vulnerability has been resolved: powerpc/iommu: Fix notifiers being shared by PCI and VIO buses failiommusetup registers the failiommubusnotifier struct to both PCI and VIO buses. struct notifierblock is a linked list node, so this causes any notifiers later...

7CVSS0.00142EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/12/24 1:6 p.m.29 views

CVE-2023-54091 drm/client: Fix memory leak in drm_client_target_cloned

In the Linux kernel, the following vulnerability has been resolved: drm/client: Fix memory leak in drmclienttargetcloned dmtmode is allocated and never freed in this function. It was found with the ast driver, but most drivers using generic fbdev setup are probably affected. This fixes the...

0.00225EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/24 1:6 p.m.12 views

CVE-2023-54083 phy: tegra: xusb: Clear the driver reference in usb-phy dev

In the Linux kernel, the following vulnerability has been resolved: phy: tegra: xusb: Clear the driver reference in usb-phy dev For the dual-role port, it will assign the phy dev to usb-phy dev and use the port dev driver as the dev driver of usb-phy. When we try to destroy the port dev, it will...

7.8CVSS6.4AI score
SaveExploits0References8
CVE
CVE
added 2025/12/24 1:5 p.m.19 views

CVE-2022-50755

CVE-2022-50755 (udf: Avoid double brelse() in udf_rename()) is a Linux kernel issue where udf_find_entry() may cause brelse() to be called twice (by both udf_find_entry() and udf_rename()), unbalancing the buffer_head reference count. The patch resolves this by not calling brelse() in udf_rename(...

7.8CVSS6.1AI score0.00183EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/24 1:5 p.m.7 views

CVE-2022-50752 md/raid5: Remove unnecessary bio_put() in raid5_read_one_chunk()

In the Linux kernel, the following vulnerability has been resolved: md/raid5: Remove unnecessary bioput in raid5readonechunk When running chunk-sized reads on disks with badblocks duplicate bio free/puts are observed: ============================================================================= B...

7.8CVSS6.5AI score
SaveExploits0References7
OSV
OSV
added 2025/12/24 1:5 p.m.9 views

CVE-2022-50744 scsi: lpfc: Fix hard lockup when reading the rx_monitor from debugfs

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix hard lockup when reading the rxmonitor from debugfs During I/O and simultaneous cat of /sys/kernel/debug/lpfc/fnX/rxmonitor, a hard lockup similar to the call trace below may occur. The spinlockbh in...

6.3AI score
SaveExploits0References7
CVE
CVE
added 2025/12/24 1:3 p.m.22 views

CVE-2023-54077

CVE-2023-54077 discusses a memory leak in the Linux kernel ntfs3 module (ntfs_read_mft). In ntfs_read_mft, the logic that sets is_root and NI_FLAG_DIR can enter inconsistent states, causing ni->dir.alloc_run to leak when the next attribute flow follows ATTR_ALLOC and NI_FLAG_DIR is not set. Mu...

7.8CVSS6.2AI score0.0015EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/12/24 1:3 p.m.36 views

CVE-2023-54077 fs/ntfs3: Fix memory leak if ntfs_read_mft failed

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix memory leak if ntfsreadmft failed Label ATTRROOT in ntfsreadmft sets isroot = true and ni-niflags |= NIFLAGDIR, then next attr will goto label ATTRALLOC and alloc ni-dir.allocrun. However two states are not always...

7.8CVSS0.0015EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/24 12:23 p.m.8 views

CVE-2023-54055 RDMA/irdma: Fix memory leak of PBLE objects

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix memory leak of PBLE objects On rmmod of irdma, the PBLE object memory is not being freed. PBLE object memory are not statically pre-allocated at function initialization time unlike other HMC objects. PBLEs objects...

6.3AI score
SaveExploits0References7
CVE
CVE
added 2025/12/24 12:22 p.m.20 views

CVE-2023-54049

Technical details for CVE-2023-54049 are not publicly provided in the supplied documents. The materials reference a Linux kernel fix in rpmsg: glink to check kstrdup() return value and prevent NULL pointer dereference; monitor for updates.

6.1AI score0.00242EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/24 12:22 p.m.8 views

CVE-2023-54048 RDMA/bnxt_re: Prevent handling any completions after qp destroy

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: Prevent handling any completions after qp destroy HW may generate completions that indicates QP is destroyed. Driver should not be scheduling any more completion handlers for this QP, after the QP is destroyed. Since...

7.8CVSS6.2AI score
SaveExploits0References7
OSV
OSV
added 2025/12/24 12:22 p.m.11 views

CVE-2022-50734 nvmem: core: Fix memleak in nvmem_register()

In the Linux kernel, the following vulnerability has been resolved: nvmem: core: Fix memleak in nvmemregister devsetname will alloc memory for nvmem-dev.kobj.name in nvmemregister, when nvmemvalidatekeepouts failed, nvmem's memory will be freed and return, but nobody will free memory for...

6.4AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/12/24 12:22 p.m.29 views

CVE-2022-50730 ext4: silence the warning when evicting inode with dioread_nolock

In the Linux kernel, the following vulnerability has been resolved: ext4: silence the warning when evicting inode with dioreadnolock When evicting an inode with default dioreadnolock, it could be raced by the unwritten extents converting kworker after writeback some new allocated dirty blocks. It...

0.00214EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/12/24 12:22 p.m.33 views

CVE-2022-50729 ksmbd: Fix resource leak in ksmbd_session_rpc_open()

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix resource leak in ksmbdsessionrpcopen When ksmbdrpcopen fails then it must call ksmbdrpcidfree to undo the result of ksmbdipcidalloc...

0.00208EPSS
SaveExploits0References4
Rows per page
Query Builder