Lucene search
+L

24944 matches found

NVD
NVD
added 2026/08/10 1:19 p.m.8 views

CVE-2026-68120

In the Linux kernel, the following vulnerability has been resolved: rtase: Workaround for TX hang caused by hardware packet parsing The hardware performs packet parsing before packet transmission. Parsing incomplete IPv4, IPv6, TCP, or UDP headers may trigger a TX hang because the hardware parser...

7.5CVSS0.00446EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/10 1:19 p.m.13 views

CVE-2026-68127

In the Linux kernel, the following vulnerability has been resolved: ila: reload IPv6 header after pskbmaypull in checksum adjust ilacsumadjusttransport caches ip6h = ipv6hdrskb before calling pskbmaypull. On a non-linear skb whose transport header sits in a page fragment, pskbmaypull can call...

9.8CVSS0.00483EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/10 1:19 p.m.5 views

UBUNTU-CVE-2026-68120

In the Linux kernel, the following vulnerability has been resolved: rtase: Workaround for TX hang caused by hardware packet parsing The hardware performs packet parsing before packet transmission. Parsing incomplete IPv4, IPv6, TCP, or UDP headers may trigger a TX hang because the hardware parser...

7.5CVSS5.3AI score0.00446EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/10 12:3 p.m.6 views

EUVD-2026-55439

In the Linux kernel, the following vulnerability has been resolved: net/packet: avoid fanout hook re-registration after unregister packetsetring temporarily detaches a socket from packet delivery while reconfiguring its ring. It records the previous running state, clears po-num, unregisters the...

5.3AI score0.00175EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 12:3 p.m.31 views

CVE-2026-68338

CVE-2026-68338 affects Linux kernel net/packet: a race during fanout hook re-registration after a device unregistration can invalidate per-socket bindings and lead to stale state if packet_set_ring resumes and re-registers from a saved was_running value. The fix restores po->num and marks the ...

7.8CVSS5.3AI score0.00175EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/10 12:3 p.m.31 views

CVE-2026-68338 net/packet: avoid fanout hook re-registration after unregister

In the Linux kernel, the following vulnerability has been resolved: net/packet: avoid fanout hook re-registration after unregister packetsetring temporarily detaches a socket from packet delivery while reconfiguring its ring. It records the previous running state, clears po-num, unregisters the...

7.8CVSS0.00175EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/10 12:2 p.m.32 views

CVE-2026-68295 LoongArch: BPF: Zero-extend signed ALU32 div/mod results

In the Linux kernel, the following vulnerability has been resolved: LoongArch: BPF: Zero-extend signed ALU32 div/mod results ALU32 operations write a 32-bit result and leave the upper 32 bits of the BPF register zero. The LoongArch JIT sign-extends the result of signed ALU32 BPFDIV and BPFMOD...

7.8CVSS0.00154EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/10 12:2 p.m.42 views

CVE-2026-68295

In the Linux kernel, LoongArch BPF ALU32 division/modulo results were sign-extended in the JIT, causing upper 32 bits to be set while verifier/interpreter assume zero-extension. The issue arises when signed ALU32 BPF_DIV/BPF_MOD (off=1) produce a negative quotient/remainder, leaving bits 63:32 se...

7.8CVSS5.4AI score0.00154EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/10 12:2 p.m.6 views

EUVD-2026-55396

In the Linux kernel, the following vulnerability has been resolved: LoongArch: BPF: Zero-extend signed ALU32 div/mod results ALU32 operations write a 32-bit result and leave the upper 32 bits of the BPF register zero. The LoongArch JIT sign-extends the result of signed ALU32 BPFDIV and BPFMOD...

5.4AI score0.00154EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/10 12:2 p.m.27 views

CVE-2026-68285

The CVE concerns LoongArch BPF in the Linux kernel. Root cause: during JIT compilation, bpf_int_jit_compile() may return early on the first pass, leaving ctx->offset alive; if a later subprogram fails, bpf_jit_free() does not free jit_data->ctx.offset, causing a memory leak of the JIT conte...

5.3AI score0.00162EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/10 12:2 p.m.30 views

CVE-2026-68285 LoongArch: BPF: Fix memory leak in bpf_jit_free()

