Lucene search
+L

13165 matches found

NVD
NVD
added 2025/05/02 4:15 p.m.24 views

CVE-2023-53115

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix memory leaks in mpi3mrinitioc Don't allocate memory again when IOC is being reinitialized...

5.5CVSS0.00191EPSS
SaveExploits0References3
NVD
NVD
added 2025/05/02 4:15 p.m.17 views

CVE-2023-53118

In the Linux kernel, the following vulnerability has been resolved: scsi: core: Fix a procfs host directory removal regression scsiprochostdirrm decreases a reference counter and hence must only be called once per host that is removed. This change does not require a scsiaddhostwithdma change sinc...

5.5CVSS0.00194EPSS
SaveExploits0References6
NVD
NVD
added 2025/05/02 4:15 p.m.13 views

CVE-2023-53101

In the Linux kernel, the following vulnerability has been resolved: ext4: zero idisksize when initializing the bootloader inode If the boot loader inode has never been used before, the EXT4IOCSWAPBOOT inode will initialize it, including setting the isize to 0. However, if the "never before used"...

5.5CVSS0.00195EPSS
SaveExploits0References8
NVD
NVD
added 2025/05/02 4:15 p.m.15 views

CVE-2023-53109

In the Linux kernel, the following vulnerability has been resolved: net: tunnels: annotate lockless accesses to dev-neededheadroom IP tunnels can apparently update dev-neededheadroom in their xmit path. This patch takes care of three tunnels xmit, and also the core LLRESERVEDSPACE and...

5.5CVSS0.00194EPSS
SaveExploits0References8
NVD
NVD
added 2025/05/02 4:15 p.m.33 views

CVE-2023-53110

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix NULL sndbufdesc in smccdctxhandler When performing a stress test on SMC-R by rmmod mlx5ib driver during the wrk/nginx test, we found that there is a probability of triggering a panic while terminating all link groups...

7.5CVSS0.00456EPSS
SaveExploits0References5
NVD
NVD
added 2025/05/02 4:15 p.m.13 views

CVE-2023-53095

In the Linux kernel, the following vulnerability has been resolved: drm/ttm: Fix a NULL pointer dereference The LRU mechanism may look up a resource in the process of being removed from an object. The locking rules here are a bit unclear but it looks currently like res-bo assignment is protected ...

5.5CVSS0.00191EPSS
SaveExploits0References3
NVD
NVD
added 2025/05/02 4:15 p.m.36 views

CVE-2023-53097

In the Linux kernel, the following vulnerability has been resolved: powerpc/iommu: fix memory leak with using debugfslookup When calling debugfslookup the result must have dput called on it, otherwise the memory will leak over time. To make things simpler, just call debugfslookupandremove instead...

5.5CVSS0.00194EPSS
SaveExploits0References4
NVD
NVD
added 2025/05/02 4:15 p.m.16 views

CVE-2023-53080

In the Linux kernel, the following vulnerability has been resolved: xsk: Add missing overflow check in xdpumemreg The number of chunks can overflow u32. Make sure to return -EINVAL on overflow. Also remove a redundant u32 cast assigning umem-npgs...

7.8CVSS0.0022EPSS
SaveExploits0References5
NVD
NVD
added 2025/05/02 4:15 p.m.32 views

CVE-2023-53086

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: connac: do not check WED status for non-mmio devices WED is supported just for mmio devices, so do not check it for usb or sdio devices. This patch fixes the crash reported below: 21.946627 wlp0s3u1i3: authenticate wi...

8.8CVSS0.00199EPSS
SaveExploits0References2
NVD
NVD
added 2025/05/02 4:15 p.m.18 views

CVE-2023-53088

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix UaF in listener shutdown As reported by Christoph after having refactored the passive socket initialization, the mptcp listener shutdown path is prone to an UaF issue. BUG: KASAN: use-after-free in...

7.8CVSS0.00196EPSS
SaveExploits0References3
NVD
NVD
added 2025/05/02 4:15 p.m.19 views

