Lucene search
+L

48673 matches found

EUVD
EUVD
added 2025/12/30 3:30 p.m.9 views

EUVD-2023-60483

In the Linux kernel, the following vulnerability has been resolved: driver core: fix potential null-ptr-deref in deviceadd I got the following null-ptr-deref report while doing fault injection test: BUG: kernel NULL pointer dereference, address: 0000000000000058 CPU: 2 PID: 278 Comm: 37-i2c-ds248...

6.2AI score0.0015EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/12/30 3:30 p.m.9 views

EUVD-2023-60515

In the Linux kernel, the following vulnerability has been resolved: scsi: qedf: Fix NULL dereference in error handling Smatch reported: drivers/scsi/qedf/qedfmain.c:3056 qedfallocglobalqueues warn: missing unwind goto? At this point in the function, nothing has been allocated so we can return...

5.9AI score0.00202EPSS
SaveExploits0References8
EUVD
EUVD
added 2025/12/30 3:30 p.m.15 views

EUVD-2023-60506

In the Linux kernel, the following vulnerability has been resolved: thermal: intel: quarkdts: fix error pointer dereference If allocsocdts fails, then we can just return. Trying to free "socdts" will lead to an Oops...

6AI score0.00207EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/12/30 3:30 p.m.18 views

EUVD-2023-60500

In the Linux kernel, the following vulnerability has been resolved: firmware: mesonsm: fix to avoid potential NULL pointer dereference ofmatchdevice may fail and returns a NULL pointer. Fix this by checking the return value of ofmatchdevice...

6AI score0.002EPSS
SaveExploits0References8
EUVD
EUVD
added 2025/12/30 3:30 p.m.9 views

EUVD-2023-60491

In the Linux kernel, the following vulnerability has been resolved: ovl: fix null pointer dereference in ovlgetaclrcu Following process: P1 P2 pathopenat linkpathwalk maylookup inodepermissionrcu ovlpermission aclpermissioncheck checkacl getcachedaclrcu ovlgetinodeacl realinode =...

5.9AI score0.0019EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/12/30 3:30 p.m.14 views

EUVD-2023-60489

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...

6AI score0.00187EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/12/30 3:30 p.m.11 views

EUVD-2023-60370

In the Linux kernel, the following vulnerability has been resolved: blk-cgroup: Fix NULL deref caused by blkgpolicydata being installed before init blk-iocost sometimes causes the following crash: BUG: kernel NULL pointer dereference, address: 00000000000000e0 ... RIP: 0010:rawspinlock+0x17/0x30...

5.8AI score0.00197EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/12/30 3:30 p.m.16 views

EUVD-2023-60377

In the Linux kernel, the following vulnerability has been resolved: fs/sysv: Null check to prevent null-ptr-deref bug sbgetblkinode-isb, parent return a null ptr and taking lock on that leads to the null-ptr-deref bug...

5.9AI score0.00206EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/12/30 3:30 p.m.8 views

EUVD-2023-60525

In the Linux kernel, the following vulnerability has been resolved: MIPS: fw: Allow firmware to pass a empty env fwgetenv will use env entry to determine style of env, however it is legal for firmware to just pass a empty list. Check if first entry exist before running strchr to avoid null pointe...

5.9AI score0.00229EPSS
SaveExploits0References10
EUVD
EUVD
added 2025/12/30 3:30 p.m.10 views

EUVD-2023-60393

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add check for kmemdup Since the kmemdup may return NULL pointer, it should be better to add check for the return value in order to avoid NULL pointer dereference...

6AI score0.00195EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/12/30 3:30 p.m.15 views

EUVD-2023-60408

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: avoid a NULL dereference with unsupported widgets If an IPC4 topology contains an unsupported widget, its .moduleinfo field won't be set, then sofipc4routesetup will cause a kernel Oops trying to dereference it. Add a...

5.9AI score0.00181EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/12/30 3:30 p.m.11 views

EUVD-2023-60424

In the Linux kernel, the following vulnerability has been resolved: Revert "drm/msm: Add missing check and destroy for allocorderedworkqueue" This reverts commit 643b7d0869cc7f1f7a5ac7ca6bd25d88f54e31d0. A recent patch that tried to fix up the msmdrminit paths with respect to the workqueue but on...

6AI score0.00182EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/12/30 3:30 p.m.6 views

EUVD-2022-55921

In the Linux kernel, the following vulnerability has been resolved: of: overlay: fix null pointer dereferencing in finddupcsetnodeentry and finddupcsetprop When kmalloc fail to allocate memory in kasprintf, fn1 or fn2 will be NULL, and strcmp will cause null pointer dereference...

6AI score0.002EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/12/30 3:30 p.m.6 views

EUVD-2022-55917

In the Linux kernel, the following vulnerability has been resolved: objtool: Fix SEGFAULT findinsn will return NULL in case of failure. Check insn in order to avoid a kernel Oops for NULL pointer dereference...

5.9AI score0.00201EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/12/30 3:30 p.m.12 views

EUVD-2022-55908

In the Linux kernel, the following vulnerability has been resolved: remoteproc: qcom: q6v5: Fix potential null-ptr-deref in q6v5wcssinitmmio q6v5wcssinitmmio will call platformgetresourcebyname that may fail and return NULL. devmioremap will use res-start as input, which may causes null-ptr-deref...

6AI score0.00197EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/12/30 3:30 p.m.14 views

EUVD-2022-55856

In the Linux kernel, the following vulnerability has been resolved: drm/virtio: Check whether transferred 2D BO is shmem Transferred 2D BO always must be a shmem BO. Add check for that to prevent NULL dereference if userspace passes a VRAM BO...

6AI score0.00235EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/12/30 3:30 p.m.11 views

EUVD-2022-55881

In the Linux kernel, the following vulnerability has been resolved: net: hsr: avoid possible NULL deref in skbclone syzbot got a crash 1 in skbclone, caused by a bug in hsrgetuntaggedframe. When/if createstrippedskbhsr returns NULL, we must not attempt to call skbclone. While we are at it, replac...

5.9AI score0.00232EPSS
SaveExploits0References5
NVD
NVD
added 2025/12/30 1:16 p.m.13 views

CVE-2023-54323

In the Linux kernel, the following vulnerability has been resolved: cxl/pmem: Fix nvdimm registration races A loop of the form: while true; do modprobe cxlpci; modprobe -r cxlpci; done ...fails with the following crash signature: BUG: kernel NULL pointer dereference, address: 0000000000000040...

0.0018EPSS
SaveExploits0References3
NVD
NVD
added 2025/12/30 1:16 p.m.13 views

CVE-2023-54315

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.00187EPSS
SaveExploits0References6
NVD
NVD
added 2025/12/30 1:16 p.m.9 views

CVE-2023-54291

In the Linux kernel, the following vulnerability has been resolved: vduse: fix NULL pointer dereference vdusevdpasetvqaffinity callback can be called with NULL value as cpumask when deleting the vduse device. This patch resets virtqueue's IRQ affinity mask value to set all CPUs instead of...

0.00182EPSS
SaveExploits0References2
Rows per page
Query Builder