Lucene search
+L

3038 matches found

OSV
OSV
added 2026/04/20 3:44 p.m.5 views

SUSE-SU-2026:21361-1 Security update for the Linux Kernel

The SUSE Linux Enterprise 16.0 kernel was updated to fix various security issues The following security issues were fixed: - CVE-2025-39998: scsi: target: targetcoreconfigfs: Add length check to avoid buffer overflow bsc1252073. - CVE-2025-40253: s390/ctcm: Fix double-kfree bsc1255084. -...

9.8CVSS6.3AI score0.00788EPSS
SaveExploits4References122
EUVD
EUVD
added 2026/04/20 12:32 p.m.12 views

EUVD-2026-23816

In the Linux kernel, the following vulnerability has been resolved: net: skb: fix cross-cache free of KFENCE-allocated skb head SKBSMALLHEADCACHESIZE is intentionally set to a non-power-of-2 value e.g. 704 on x8664 to avoid collisions with generic kmalloc bucket sizes. This ensures that...

5.6AI score0.00259EPSS
SaveExploits0References5
NVD
NVD
added 2026/04/20 10:16 a.m.8 views

CVE-2026-31429

In the Linux kernel, the following vulnerability has been resolved: net: skb: fix cross-cache free of KFENCE-allocated skb head SKBSMALLHEADCACHESIZE is intentionally set to a non-power-of-2 value e.g. 704 on x8664 to avoid collisions with generic kmalloc bucket sizes. This ensures that...

5.5CVSS0.00259EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/04/20 9:43 a.m.37 views

CVE-2026-31429 net: skb: fix cross-cache free of KFENCE-allocated skb head

In the Linux kernel, the following vulnerability has been resolved: net: skb: fix cross-cache free of KFENCE-allocated skb head SKBSMALLHEADCACHESIZE is intentionally set to a non-power-of-2 value e.g. 704 on x8664 to avoid collisions with generic kmalloc bucket sizes. This ensures that...

0.00259EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/04/20 9:43 a.m.7 views

CVE-2026-31429

In the Linux kernel, the following vulnerability has been resolved: net: skb: fix cross-cache free of KFENCE-allocated skb head SKBSMALLHEADCACHESIZE is intentionally set to a non-power-of-2 value e.g. 704 on x8664 to avoid collisions with generic kmalloc bucket sizes. This ensures that...

5.5AI score0.00259EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2026/04/20 9:43 a.m.33 views

CVE-2026-31429

Summary (supported): CVE-2026-31429 affects the Linux kernel, specifically a KFENCE interaction that caused a cross-cache free of KFENCE-allocated skb heads. The root cause was that kfence_ksize() could return the exact allocation size, leading to skb_end_offset matching SKB_SMALL_HEAD_HEADROOM a...

5.5CVSS5.6AI score0.00259EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/04/20 9:43 a.m.4 views

CVE-2026-31429 net: skb: fix cross-cache free of KFENCE-allocated skb head

In the Linux kernel, the following vulnerability has been resolved: net: skb: fix cross-cache free of KFENCE-allocated skb head SKBSMALLHEADCACHESIZE is intentionally set to a non-power-of-2 value e.g. 704 on x8664 to avoid collisions with generic kmalloc bucket sizes. This ensures that...

5.5CVSS5.9AI score0.00259EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2026/04/20 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2026-31429

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net: skb: fix cross-cache free of KFENCE-allocated skb head SKBSMALLHEADCACHESIZE is intentionally set to a non-power-of-2 value e.g. 704 on x8664 to avoid...

5.5CVSS6.3AI score0.00259EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2026/04/20 12:0 a.m.15 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the skbkfreehead function potentially releasing objects allocated with KFENCE to the wrong cache,...

5.5CVSS5.8AI score0.00259EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/04/17 12:0 a.m.9 views

Unity Linux 20.1050e / 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-007423)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-007423 advisory. In the Linux kernel, the following vulnerability has been resolved: atl1c: Work around the DMA RX overflow issue This is based on alx driver commit 881d0327db37 net:...

5.5CVSS6AI score0.0024EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/04/17 12:0 a.m.4 views

