Lucene search
+L

3997 matches found

UbuntuCve
UbuntuCve
added 2025/10/22 2:15 p.m.9 views

CVE-2023-53723

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: disable sdma ecc irq only when sdma RAS is enabled in suspend sdmav40ip is shared on a few asics, but in sdmav40hwfini, driver unconditionally disables eccirq which is only enabled on those asics enabling sdma ecc. Th...

5.7AI score0.00191EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/10/22 2:15 p.m.6 views

CVE-2022-50568

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fhid: fix fhidg lifetime vs cdev The embedded struct cdev does not have its lifetime correctly tied to the enclosing struct fhidg, so there is a use-after-free if /dev/hidgN is held open while the gadget is deleted...

5.7AI score0.00205EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/10/22 2:15 p.m.6 views

CVE-2022-50563

In the Linux kernel, the following vulnerability has been resolved: dm thin: Fix UAF in runtimersoftirq When dmresume and dmdestroy are concurrent, it will lead to UAF, as follows: BUG: KASAN: use-after-free in runtimers+0x173/0x710 Write of size 8 at addr ffff88816d9490f0 by task swapper/0/0 Cal...

5.5AI score0.00232EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/10/22 2:15 p.m.6 views

CVE-2023-53700

In the Linux kernel, the following vulnerability has been resolved: media: max9286: Fix memleak in max9286v4l2register There is a kmemleak when testing the media/i2c/max9286.c with bpf mock device: kmemleak: 5 new suspected memory leaks see /sys/kernel/debug/kmemleak unreferenced object...

5.7AI score0.00199EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/10/22 2:15 p.m.3 views

CVE-2023-53727

In the Linux kernel, the following vulnerability has been resolved: net/sched: fqpie: avoid stalls in fqpietimer When setting a high number of flows limit being 65536, fqpietimer is currently using too much time as syzbot reported. Add logic to yield the cpu every 2048 flows less than 150 usec on...

5.7AI score0.00186EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/10/22 2:15 p.m.5 views

CVE-2023-53732

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix NULL dereference in niwriteinode Syzbot reports a NULL dereference in niwriteinode. When creating a new inode, if allocation fails in miinit function called in miformatnew function, mi-mrec is set to NULL. In the...

5.7AI score0.00186EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/10/22 2:15 p.m.4 views

CVE-2022-50564

In the Linux kernel, the following vulnerability has been resolved: s390/netiucv: Fix return type of netiucvtx With clang's kernel control flow integrity kCFI, CONFIGCFICLANG, indirect call targets are validated against the expected function pointer prototype to make sure the call target is valid...

5.7AI score0.00232EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/10/22 2:15 p.m.7 views

CVE-2023-53722

In the Linux kernel, the following vulnerability has been resolved: md: raid1: fix potential OOB in raid1removedisk If rddev-raiddisk is greater than mddev-raiddisks, there will be an out-of-bounds in raid1removedisk. We have already found similar reports as follows: 1 commit d17f744e883b...

5.9AI score0.00195EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/10/22 2:15 p.m.4 views

CVE-2023-53706

In the Linux kernel, the following vulnerability has been resolved: mm/vmemmap/devdax: fix kernel crash when probing devdax devices commit 4917f55b4ef9 "mm/sparse-vmemmap: improve memory savings for compound devmaps" added support for using optimized vmmemap for devdax devices. But how vmemmap...

5.8AI score0.00197EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/10/22 2:15 p.m.5 views

CVE-2023-53720

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Release the label when replacing existing ct entry Cited commit doesn't release the label mapping when replacing existing ct entry which leads to following memleak report: unreferenced object 0xffff8881854cf280 size 96...

5.7AI score0.00172EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/10/22 2:15 p.m.7 views

CVE-2022-50576

In the Linux kernel, the following vulnerability has been resolved: serial: pch: Fix PCI device refcount leak in pchrequestdma As comment of pcigetslot says, it returns a pcidevice with its refcount increased. The caller must decrement the reference count by calling pcidevput. Since 'dmadev' is...

5.7AI score0.00232EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/10/22 2:15 p.m.5 views

CVE-2022-50559

In the Linux kernel, the following vulnerability has been resolved: clk: imx: scu: fix memleak on platformdeviceadd fails No error handling is performed when platformdeviceadd fails. Add error processing before return, and modified the return value...

5.7AI score0.00199EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/10/22 2:15 p.m.6 views

CVE-2023-53714

In the Linux kernel, the following vulnerability has been resolved: drm/stm: ltdc: fix late dereference check In ltdccrtcsetcrcsource, struct drmcrtc was dereferenced in a containerof before the pointer check. This could cause a kernel panic. Fix this smatch warning: drivers/gpu/drm/stm/ltdc.c:11...

5.7AI score0.00194EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/10/22 2:15 p.m.8 views

CVE-2023-53715

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: cfg80211: Pass the PMK in binary instead of hex Apparently the hex passphrase mechanism does not work on newer chips/firmware e.g. BCM4387. It seems there was a simple way of passing it in binary all along, so use...

6AI score0.00195EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/10/22 2:15 p.m.6 views

CVE-2022-50578

In the Linux kernel, the following vulnerability has been resolved: class: fix possible memory leak in classregister If classaddgroups returns error, the 'cp-subsys' need be unregister, and the 'cp' need be freed. We can not call ksetunregister here, because the 'cls' will be freed in callback...

5.7AI score0.00226EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/10/22 2:15 p.m.6 views

CVE-2023-53709

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Handle race between rbmovetail and rbcheckpages It seems a data race between ringbuffer writing and integrity check. That is, RBFLAG of headpage is been updating, while at same time RBFLAG was cleared when doing...

5.7AI score0.00186EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/10/22 2:15 p.m.4 views

CVE-2023-53707

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix integer overflow in amdgpucspass1 The type of size is unsigned int, if size is 0x40000000, there will be an integer overflow, size will be zero after size = sizeofuint32t, will cause uninitialized memory to be...

7.8CVSS5.7AI score0.00151EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/10/22 2:15 p.m.5 views

CVE-2023-53731

In the Linux kernel, the following vulnerability has been resolved: netlink: fix potential deadlock in netlinkseterr syzbot reported a possible deadlock in netlinkseterr 1 A similar issue was fixed in commit 1d482e666b8e "netlink: disable IRQs for netlinklocktable" in netlinklocktable This patch...

5.7AI score0.00216EPSS
SaveExploits0References11
GithubExploit
GithubExploit
added 2025/10/22 9:25 a.m.339 views

Exploit for CVE-2025-53072

CVE-2025-53072 & CVE-2025-62481 Vulnerability in the Oracle...

9.8CVSS7.2AI score0.00642EPSS
SaveExploits4
CNNVD
CNNVD
added 2025/10/22 12:00 a.m.16 views

WordPress plugin WP Last Modified Info Code Injection Vulnerability

WordPress and WordPress plugin are both products of the WordPress Foundation.WordPress is a blogging platform developed using the PHP language. The platform has the ability to host personal blog sites on PHP and MySQL based servers.WordPress plugin is an application plug-in. WordPress plugin WP...

7.4CVSS6.1AI score0.00254EPSS
SaveExploits0References1
Rows per page
Query Builder