CVE-2023-53089

In the Linux kernel, the following vulnerability has been resolved: ext4: fix task hung in ext4xattrdeleteinode Syzbot reported a hung task problem: ================================================================== INFO: task syz-executor232:5073 blocked for more than 143 seconds. Not tainted...

5.5CVSS0.00196EPSS
SaveExploits0References8
NVD
NVD
added 2025/05/02 4:15 p.m.24 views

CVE-2023-53084

In the Linux kernel, the following vulnerability has been resolved: drm/shmem-helper: Remove another errant put in error path drmgemshmemmmap doesn't own reference in error code path, resulting in the dma-buf shmem GEM object getting prematurely freed leading to a later use-after-free...

7.8CVSS0.00198EPSS
SaveExploits0References5
NVD
NVD
added 2025/05/02 4:15 p.m.28 views

CVE-2023-53085

In the Linux kernel, the following vulnerability has been resolved: drm/edid: fix info leak when failing to get panel id Make sure to clear the transfer buffer before fetching the EDID to avoid leaking slab data to the logs on errors that leave the buffer unchanged...

7.1CVSS0.00178EPSS
SaveExploits0References2
NVD
NVD
added 2025/05/02 4:15 p.m.13 views

CVE-2023-53087

In the Linux kernel, the following vulnerability has been resolved: drm/i915/active: Fix misuse of non-idle barriers as fence trackers Users reported oopses on list corruptions when using i915 perf with a number of concurrently running graphics applications. Root cause analysis pointed at an issu...

7.8CVSS0.00208EPSS
SaveExploits0References5
NVD
NVD
added 2025/05/02 4:15 p.m.12 views

CVE-2023-53081

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix data corruption after failed write When buffered write fails to copy data into underlying page cache page, ocfs2writeendnolock just zeroes out and dirties the page. This can leave dirty page beyond EOF and if page...

7.8CVSS0.00204EPSS
SaveExploits0References8
NVD
NVD
added 2025/05/02 4:15 p.m.17 views

CVE-2023-53070

In the Linux kernel, the following vulnerability has been resolved: ACPI: PPTT: Fix to avoid sleep in the atomic context when PPTT is absent Commit 0c80f9e165f8 "ACPI: PPTT: Leave the table mapped for the runtime usage" enabled to map PPTT once on the first invocation of acpigetpptt and never...

5.5CVSS0.00191EPSS
SaveExploits0References3
NVD
NVD
added 2025/05/02 4:15 p.m.13 views

CVE-2023-53073

In the Linux kernel, the following vulnerability has been resolved: perf/x86/amd/core: Always clear status for idx The variable 'status' which contains the unhandled overflow bits is not being properly masked in some cases, displaying the following warning: WARNING: CPU: 156 PID: 475601 at...

5.5CVSS0.00191EPSS
SaveExploits0References3
OSV
OSV
added 2025/05/02 4:15 p.m.12 views

CVE-2023-53076

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

5.5AI score
SaveExploits0References1
NVD
NVD
added 2025/05/02 4:15 p.m.12 views

CVE-2023-53075

In the Linux kernel, the following vulnerability has been resolved: ftrace: Fix invalid address access in lookuprec when index is 0 KASAN reported follow problem: BUG: KASAN: use-after-free in lookuprec Read of size 8 at addr ffff000199270ff0 by task modprobe CPU: 2 Comm: modprobe Call trace:...

7.8CVSS0.00198EPSS
SaveExploits0References8
NVD
NVD
added 2025/05/02 4:15 p.m.18 views

CVE-2023-53062

In the Linux kernel, the following vulnerability has been resolved: net: usb: smsc95xx: Limit packet length to skb-len Packet length retrieved from descriptor may be larger than the actual socket buffer length. In such case the cloned skb passed up the network stack will leak kernel memory conten...

5.5CVSS0.00194EPSS
SaveExploits0References8
Rows per page
Query Builder