Lucene search
+L

3495 matches found

CVE
CVE
β€’added 2026/06/24 4:29 p.m.β€’83 views

CVE-2026-52997

The CVE-2026-52997 issue affects the Linux kernel’s net/sched sch_dualpi2 qdisc. The root cause was that dualpi2_change() could attempt to dequeue from the C-queue even when it was empty while packets resided in the L-queue, leading to a NULL skb dereference during limit/memlimit enforcement. The...

5.5CVSS5.7AI score0.00126EPSS
SaveExploits0References3Affected Software1
CVE
CVE
β€’added 2026/06/24 4:28 p.m.β€’49 views

CVE-2026-52985

CVE-2026-52985 concerns the Linux kernel in the netdevsim feature, where the IP header in a dummy skb was not zero-initialized in nsim_dev_trap_skb_build. The issue arises from using skb_put instead of skb_put_zero, leading to uninitialized values in the IP header and potential memory/safety impl...

5.5CVSS5.7AI score0.00123EPSS
SaveExploits0References8Affected Software1
CVE
CVE
β€’added 2026/06/24 4:28 p.m.β€’74 views

CVE-2026-52982

The CVE-2026-52982 issue affects the Linux kernel driver rtl8150 for Realtek RTL8150 USB Ethernet devices. A use-after-free (UAF) can occur in rtl8150_start_xmit() when reading skb->len for tx_bytes statistics after usb_submit_urb() is issued, because the skb may be freed in the USB completion...

9.8CVSS5.7AI score0.00536EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
β€’added 2026/06/24 4:28 p.m.β€’44 views

CVE-2026-52981 neigh: let neigh_xmit take skb ownership

In the Linux kernel, the following vulnerability has been resolved: neigh: let neighxmit take skb ownership neighxmit always releases the skb, except when no neighbour table is found. But even the first added user of neighxmit mpls relied on neighxmit to release the skb or queue it for tx. sashik...

7.5CVSS0.00532EPSS
SaveExploits0References6
Cvelist
Cvelist
β€’added 2026/06/24 4:28 p.m.β€’53 views

CVE-2026-52982 net: usb: rtl8150: fix use-after-free in rtl8150_start_xmit()

In the Linux kernel, the following vulnerability has been resolved: net: usb: rtl8150: fix use-after-free in rtl8150startxmit syzbot reported a KASAN slab-use-after-free read in rtl8150startxmit when accessing skb-len for tx statistics after usbsubmiturb has been called: BUG: KASAN:...

9.8CVSS0.00536EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
β€’added 2026/06/24 4:28 p.m.β€’13 views

CVE-2026-52981

In the Linux kernel, the following vulnerability has been resolved: neigh: let neighxmit take skb ownership neighxmit always releases the skb, except when no neighbour table is found. But even the first added user of neighxmit mpls relied on neighxmit to release the skb or queue it for tx. sashik...

5.8AI score0.00532EPSS
SaveExploits0References7Affected Software1
CVE
CVE
β€’added 2026/06/24 4:28 p.m.β€’35 views

CVE-2026-52974

Summary of CVE-2026-52974 (Linux kernel net: tls): The leak is a memory leak in the TLS offload RX path where, if tls_set_device_offload_rx() fails in tls_dev_add(), the cleanup path does not free the anchor skb allocated in tls_strp_init(). This occurs in the β€œfailed to start offload” code path ...

7.5CVSS5.8AI score0.005EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
β€’added 2026/06/24 4:28 p.m.β€’49 views

CVE-2026-52974 net: tls: fix strparser anchor skb leak on offload RX setup failure

In the Linux kernel, the following vulnerability has been resolved: net: tls: fix strparser anchor skb leak on offload RX setup failure When tlssetdeviceoffloadrx fails at tlsdevadd, the error path calls tlsswfreeresourcesrx to clean up the SW context that was initialized by tlssetswoffload. This...

7.5CVSS0.005EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
β€’added 2026/06/24 4:28 p.m.β€’9 views

CVE-2026-52974

In the Linux kernel, the following vulnerability has been resolved: net: tls: fix strparser anchor skb leak on offload RX setup failure When tlssetdeviceoffloadrx fails at tlsdevadd, the error path calls tlsswfreeresourcesrx to clean up the SW context that was initialized by tlssetswoffload. This...

5.8AI score0.005EPSS
SaveExploits0References7Affected Software1
OSV
OSV
β€’added 2026/06/24 4:28 p.m.β€’59 views

CVE-2026-52974 net: tls: fix strparser anchor skb leak on offload RX setup failure