Unity Linux 20.1050e / 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-007512)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-007512 advisory. In the Linux kernel, the following vulnerability has been resolved: ppp: associate skb with a device at tx Syzkaller triggered flow dissector warning with the...

5.9AI score0.00187EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/04/15 8:24 p.m.11 views

kernel: net/sched: cls_u32: use skb_header_pointer_careful()

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsu32: use skbheaderpointercareful skbheaderpointer does not fully validate negative @offset values. Use skbheaderpointercareful instead. GangMin Kim provided a report and a repro fooling u32classify: BUG: KASAN:...

7.1CVSS5.7AI score0.00122EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/04/13 3:31 p.m.7 views

EUVD-2026-21943

In the Linux kernel, the following vulnerability has been resolved: net: bonding: fix use-after-free in bondxmitbroadcast bondxmitbroadcast reuses the original skb for the last slave determined by bondislastslave and clones it for others. Concurrent slave enslave/release can mutate the slave list...

5.7AI score0.00124EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/04/13 1:40 p.m.6 views

CVE-2026-31419

In the Linux kernel, the following vulnerability has been resolved: net: bonding: fix use-after-free in bondxmitbroadcast bondxmitbroadcast reuses the original skb for the last slave determined by bondislastslave and clones it for others. Concurrent slave enslave/release can mutate the slave list...

7.8CVSS5.7AI score0.00124EPSS
SaveExploits0References5Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/04/13 12:0 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-31419

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net: bonding: fix use-after-free in bondxmitbroadcast bondxmitbroadcast reuses the original skb for the last slave determined by bondislastslave and clones it f...

7.8CVSS7.1AI score0.00124EPSS
SaveExploits0References4
OSV
OSV
added 2026/04/10 2:32 p.m.17 views

CLSA-2026-1775831524 Fix of 8 CVEs

CVE-2024-56640 - net/smc: fix LGR and link use-after-free issue CVE-2024-56640 CVE-2026-23209 - macvlan: fix error recovery in macvlancommonnewlink CVE-2026-23209 CVE-2026-23193 - scsi: target: iscsi: Fix use-after-free in iscsitdecsessionusagecount CVE-2026-23193 CVE-2026-23204 - net/sched:...

8.8CVSS5.8AI score0.0024EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/10 8:33 a.m.21 views

CLSA-2026-1775657929 kernel: Fix of 9 CVEs

ovl: Filter invalid inodes with missing lookup function CVE-2024-56570 - ALSA: aloop: Fix racy access at PCM trigger CVE-2026-23191 - media: imon: reorganize serialization CVE-2025-39993 - usb: xhci: Fix inverted ringxrunevent check in handletxevent CVE-2025-37882 - Revert "VFS: Impose ordering...

8.8CVSS7.1AI score0.00601EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/08 1:36 p.m.26 views

CLSA-2026-1775655363 kernel: Fix of 9 CVEs

ovl: Filter invalid inodes with missing lookup function CVE-2024-56570 - ALSA: aloop: Fix racy access at PCM trigger CVE-2026-23191 - media: imon: reorganize serialization CVE-2025-39993 - usb: xhci: Fix inverted ringxrunevent check in handletxevent CVE-2025-37882 - Revert "VFS: Impose ordering...

8.8CVSS6.8AI score0.00601EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2026/04/08 12:16 p.m.7 views

kernel: Linux kernel: Use-after-free in BPF sockmap can lead to denial of service and privilege escalation

A flaw was found in the Linux kernel's BPF Berkeley Packet Filter sockmap subsystem. A race condition exists where the sksocket is not properly locked or referenced during the skbsendsock function call, allowing for a use-after-free vulnerability. This can be exploited by a local attacker, leadin...

7.8CVSS5.8AI score0.00158EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/04/08 8:35 a.m.12 views

kernel: ipv6: BUG() in pskb_expand_head() as part of calipso_skbuff_setattr()

In the Linux kernel, the following vulnerability has been resolved: ipv6: BUG in pskbexpandhead as part of calipsoskbuffsetattr There exists a kernel oops caused by a BUGONnhead INTMAX i.e. intskbheadroomskb + lendelta skbheadroomskb is meant to ensure that delta = headroom - skbheadroomskb is...

7.5CVSS5.9AI score0.00239EPSS
SaveExploits0References5
Rows per page
Query Builder