Lucene search
+L

341 matches found

CVE
CVE
added 2026/09/16 10:32 a.m.7 views

CVE-2026-89955

A NULL pointer dereference vulnerability exists in the Linux kernel's s390/vfio-ap module. The race occurs when vfio_ap_mdev_probe_queue() creates the sysfs attribute group before the queue's driver data is set; a concurrent read of the status attribute then retrieves NULL via dev_get_drvdata() a...

5.6AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/09/16 10:32 a.m.4 views

CVE-2026-89912 KVM: arm64: vgic-its: Don't dereference a NULL collection on ITT save

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: vgic-its: Don't dereference a NULL collection on ITT save MAPC with V=0 drops ite-collection but leaves the ITE on the device's ITT list, and vgicitssaveite dereferences it unconditionally. A guest that issues MAPD,...

7.1CVSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/16 10:32 a.m.3 views

EUVD-2026-80501

In the Linux kernel, the following vulnerability has been resolved: media: airspy: use vb2videounregisterdevice on disconnect to fix NULL deref airspydisconnect clears s-udev under v4l2lock, but airspystopstreaming unconditionally calls airspyctrlmsg and airspyfreestreambufs afterwards. If a...

5.8AI score
SaveExploits0References8
CVE
CVE
added 2026/09/16 10:32 a.m.6 views

CVE-2026-89901

CVE-2026-89901 is a NULL pointer dereference in the Linux kernel's airspy USB media driver. The root cause is a race between airspy_disconnect() (which clears s->udev) and airspy_stop_streaming() (which unconditionally calls airspy_ctrl_msg() and airspy_free_stream_bufs()). If a streaming user...

5.8AI score
SaveExploits0References8
CVE
CVE
added 2026/09/16 10:31 a.m.5 views

CVE-2026-89884

CVE-2026-89884 affects the mtk-mdp3 platform driver in the Linux kernel (MediaTek multimedia display processor). The vulnerability is a NULL pointer dereference that occurs when the driver looks up the SCP (System Control Processor) but the SCP driver has not yet been bound, causing the lookup to...

5.7AI score
SaveExploits0References4
EUVD
EUVD
added 2026/09/16 10:31 a.m.2 views

EUVD-2026-80484

In the Linux kernel, the following vulnerability has been resolved: media: platform: mtk-mdp3: fix NULL deref on failed SCP lookup Add the missing sanity check after looking up the SCP to avoid dereferencing a NULL-pointer in case its driver has not yet been bound...

5.7AI score
SaveExploits0References4
EUVD
EUVD
added 2026/09/16 10:30 a.m.3 views

EUVD-2026-80402

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau/uvmm: fix NULL deref unwinding an OPMAPSPARSE op Each bindjobop is zeroed by kzallocobj in bindjobopfromuop, and the OPMAPSPARSE case in nouveauuvmmbindjobsubmit only creates a region, so op-ops stays NULL for a...

5.8AI score
SaveExploits0References4
EUVD
EUVD
added 2026/09/16 8:48 a.m.3 views

EUVD-2026-80305

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: check rpcsockaddr2uaddr return value in rpcbregisterinet4/6 rpcbregisterinet4 and rpcbregisterinet6 store the result of rpcsockaddr2uaddr into map-raddr without checking it for NULL. rpcsockaddr2uaddr returns NULL when it...

5.7AI score0.0021EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/09/14 12:00 a.m.6 views

CVE-2026-89544

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: fix gssxdecoptionarray error path bugs Four coupled defects in the gssx XDR option-array decoder make the error paths unsafe: a NULL deref in the caller, a refcount leak on the decoded groupinfo, and a latent use-after-fr...

7.5CVSS6.1AI score0.00567EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/09/12 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-89544

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - SUNRPC: fix gssxdecoptionarray error path bugs Four coupled defects in the gssx XDR option-array decoder make the error paths unsafe: a NULL deref in the caller...

