Lucene search
+L

36167 matches found

NVD
NVD
•added 2026/09/24 5:17 p.m.•3 views

CVE-2026-88373

libde265 commit 4d45a6b contains a NULL pointer dereference vulnerability in the NAL parsing path. When de265pushNAL is called with a zero-length NAL unit, the resulting NALunit may retain a NULL backing buffer, which is subsequently passed as the destination argument to memcpy in NALunit::setdat...

SaveExploits0References2
NVD
NVD
•added 2026/09/24 5:17 p.m.•4 views

CVE-2026-88384

OpenEXR 3.4.14 contains a NULL Pointer Dereference in the C++ attribute parsing path. A specially crafted EXR file containing an unknown-type attribute with dataSize set to zero causes the parser to create an opaque attribute with a NULL packeddata pointer. The OpaqueAttribute constructor passes...

5.5CVSS
SaveExploits0References3
Kitploit
Kitploit
•added 2026/09/24 4:53 p.m.•17 views

CVE-2026-23398

CVE-2026-23398 Desreferencia de puntero NULL en icmptagvalidation del kernel de Linux DoS remoto Descripción icmptagvalidation en net/ipv4/icmp.c desreferencia inetprotosproto sin una comprobación de NULL. Un atacante remoto puede enviar un único paquete ICMP Fragmentation Needed manipulado con u...

5.5CVSS6.8AI score0.00124EPSS
SaveExploits2
NVD
NVD
•added 2026/09/24 4:17 p.m.•3 views

CVE-2026-93212

In the Linux kernel, the following vulnerability has been resolved: nfsd: guard nfsdserv deref in nfsdfilenetdispose nfsdfilenetdispose is the consumer side of l-freeme: the nfsd service thread loop calls it to drain entries that the filecache garbage collector and shrinker append via...

SaveExploits0References4
CVE
CVE
•added 2026/09/24 4:05 p.m.•4 views

CVE-2026-97519

The Linux kernel contains a null pointer dereference vulnerability within the drm/xe component during devcoredump cleanup . Specifically, in xe_devcoredump_snapshot_free(), the ss->gt pointer may be NULL if a snapshot was never fully populated, leading to a crash when xe_guc_capture_put_matche...

5.6AI score
SaveExploits0References2
EUVD
EUVD
•added 2026/09/24 4:05 p.m.•3 views

EUVD-2026-86117

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix null pointer dereference in devcoredump cleanup In xedevcoredumpsnapshotfree, ss-gt may be NULL when the snapshot was never fully populated e.g., when cleanup is triggered without a prior capture. Guard the...

5.6AI score
SaveExploits0References2
CVE
CVE
•added 2026/09/24 4:05 p.m.•2 views

CVE-2026-97513

A use-after-free vulnerability exists in the Linux kernel within the chips-media wave5 driver. The issue occurs because the m2m_ctx is released before the wave5_release function removes the stream instance from the active instances list. If an IRQ thread manages to obtain a spinlock during this w...

6AI score
SaveExploits0References2
EUVD
EUVD
•added 2026/09/24 4:05 p.m.•2 views

EUVD-2026-86111

In the Linux kernel, the following vulnerability has been resolved: media: chips-media: wave5: Release m2mctx after Instance Removed from List Possible use after free if IRQ thread manages to obtain spinlock between m2mctx release and wave5release function removing stream instance from list of...

6AI score
SaveExploits0References2
EUVD
EUVD
•added 2026/09/24 4:04 p.m.•2 views

EUVD-2026-86106

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Set tb-rootswitch to NULL when domain is stopped Similarly what we do with the firmware connection manager. This makes tbxdphandlerequest return error to the remote host. However, we need to make sure we keep the uui...

5.8AI score
SaveExploits0References3
CVE
CVE
•added 2026/09/24 4:04 p.m.•2 views

CVE-2026-97508

The Linux kernel contains a vulnerability related to the Thunderbolt subsystem. Specifically, the tb->root_switch was being set to NULL when a domain was stopped. While this intended to make tb_xdp_handle_request() return an error to the remote host, it failed to keep the uuid alive, which is ...

5.8AI score
SaveExploits0References3
EUVD
EUVD
•added 2026/09/24 4:04 p.m.•2 views