In the Linux kernel, the following vulnerability has been resolved: LoongArch: BPF: Fix memory leak in bpfjitfree When bpfintjitcompile is called for subprograms, it returns early during the first pass !prog-isfunc || extrapass is false, keeping ctx-offset alive for the subsequent extra pass. If...

0.00162EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/10 11:58 a.m.12 views

CVE-2026-68129 gve: fix Rx queue stall on alloc failure

In the Linux kernel, the following vulnerability has been resolved: gve: fix Rx queue stall on alloc failure When the system is under extreme memory pressure, page allocations can fail during the Rx buffer refill loop. If the number of buffers posted to hardware falls below a critical low thresho...

7.5CVSS5.6AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/10 11:58 a.m.35 views

CVE-2026-68127 ila: reload IPv6 header after pskb_may_pull in checksum adjust

In the Linux kernel, the following vulnerability has been resolved: ila: reload IPv6 header after pskbmaypull in checksum adjust ilacsumadjusttransport caches ip6h = ipv6hdrskb before calling pskbmaypull. On a non-linear skb whose transport header sits in a page fragment, pskbmaypull can call...

9.8CVSS0.00483EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 11:58 a.m.36 views

CVE-2026-68127

CVE-2026-68127 describes a Linux kernel flaw in the Identifier-Locator Addressing (ILA) subsystem where a slab-use-after-free can occur during IPv6 packet processing if a transport-header-based path is used. Specifically, ila_csum_adjust_transport() caches ip6h before pskb_may_pull(), and non-lin...

9.8CVSS5.4AI score0.00483EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/10 11:58 a.m.13 views

CVE-2026-68123 openvswitch: fix GSO userspace truncation underflow

In the Linux kernel, the following vulnerability has been resolved: openvswitch: fix GSO userspace truncation underflow OVSACTIONATTRTRUNC currently stores a delta from the original skb length in OVSCBskb-cutlen. When a later userspace action segments a GSO skb, queuegsopackets reuses that delta...

9.8CVSS5.4AI score
SaveExploits0References8
OSV
OSV
added 2026/08/10 11:58 a.m.8 views

CVE-2026-68120 rtase: Workaround for TX hang caused by hardware packet parsing

In the Linux kernel, the following vulnerability has been resolved: rtase: Workaround for TX hang caused by hardware packet parsing The hardware performs packet parsing before packet transmission. Parsing incomplete IPv4, IPv6, TCP, or UDP headers may trigger a TX hang because the hardware parser...

7.5CVSS5.5AI score
SaveExploits0References7
CVE
CVE
added 2026/08/10 11:58 a.m.39 views

CVE-2026-68120

CVE-2026-68120 affects the Linux kernel rtase driver. The vulnerability stems from hardware packet parsing that may trigger a TX hang when processing incomplete IPv4/IPv6/TCP/UDP headers or certain UDP packets with insufficient transport data, causing a Denial of Service. The kernel release notes...

7.5CVSS5.4AI score0.00446EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/10 11:58 a.m.8 views

EUVD-2026-55501

In the Linux kernel, the following vulnerability has been resolved: rtase: Workaround for TX hang caused by hardware packet parsing The hardware performs packet parsing before packet transmission. Parsing incomplete IPv4, IPv6, TCP, or UDP headers may trigger a TX hang because the hardware parser...

5.4AI score0.00446EPSS
SaveExploits0References4
AstraLinux
AstraLinux
added 2026/08/10 7:11 a.m.7 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: bnxten: Fixed the XDPTX path. For the XDPTX action in bnxtrxxdp, clearing the event flags is incorrect. The sequence of calls bnxtpollwork - bnxtrxpkt - bnxtrxxdp may involve looping within the NAPI, and some event flags might be...

7.5CVSS6.1AI score0.00443EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2026/08/10 7:11 a.m.6 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: BPF: Freeing special fields when updating lru,percpuhash maps Since lru,percpuhash maps support BPFKPTRREF,PERCPU, missing calls to ‘bpfobjfreefields’ in ‘pcpucopyvalue’ could cause the memory referenced by BPFKPTRREF,PERCPU fiel...

5.8AI score0.00166EPSS
SaveExploits0References2
Rows per page
Query Builder