7.5CVSS5.8AI score0.00567EPSS
SaveExploits0References4
NVD
NVD
added 2026/09/11 8:19 p.m.9 views

CVE-2026-89477

In the Linux kernel, the following vulnerability has been resolved: sctp: fix NULL deref on untransmitted RECONF completion sctpprocessstrresetoutreq, sctpprocessstrresetaddstrmout and sctpprocessstrresetresp complete a pending stream reconfiguration request by stopping the reconf timer on the...

7.5CVSS0.00508EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/09/11 8:19 p.m.7 views

CVE-2026-89517

In the Linux kernel, the following vulnerability has been resolved: schedext: Fix rq-corepick corruption under core scheduling Core scheduling's picknexttask picks what to run on every SMT sibling of the core in a single pass under the shared core-wide rq lock. The selection state is consistent...

6AI score0.00198EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.29 views

CVE-2026-89709 lockd, nfsd: RCU-protect nlmsvc_ops dispatch

In the Linux kernel, the following vulnerability has been resolved: lockd, nfsd: RCU-protect nlmsvcops dispatch nlmsvcops is published by nfsdlockdinit and cleared by nfsdlockdshutdown with plain stores, while lockd dereferences it unguarded from dispatch sites in fs/lockd/svcsubs.c. The pointer...

8.1CVSS0.0033EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/11 7:43 p.m.13 views

CVE-2026-89477

CVE-2026-89477 is a NULL pointer dereference in the Linux kernel's SCTP stream reconfiguration code. When a reconfiguration request is queued in asoc->strreset_chunk but not yet transmitted, chunk->transport remains NULL; three completion functions (sctp_process_strreset_outreq, sctp_proces...

7.5CVSS5.9AI score0.00508EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2026/09/08 12:00 a.m.15 views

RHEL 9 : redhat-ds:12 (RHSA-2026:64780)

The remote Redhat Enterprise Linux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2026:64780 advisory. Red Hat Directory Server is an LDAPv3-compliant directory server. The suite of packages includes the Lightweight Directory Access Protocol...

9.8CVSS6.3AI score0.00847EPSS
SaveExploits2References13
Tenable Nessus
Tenable Nessus
added 2026/08/31 12:00 a.m.12 views

RHEL 9 : pipewire (RHSA-2026:61240)

The remote Redhat Enterprise Linux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2026:61240 advisory. PipeWire is a multimedia server for Linux and other Unix like operating systems. Security Fixes: pipewire: RAOP RTSP NULL Deref...

6.5CVSS6AI score0.00229EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2026/08/31 12:00 a.m.22 views

Linux Distros Unpatched Vulnerability : CVE-2026-80646

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ipv6: guard against possible NULL deref in in6devstatsget devgetbyindexrcu could return NULL if the original physical device is unregistered. Found by Sashiko...

7.5CVSS5.9AI score0.00508EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/28 8:16 a.m.8 views

UBUNTU-CVE-2026-80636

In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: revert ct extension genid infrastructure This infrastructure is not used anymore after moving ct timeout and helper to use datapath refcount to track object use. Revert commit c56716c69ce1 "netfilter:...

5.8AI score0.00168EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/08/28 8:16 a.m.12 views

CVE-2026-80646

In the Linux kernel, the following vulnerability has been resolved: ipv6: guard against possible NULL deref in in6devstatsget devgetbyindexrcu could return NULL if the original physical device is unregistered. Found by Sashiko...

7.5CVSS5.8AI score0.00508EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2026/08/26 3:16 p.m.9 views

CVE-2026-74740

In the Linux kernel, the following vulnerability has been resolved: net/sched: actapi: fix TOCTOU NULL deref on a-gotochain tcfactionexec handles TCACTGOTOCHAIN by first checking rcuaccesspointera-gotochain and then calling tcfactiongotochainexec, which does a second, independent...

5.5AI score0.00175EPSS
SaveExploits0References6
Rows per page
Query Builder