EUVD-2026-86104

In the Linux kernel, the following vulnerability has been resolved: crypto: ixp4xx - fix buffer chain unwind on allocation failure chainupbuffers builds a linked list of buffer descriptors for a scatterlist. If dmapoolalloc fails while constructing the list, the current code sets buf to NULL and...

6AI score
SaveExploits0References3
CVE
CVE
•added 2026/09/24 4:04 p.m.•6 views

CVE-2026-97506

The Linux kernel contains a vulnerability in the crypto: ixp4xx component where a null-pointer dereference can occur during buffer chain construction. Specifically, if dma_pool_alloc() fails within the chainup_buffers() function, the code incorrectly sets the buffer pointer to NULL and subsequent...

6AI score
SaveExploits0References3
CVE
CVE
•added 2026/09/24 4:04 p.m.•2 views

CVE-2026-97484

The Linux kernel contains a NULL pointer dereference vulnerability in the usbip: vhci_hcd component. The issue occurs because platform_get_drvdata() can return NULL if a VHCI host controller's probe fails (e.g., due to USB bus number exhaustion). The status_show_vhci() function fails to check for...

5.7AI score
SaveExploits0References3
EUVD
EUVD
•added 2026/09/24 4:04 p.m.•2 views

EUVD-2026-86082

In the Linux kernel, the following vulnerability has been resolved: usbip: vhcihcd: fix NULL deref in statusshowvhci platformgetdrvdata can return NULL if a VHCI host controller's probe failed e.g. due to USB bus number exhaustion. statusshowvhci checked for a NULL pdev but not for a NULL hcd...

5.7AI score
SaveExploits0References3
CVE
CVE
•added 2026/09/24 4:04 p.m.•3 views

CVE-2026-97482

The Linux kernel contains a vulnerability in the goku_udc USB gadget driver where the goku_irq() function performs a NULL pointer dereference . The issue occurs when an INT_USBRESET event is received before a gadget driver is bound or after it has been unbound. In these scenarios, dev->driver ...

5.7AI score
SaveExploits0References3
EUVD
EUVD
•added 2026/09/24 4:04 p.m.•1 views

EUVD-2026-86080

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: gokuudc: avoid NULL deref of dev-driver in INTUSBRESET log gokuirq handles a number of bus events under a single ep0 path. It already guards the gadget driver suspend/resume callbacks against a NULL -driver: if...

5.7AI score
SaveExploits0References3
EUVD
EUVD
•added 2026/09/24 4:04 p.m.•2 views

EUVD-2026-86078

In the Linux kernel, the following vulnerability has been resolved: tty: serial: 8250: protect against NULL uart-port.dev in register serial8250register8250port conditionally copies uart-port.dev from up-port.dev only when up-port.dev is non-NULL: if up-port.dev uart-port.dev = up-port.dev; ... S...

5.7AI score
SaveExploits0References2
CVE
CVE
•added 2026/09/24 4:04 p.m.•1 views

CVE-2026-97446

The Linux kernel contains a NULL pointer dereference vulnerability within the ACPICA component in the acpi_ns_custom_package() function. The flaw occurs because the function unconditionally dereferences the first element of a package to read the _BIX version number without verifying if the refere...

5.6AI score
SaveExploits0References3
EUVD
EUVD
•added 2026/09/24 4:04 p.m.•2 views

EUVD-2026-86059

In the Linux kernel, the following vulnerability has been resolved: ACPICA: Fix NULL pointer dereference in acpinscustompackage acpinscustompackage unconditionally dereferences the first element of the package to read the BIX version number, without checking for NULL: if Elements-Common.Type !=...

5.6AI score
SaveExploits0References3
CVE
CVE
•added 2026/09/24 4:03 p.m.•2 views

CVE-2026-97439

The Linux kernel 's ntfs3 file system driver is vulnerable to a NULL function pointer dereference when handling a corrupted ntfs3 image. The issue occurs in generic_perform_write() after toggling system.ntfs_attrib and subsequently overwriting system.dos_attrib on the same file. The root cause is...

5.7AI score
SaveExploits0References3
Rows per page
Query Builder