Lucene search
+L

5509 matches found

EUVD
EUVD
added 2026/09/16 10:31 a.m.4 views

EUVD-2026-80474

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-async: avoid deleting unlinked ASC entry on link error v4l2asyncmatchnotify creates ancillary media links before adding asc-ascsubdeventry to sd-asclist. If ancillary link creation fails, the function jumps to...

5.7AI score0.002EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/09/16 10:31 a.m.7 views

EUVD-2026-80451

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix FCE trace enable parsing in debugfs qla2x00dfsfcewrite called kstrtoul with a NULL result pointer, so a successful parse would dereference NULL and oops. Worse, the int return value 0 on success, negative errno...

5.7AI score0.0021EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/16 10:31 a.m.5 views

CVE-2026-89851 scsi: qla2xxx: Fix FCE trace enable parsing in debugfs

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix FCE trace enable parsing in debugfs qla2x00dfsfcewrite called kstrtoul with a NULL result pointer, so a successful parse would dereference NULL and oops. Worse, the int return value 0 on success, negative errno...

SaveExploits0References11
EUVD
EUVD
added 2026/09/16 10:31 a.m.5 views

EUVD-2026-80445

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Avoid reqqmap double-read in qla2x00errorentry qla2x00errorentry reads ha-reqqmapque twice: once for the NULL check and again when assigning it to req. The map slot is cleared by qla25xxfreereqque ha-reqqmapqueid =...

5.7AI score0.00211EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/16 10:31 a.m.5 views

CVE-2026-89845 scsi: qla2xxx: Avoid req_q_map double-read in qla2x00_error_entry()

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Avoid reqqmap double-read in qla2x00errorentry qla2x00errorentry reads ha-reqqmapque twice: once for the NULL check and again when assigning it to req. The map slot is cleared by qla25xxfreereqque ha-reqqmapqueid =...

SaveExploits0References11
CVE
CVE
added 2026/09/16 10:31 a.m.10 views

CVE-2026-89845

CVE-2026-89845 affects the Linux kernel qla2xxx SCSI driver (QLogic HBA). The function qla2x00_error_entry() reads ha->req_q_map[que] twice — once for a NULL check and again when assigning the pointer. During queue teardown, qla25xx_free_req_que() clears the slot to NULL under mq_lock, but the...

5.7AI score0.00211EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/09/16 10:31 a.m.29 views

CVE-2026-89845 scsi: qla2xxx: Avoid req_q_map double-read in qla2x00_error_entry()

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Avoid reqqmap double-read in qla2x00errorentry qla2x00errorentry reads ha-reqqmapque twice: once for the NULL check and again when assigning it to req. The map slot is cleared by qla25xxfreereqque ha-reqqmapqueid =...

0.00211EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/16 10:30 a.m.14 views

CVE-2026-89809

CVE-2026-89809 is a NULL pointer dereference in the Linux kernel's AMD KFD driver (drm/amdkfd). The bug is in the pqm_debugfs_mqds function: a for-loop calling mqd_mgr->debugfs_show_mqd() is incorrectly placed outside the if (pqn->q) block that initializes mqd_mgr. When a process holds a KF...

5.6AI score0.00189EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/16 10:30 a.m.5 views

CVE-2026-89807 drm/amdkfd: guard against NULL restore_mqd in CRIU queue restore

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: guard against NULL restoremqd in CRIU queue restore Both createqueuecpsch and createqueuenocpsch unconditionally call mqdmgr-restoremqd when a CRIU restore is in progress qd != NULL, with no NULL guard. On any system...

SaveExploits0References7
CVE
CVE
added 2026/09/16 10:30 a.m.18 views

CVE-2026-89802

CVE-2026-89802 is a NULL pointer dereference in the drm/nouveau/uvmm driver of the Linux kernel . When a NOUVEAU_VM_BIND job contains an OP_MAP_SPARSE operation that is processed successfully, op->ops remains NULL because the sparse-map path only creates a region without allocating ops. If a s...

5.8AI score0.002EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/16 9:17 a.m.4 views

AZL-101508 CVE-2026-89784 affecting package kernel 6.6.150.1-1

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

0.0021EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/16 9:17 a.m.7 views

DEBIAN-CVE-2026-89784

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.6AI score0.0021EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/16 8:48 a.m.17 views

CVE-2026-89784

CVE-2026-89784 affects the Linux kernel SUNRPC subsystem. The functions rpcb_register_inet4() and rpcb_register_inet6() store the result of rpc_sockaddr2uaddr() into map->r_addr without checking for NULL . When the final kstrdup() inside rpc_sockaddr2uaddr() fails under memory pressure , the u...

5.7AI score0.0021EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/16 8:48 a.m.6 views

CVE-2026-89784 SUNRPC: check rpc_sockaddr2uaddr() return value in rpcb_register_inet4/6

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

SaveExploits0References11
Cvelist
Cvelist
added 2026/09/16 8:48 a.m.25 views

CVE-2026-89784 SUNRPC: check rpc_sockaddr2uaddr() return value in rpcb_register_inet4/6

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

0.0021EPSS
SaveExploits0References8
Kitploit
Kitploit
added 2026/09/16 3:09 a.m.10 views

cve-2026-23398-poc

Lab: CVE-2026-23398 ICMP / ipnopmtudisc=3 Reproducible lab for the Linux kernel bug in icmptagvalidation NULL dereference when net.ipv4.ipnopmtudisc = 3 and a Fragmentation Needed ICMP arrives whose quoted inner IPv4 header uses a protocol number with no handler in inetprotos. Authorized use only...

5.5CVSS6.6AI score0.00124EPSS
SaveExploits2
Tenable Nessus
Tenable Nessus
added 2026/09/16 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2026-89912

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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...

7.1CVSS0.00174EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/09/16 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2026-90012

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - spi: Fix DMA mapping ownership on partial map failure If RX mapping fails after TX mapping succeeds, spimapmsg unmaps TX but leaves txsgmapped set. If TX mappin...

9.8CVSS0.00626EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/09/16 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2026-89798

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - rpcrdma: arm rndone before publishing the notification rpcrdmarnregister inserts @rn into rdxa with xaalloc before storing the caller's callback in rn-rndone. T...

0.00198EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/09/16 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2026-89845

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - scsi: qla2xxx: Avoid reqqmap double-read in qla2x00errorentry qla2x00errorentry reads ha-reqqmapque twice: once for the NULL check and again when assigning it t...

0.00211EPSS
SaveExploits0References3
Rows per page
Query Builder