In the Linux kernel, the following vulnerability has been resolved: net: tls: fix strparser anchor skb leak on offload RX setup failure When tlssetdeviceoffloadrx fails at tlsdevadd, the error path calls tlsswfreeresourcesrx to clean up the SW context that was initialized by tlssetswoffload. This...

7.5CVSS5.8AI score
SaveExploits0References9
AstraLinux
AstraLinux
β€’added 2026/06/24 3:11 p.m.β€’5 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerabilities have been resolved: nfc: nci: early error paths where freeskb is called on ncitransceive. ncitransceive takes ownership of the skb passed by the caller, but error paths such as -EPROTO, -EINVAL, and -EBUSY are returned without freeing it. Due to...

5.5CVSS4.8AI score0.00123EPSS
SaveExploits0References3
AstraLinux
AstraLinux
β€’added 2026/06/24 3:11 p.m.β€’10 views

Astra Linux – Vulnerability in Linux 6.12

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 reproducible example of the issue in...

7.1CVSS6.5AI score0.00122EPSS
SaveExploits0References3
AstraLinux
AstraLinux
β€’added 2026/06/24 3:11 p.m.β€’12 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: net/sched: actskbedit: fix divide-by-zero in tcfskbedithash Commit 38a6f0865796 β€œnet: sched: support hash selecting tx queue” added support for SKBEDITFTXQSKBHASH. The inclusive range size is computed as follows: mappingmod =...

5.5CVSS5.9AI score0.00128EPSS
SaveExploits0References3
AstraLinux
AstraLinux
β€’added 2026/06/24 3:11 p.m.β€’12 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: ipv4: ipgre: made ipgreheader more robust. A corresponding commit db5b4e39c4e6 has been made for β€œip6gre: made ip6greheader more robust.” Over the years, syzbot has identified many ways in which the kernel can crash due to issues...

5.5CVSS5.2AI score0.0019EPSS
SaveExploits0References3
AstraLinux
AstraLinux
β€’added 2026/06/24 3:11 p.m.β€’7 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: ip6gre: made ip6greheader more robust. Over the years, syzbot has identified many ways in which the kernel can crash due to issues related to ip6greheader. This involves the ability of team or bonding drivers to dynamically chang...

5.5CVSS5.2AI score0.00134EPSS
SaveExploits0References3
AstraLinux
AstraLinux
β€’added 2026/06/24 3:11 p.m.β€’8 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: gue: Fixed a skb memory leak associated with the inner IP protocol 0. The syzbot reported a skb memory leak below. 0 The repro process generated a GUE packet with its inner protocol set to 0. The function gueudprecv returns...

7.5CVSS6.5AI score0.00248EPSS
SaveExploits0References3
AstraLinux
AstraLinux
β€’added 2026/06/24 3:11 p.m.β€’11 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: ipvs: fix ipv4 null-ptr-deref in route error path The IPv4 code path in ipvsgetoutrt calls dstlinkfailure without ensuring skb-dev is set, leading to a NULL pointer dereference in fibcomputespecdst when ipv4linkfailure attempts t...

6AI score0.00202EPSS
SaveExploits0References3
AstraLinux
AstraLinux
β€’added 2026/06/24 3:11 p.m.β€’13 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: bpf: Check skb-transportheader is set in bpfskbcheckmtu. The bpfskbcheckmtu helper needs to use skb-transportheader when the BPFMTUCHKSEGS flag is used: bpfskbcheckmtuskb, ifindex, &mtulen, 0, BPFMTUCHKSEGS. The transportheader i...

5.9AI score0.00203EPSS
SaveExploits0References3
NVD
NVD
β€’added 2026/06/24 10:17 a.m.β€’20 views

CVE-2026-52943

In the Linux kernel, the following vulnerability has been resolved: net: skbuff: fix missing zerocopy reference in pskbcarve helpers pskbcarveinsideheader and pskbcarveinsidenonlinear both copy the old skbsharedinfo header into a new buffer via memcpy, which includes the destructorarg pointer uar...

7.8CVSS0.00238EPSS
SaveExploits1References12
OSV
OSV
β€’added 2026/06/24 9:59 a.m.β€’10 views

SUSE-SU-2026:22490-1 Security update for the Linux Kernel RT (Live Patch 22 for SUSE Linux Enterprise Micro 6.0)

This update for the SUSE Linux Enterprise Kernel 6.4.0-45.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 bsc126308...

9.8CVSS6.2AI score0.00949EPSS
SaveExploits8References12
Rows per page
Query Builder