Lucene search
+L

29571 matches found

Debian CVE
Debian CVE
added 2025/12/24 1:07 p.m.18 views

CVE-2023-54161

Removed by vendor...

6.7AI score0.00018EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/12/24 1:07 p.m.13 views

CVE-2023-54159

In the Linux kernel, the following vulnerability has been resolved: usb: mtu3: fix kernel panic at qmu transfer done irq handler When handle qmu transfer irq, it will unlock @mtu-lock before give back request, if another thread handle disconnect event at the same time, and try to disable ep, it m...

5.3AI score0.002EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/12/24 1:06 p.m.13 views

CVE-2023-54143

In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: fix resource leaks in vdecmsgqueueinit If we encounter any error in the vdecmsgqueueinit then we need to set "msgqueue-wdmaaddr.size = 0;". Normally, this is done inside the vdecmsgqueuedeinit function...

5.2AI score0.00195EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/12/24 1:06 p.m.16 views

CVE-2023-54142

In the Linux kernel, the following vulnerability has been resolved: gtp: Fix use-after-free in gtpencapdestroy. syzkaller reported use-after-free in gtpencapdestroy. 0 It shows the same process freed sk and touched it illegally. Commit e198987e7dd7 "gtp: fix suspicious RCU usage" added locksock a...

7.8CVSS5.5AI score0.00152EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/24 1:06 p.m.39 views

CVE-2023-54141 wifi: ath11k: Add missing hw_ops->get_ring_selector() for IPQ5018

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: Add missing hwops-getringselector for IPQ5018 During sending data after clients connected, hwops-getringselector will be called. But for IPQ5018, this member isn't set, and the following NULL pointer exception will ...

0.00204EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/12/24 1:06 p.m.36 views

CVE-2023-54138

In the Linux kernel, the following vulnerability has been resolved: drm/msm: fix NULL-deref on irq uninstall In case of early initialisation errors and on platforms that do not use the DPU controller, the deinitilisation code can be called with the kms pointer set to NULL. Patchwork:...

5.2AI score0.00204EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/24 1:06 p.m.43 views

CVE-2023-54138 drm/msm: fix NULL-deref on irq uninstall

In the Linux kernel, the following vulnerability has been resolved: drm/msm: fix NULL-deref on irq uninstall In case of early initialisation errors and on platforms that do not use the DPU controller, the deinitilisation code can be called with the kms pointer set to NULL. Patchwork:...

0.00204EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/12/24 1:06 p.m.11 views

CVE-2023-54135

In the Linux kernel, the following vulnerability has been resolved: mapletree: fix potential out-of-bounds access in maswrendpiv Check the write offset end bounds before using it as the offset into the pivot array. This avoids a possible out-of-bounds access on the pivot array if the write extend...

7.8CVSS5.2AI score0.0016EPSS
SaveExploits0
OSV
OSV
added 2025/12/24 1:06 p.m.12 views

CVE-2023-54133 nfp: clean mc addresses in application firmware when closing port

In the Linux kernel, the following vulnerability has been resolved: nfp: clean mc addresses in application firmware when closing port When moving devices from one namespace to another, mc addresses are cleaned in software while not removed from application firmware. Thus the mc addresses are...

6.4AI score
SaveExploits0References5
CVE
CVE
added 2025/12/24 1:06 p.m.35 views

CVE-2023-54125

CVE-2023-54125 affects the Linux kernel NTFS3 xattr path (fs/ntfs3), where ntfs_read_ea may fail to return a proper error for inconsistent extended attributes, potentially allowing use-after-free and memory access issues as demonstrated by a KASAN report in ntfs_set_ea. The vulnerability can lead...

7.8CVSS6.1AI score0.00157EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/12/24 1:06 p.m.13 views

CVE-2023-54124

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to drop all dirty pages during umount if cperror is set xfstest generic/361 reports a bug as below: f2fsbugonsbi, sbi-fsyncnodenum; kernel BUG at fs/f2fs/super.c:1627! RIP: 0010:f2fsputsuper+0x3a8/0x3b0 Call Trace:...

7.8CVSS5.4AI score0.00161EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/12/24 1:06 p.m.7 views

CVE-2023-54123

In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix memleak for 'conf-biosplit' In the error path of raid10run, 'conf' need be freed, however, 'conf-biosplit' is missed and memory will be leaked. Since there are 3 places to free 'conf', factor out a helper to fix th...

5.3AI score0.00214EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/24 1:06 p.m.42 views

CVE-2023-54122 drm/msm/dpu: Add check for cstate

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add check for cstate As kzalloc may fail and return NULL pointer, it should be better to check cstate in order to avoid the NULL pointer dereference in drmatomichelpercrtcreset. Patchwork:...

0.00209EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/24 1:06 p.m.10 views

CVE-2023-54122 drm/msm/dpu: Add check for cstate

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add check for cstate As kzalloc may fail and return NULL pointer, it should be better to check cstate in order to avoid the NULL pointer dereference in drmatomichelpercrtcreset. Patchwork:...

6.4AI score
SaveExploits0References9
OSV
OSV
added 2025/12/24 1:06 p.m.16 views

CVE-2023-54111 pinctrl: rockchip: Fix refcount leak in rockchip_pinctrl_parse_groups

In the Linux kernel, the following vulnerability has been resolved: pinctrl: rockchip: Fix refcount leak in rockchippinctrlparsegroups offindnodebyphandle returns a node pointer with refcount incremented, We should use ofnodeput on it when not needed anymore. Add missing ofnodeput to avoid refcou...

6.3AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2025/12/24 1:06 p.m.11 views

CVE-2023-54109

In the Linux kernel, the following vulnerability has been resolved: media: rcarfdp1: Fix refcount leak in probe and remove function rcarfcpget take reference, which should be balanced with rcarfcpput. Add missing rcarfcpput in fdp1remove and the error paths of fdp1probe to fix this. hverkuil:...

5.4AI score0.00214EPSS
SaveExploits0
CVE
CVE
added 2025/12/24 1:06 p.m.45 views

CVE-2023-54107

CVE-2023-54107 relates to the Linux kernel blk-cgroup Use-After-Free caused by the parent blkg refcount being dropped before the parent’s pd_free_fn() executes. The issue occurs because __blkg_release() drops the parent refcount in a path that precedes the asynchronous blkg_free_work_fn() where p...

7.8CVSS6.1AI score0.00147EPSS
SaveExploits0References1
CVE
CVE
added 2025/12/24 1:06 p.m.25 views

CVE-2023-54097

CVE-2023-54097 (Linux kernel) affects the regulator subsystem, specifically the stm32-pwr regulator driver. The issue is an of_iomap() leak in stm32_pwr_regulator_probe() that can leak the mapped base address if memory allocation or regulator registration fails. The fix replaces of_iomap() with d...

6.3AI score0.00209EPSS
SaveExploits0References7
CVE
CVE
added 2025/12/24 1:06 p.m.44 views

CVE-2023-54094

Technical details about CVE-2023-54094 are not provided in the supplied documents; refer to vendor advisories for full specifics and remediation status; monitor for updates.

9.8CVSS5.8AI score0.00531EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/12/24 1:06 p.m.6 views

CVE-2023-54094

In the Linux kernel, the following vulnerability has been resolved: net: prevent skb corruption on frag list segmentation Ian reported several skb corruptions triggered by rx-gro-list, collecting different oops alike: 62.624003 BUG: kernel NULL pointer dereference, address: 00000000000000c0...

9.8CVSS5.6AI score0.00531EPSS
SaveExploits0
Rows per page
Query Builder