Lucene search
+L

5219 matches found

Tenable Nessus
Tenable Nessus
added 2026/08/10 12:0 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2026-68136

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net: gro: fix double aggregation of flush-marked skbs Commit 0ab03f353d36 net-gro: Fix GRO flush when receiving a GSO packet. added a flush check to...

9.8CVSS5.6AI score0.00497EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/10 12:0 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-68289

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - tipc: fix integer overflow in tipcrecvmsg and tipcrecvstream In tipcrecvmsg, the copy length is computed as: copy = mintint, dlen - offset, buflen %NASLMINLEVE...

5.4AI score0.00162EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/08/06 11:55 p.m.10 views

SUSE CVE-2026-64602

In the Linux kernel, the following vulnerability has been resolved: iio: adc: spear: Initialize completion before requesting IRQ In the report from Jaeyoung Chung: "spearadcprobe in drivers/iio/adc/spearadc.c registers its interrupt handler with devmrequestirq before it initializes st-completion...

5.4AI score0.00164EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/08/06 12:41 p.m.7 views

CVE-2026-64576

A flaw was found in the Linux kernel. During nexthop resolution, an uninitialized variable is used if a memory allocation fails. This can lead to the system attempting to access uninitialized stack memory, causing a general protection fault and a kernel panic. This vulnerability results in a Deni...

7.1CVSS5.5AI score0.00116EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/06 12:35 p.m.7 views

CVE-2026-64577

A flaw was found in the Linux kernel's GPRS Tunnelling Protocol GTP module. This vulnerability occurs because the gtp1usendechoresp function does not properly check the return value when processing certain echo requests. A remote attacker could send a specially crafted echo request, causing the...

7.5CVSS5.5AI score0.00537EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/06 9:56 a.m.8 views

CVE-2026-64579

A flaw was found in the Linux kernel's xfrm policy component. An issue in the xfrmhashrebuild function, specifically with the preallocation of inexact policy bins, can lead to memory allocation failures under memory pressure. This failure can corrupt internal data structures, allowing a local...

5.5CVSS5.4AI score0.00156EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/06 7:13 a.m.49 views

CVE-2026-64602

The CVE describes a race condition in spear_adc_probe() for the Linux kernel IIO SPI driver: devm_request_irq() is called before st->completion is initialized, so an IRQ arriving early may call complete() on an uninitialized completion, dereferencing a NULL list entry and causing a kernel pani...

5.4AI score0.00164EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/06 7:13 a.m.13 views

CVE-2026-64602 iio: adc: spear: Initialize completion before requesting IRQ

In the Linux kernel, the following vulnerability has been resolved: iio: adc: spear: Initialize completion before requesting IRQ In the report from Jaeyoung Chung: "spearadcprobe in drivers/iio/adc/spearadc.c registers its interrupt handler with devmrequestirq before it initializes st-completion...

5.4AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/08/06 7:13 a.m.39 views

CVE-2026-64602 iio: adc: spear: Initialize completion before requesting IRQ

In the Linux kernel, the following vulnerability has been resolved: iio: adc: spear: Initialize completion before requesting IRQ In the report from Jaeyoung Chung: "spearadcprobe in drivers/iio/adc/spearadc.c registers its interrupt handler with devmrequestirq before it initializes st-completion...

0.00164EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2026/08/06 1:6 a.m.11 views

SUSE CVE-2026-64576

In the Linux kernel, the following vulnerability has been resolved: nexthop: initialize extack in nhresbucketmigrate nhresbucketmigrate passes an uninitialized netlinkextack to callnexthopresbucketnotifiers. When nhnotifierresbucketinfoinit fails e.g. the kzalloc returns -ENOMEM, the error is...

5.4AI score0.00116EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/08/06 12:0 a.m.13 views

Linux Distros Unpatched Vulnerability : CVE-2026-64602

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - iio: adc: spear: Initialize completion before requesting IRQ In the report from Jaeyoung Chung: spearadcprobe in drivers/iio/adc/spearadc.c registers its...

