Lucene search
+L

517 matches found

CVE
CVE
added 2026/08/10 11:58 a.m.77 views

CVE-2026-68136

CVE-2026-68136 is a Linux kernel GRO flaw where missing NAPI_GRO_CB(skb)->flush validation in skb_gro_receive_list() allows double aggregation of flush-marked skbs, potentially corrupting frag_list and leading to a kernel panic during skb_segment() (DoS). Public reports (NVD, Red Hat, Debian, ...

9.8CVSS5.4AI score0.00546EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/10 11:58 a.m.45 views

CVE-2026-68136 net: gro: fix double aggregation of flush-marked skbs

In the Linux kernel, the following vulnerability has been resolved: 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 skbgroreceive, but skbgroreceivelist lacks the same validation. As a result,...

9.8CVSS5.5AI score
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2026/08/10 12:00 a.m.15 views

PT-2026-69536

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the Generic Receive Offload GRO implementation where packets marked with the flush flag in NAPI GRO CBskb may be incorrectly re-aggregated. This occurs because the skb...

9.8CVSS5.4AI score0.00546EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/08/10 12:00 a.m.12 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.00546EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:00 a.m.12 views

AlmaLinux 10 : kernel (ALSA-2026:44270)

The remote AlmaLinux 10 host has packages installed that are affected by a vulnerability as referenced in the ALSA-2026:44270 advisory. kernel: Linux kernel: Use-After-Free in net/gro due to improper handling of zerocopy skbs CVE-2026-46323 Tenable has extracted the preceding description block...

7.8CVSS6AI score0.00137EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/07/23 8:19 a.m.22 views

kernel: Linux kernel: Use-After-Free in net/gro due to improper handling of zerocopy skbs

A flaw was found in the Linux kernel's Generic Receive Offload GRO networking subsystem. This vulnerability occurs when skbgroreceive attempts to merge zerocopy socket buffers skbs without properly managing page reference counts, specifically when the SKBFLMANAGEDFRAGREFS flag is set. An attacker...

7.8CVSS7.7AI score0.00137EPSS
SaveExploits0References11
RedHat Linux
RedHat Linux
added 2026/07/23 8:19 a.m.17 views

Important: Red Hat Security Advisory: kernel security update

An update for kernel is now available for Red Hat Enterprise Linux 10. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from t...

7.8CVSS6.8AI score0.00137EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/07/23 12:00 a.m.13 views

RHEL 10 : kernel (RHSA-2026:44270)

The remote Redhat Enterprise Linux 10 host has packages installed that are affected by a vulnerability as referenced in the RHSA-2026:44270 advisory. The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: Linux kernel: Use-After-Free in net/g...

7.8CVSS6.9AI score0.00137EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/19 3:39 p.m.44 views

CVE-2026-64056

The CVE covers a Linux kernel issue in the Cortina ethernet driver. The RX socket buffer (SKB) used to assemble fragments in gmac_rx() was a static local variable, which could race on devices with two ethernet ports (Gemini) when both ports are active. The fix makes the RX SKB a per-port variable...

9.8CVSS5.4AI score0.00552EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2026/07/19 3:39 p.m.12 views

CVE-2026-64056 net: ethernet: cortina: Make RX SKB per-port

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: cortina: Make RX SKB per-port The SKB used to assemble packets from fragments in gmacrx is static local, but the Gemini has two ethernet ports, meaning there can be races between the ports on a bad day if a device ...

9.8CVSS5.3AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/07/19 3:39 p.m.18 views

CVE-2026-64055

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: cortina: Carry over frag counter The gmacrx NAPI poll function assembles packets in an SKB from a ring buffer. If the ring buffer gets completely emptied during a poll cycle, we exit gmacrx, but the packet is not y...

9.8CVSS5.4AI score0.00514EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/07/16 12:00 a.m.27 views

Oracle Linux 9 : kernel (ELSA-2026-38491)

The remote Oracle Linux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2026-38491 advisory. - futex/requeue: Revert 'Prevent NULL pointer dereference in removewaiter on self-deadlock'' Phil Auld RHEL-193245 CVE-2026-53166 - locking/rtmutex:...

7.8CVSS6AI score0.00789EPSS
SaveExploits104References5
OSV
OSV
added 2026/07/13 3:46 p.m.15 views

PYSEC-2026-2787 Open Babel has uninitialized pointer dereference in GRO residue parser

Summary A memory-safety vulnerability in Open Babel's GRO parser caused an uninitialized pointer dereference when reading a crafted input file. Details The flaw was in the residue handling of the GRO reader. A malformed record caused the parser to use a residue pointer that had never been...

7.8CVSS6.7AI score0.00802EPSS
SaveExploits1References8
RedHat Linux
RedHat Linux
added 2026/07/06 9:21 p.m.21 views

kernel: Linux kernel: Use-After-Free in net/gro due to improper handling of zerocopy skbs

A flaw was found in the Linux kernel's Generic Receive Offload GRO networking subsystem. This vulnerability occurs when skbgroreceive attempts to merge zerocopy socket buffers skbs without properly managing page reference counts, specifically when the SKBFLMANAGEDFRAGREFS flag is set. An attacker...

7.8CVSS7.3AI score0.00137EPSS
SaveExploits0References11
OSV
OSV
added 2026/07/01 5:45 p.m.20 views

GHSA-MW5R-WQ2M-397C Open Babel has uninitialized pointer dereference in GRO residue parser

Summary A memory-safety vulnerability in Open Babel's GRO parser caused an uninitialized pointer dereference when reading a crafted input file. Details The flaw was in the residue handling of the GRO reader. A malformed record caused the parser to use a residue pointer that had never been...

7.8CVSS7.1AI score0.00802EPSS
SaveExploits1References6
OSV
OSV
added 2026/06/29 3:48 p.m.8 views

SUSE-SU-2026:22508-1 Security update for the Linux Kernel (Live Patch 11 for SUSE Linux Enterprise 16)

This update for the SUSE Linux Enterprise Kernel 6.12.0-160000.32.1 fixes various security issues The following security issues were fixed: - CVE-2026-31402: nfsd: fix heap overflow in NFSv4.0 LOCK replay cache bsc1261640. - CVE-2026-31504: net: fix fanout UAF in packetrelease via NETDEVUP race...

9.8CVSS6.7AI score0.00949EPSS
SaveExploits8References14
RedhatCVE
RedhatCVE
added 2026/06/26 8:45 a.m.15 views

CVE-2026-53235

A flaw was found in the Linux kernel's network Generic Receive Offload GRO handling. An attacker sending specially crafted network packets could trigger a bug in the skbgroreceivelist function. This occurs when the system attempts to process network data that is not in the expected linear memory...

7.5CVSS5.9AI score0.00441EPSS
SaveExploits0References4
OSV
OSV
added 2026/06/26 8:09 a.m.9 views

SUSE-SU-2026:22288-1 Security update for the Linux Kernel (Live Patch 10 for SUSE Linux Enterprise 16)

This update for the SUSE Linux Enterprise Kernel 6.12.0-160000.31.1 fixes various security issues The following security issues were fixed: - CVE-2026-31402: nfsd: fix heap overflow in NFSv4.0 LOCK replay cache bsc1261640. - CVE-2026-31504: net: fix fanout UAF in packetrelease via NETDEVUP race...

9.8CVSS6.7AI score0.00949EPSS
SaveExploits8References14
Tenable Nessus
Tenable Nessus
added 2026/06/26 12:00 a.m.17 views

SUSE SLES12 Security Update : kernel (Live Patch 71 for SUSE Linux Enterprise 12 SP5) (SUSE-SU-2026:2549-1)

The remote SUSE Linux SLES12 host has a package installed that is affected by multiple vulnerabilities as referenced in the SUSE-SU-2026:2549-1 advisory. This update for the SUSE Linux Enterprise Kernel 4.12.14-122.269 fixes various security issues The following security issues were fixed: -...

9.8CVSS6.7AI score0.00949EPSS
SaveExploits7References13
Tenable Nessus
Tenable Nessus
added 2026/06/26 12:00 a.m.17 views

SUSE SLES12 Security Update : kernel (Live Patch 80 for SUSE Linux Enterprise 12 SP5) (SUSE-SU-2026:2603-1)

The remote SUSE Linux SLES12 host has a package installed that is affected by multiple vulnerabilities as referenced in the SUSE-SU-2026:2603-1 advisory. This update for the SUSE Linux Enterprise Kernel 4.12.14-122.302 fixes various security issues The following security issues were fixed: -...

9.8CVSS6.7AI score0.00949EPSS
SaveExploits7References13
Rows per page
Query Builder