5.4AI score0.00164EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/05 8:16 a.m.9 views

CVE-2026-64576

In the Linux kernel, the following vulnerability has been resolved: nexthop: initialize extack in nhresbucketmigrate nhresbucketmigrate passes an uninitialized netlinkextack to callnexthopresbucketnotifiers. When nhnotifierresbucketinfoinit fails e.g. the kzalloc returns -ENOMEM, the error is...

7.1CVSS0.00116EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/05 8:16 a.m.7 views

UBUNTU-CVE-2026-64577

In the Linux kernel, the following vulnerability has been resolved: gtp: check skbpulldata return in gtp1usendechoresp gtp1usendechoresp ignores skbpulldata's return value. Its caller gtp1uudpencaprecv only guarantees 16 bytes udphdr + gtp1header, but the pull requests 20 gtp1headerlong + udphdr...

7.5CVSS5.5AI score0.00537EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/05 8:9 a.m.36 views

CVE-2026-64577 gtp: check skb_pull_data() return in gtp1u_send_echo_resp()

In the Linux kernel, the following vulnerability has been resolved: gtp: check skbpulldata return in gtp1usendechoresp gtp1usendechoresp ignores skbpulldata's return value. Its caller gtp1uudpencaprecv only guarantees 16 bytes udphdr + gtp1header, but the pull requests 20 gtp1headerlong + udphdr...

7.5CVSS0.00537EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/05 8:9 a.m.60 views

CVE-2026-64577

CVE-2026-64577 concerns the Linux kernel GTP module. The vulnerability arises because gtp1u_send_echo_resp() ignores the return value of skb_pull_data(); the function’s caller guarantees 16 bytes but the pull may require 20, so an echo request of 16–19 bytes can fail to advance skb->data. This...

7.5CVSS5.5AI score0.00537EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/05 8:9 a.m.15 views

CVE-2026-64577 gtp: check skb_pull_data() return in gtp1u_send_echo_resp()

In the Linux kernel, the following vulnerability has been resolved: gtp: check skbpulldata return in gtp1usendechoresp gtp1usendechoresp ignores skbpulldata's return value. Its caller gtp1uudpencaprecv only guarantees 16 bytes udphdr + gtp1header, but the pull requests 20 gtp1headerlong + udphdr...

7.5CVSS5.5AI score
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/08/05 8:9 a.m.4 views

CVE-2026-64576

In the Linux kernel, the following vulnerability has been resolved: nexthop: initialize extack in nhresbucketmigrate nhresbucketmigrate passes an uninitialized netlinkextack to callnexthopresbucketnotifiers. When nhnotifierresbucketinfoinit fails e.g. the kzalloc returns -ENOMEM, the error is...

5.4AI score0.00116EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2026/08/05 8:9 a.m.59 views

CVE-2026-64575

CVE-2026-64575 affects the Linux kernel’s BPF TCP iterator. The issue is a double release of socket resources during batch reallocation in bpf_iter_tcp_batch, where on realloc failure the code returns ERR_PTR() and leaves cur_sk

7.8CVSS5.4AI score0.00118EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/05 8:6 a.m.8 views

EUVD-2026-53260

In the Linux kernel, the following vulnerability has been resolved: xfrm: iptfs: propagate SKBFLSHAREDFRAG in iptfsskbaddfrags When iptfsskbaddfrags copies frag references from the source frag walk into a new SKB, it increments the page reference count via skbfragref but does not propagate...

5.5AI score0.00352EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/08/05 12:0 a.m.19 views

Linux Distros Unpatched Vulnerability : CVE-2026-64566

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - xfrm: iptfs: propagate SKBFLSHAREDFRAG in iptfsskbaddfrags When iptfsskbaddfrags copies frag references from the source frag walk into a new SKB, it increments...

9.8CVSS5.7AI score0.00352EPSS
SaveExploits0References2
Rows per page
Query Builder