Lucene search
+L

3522 matches found

Kitploit
Kitploit
added 2026/09/14 4:09 p.m.6 views

CVE-2026-43503

🚨 CVE-2026-43503 — DirtyClone When Shared Memory Stops Being Shared Safely. A Local Privilege Escalation vulnerability caused by improper propagation of the SKBFLSHAREDFRAG flag inside the Linux networking stack. 📖 Overview CVE-2026-43503 , nicknamed DirtyClone , is a High Severity Local Privileg...

8.8CVSS7.2AI score0.00337EPSS
SaveExploits7
AstraLinux
AstraLinux
added 2026/09/14 12:41 p.m.10 views

Astra Linux – Vulnerability in Linux 5.10, Linux, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: Wifi: ath9k: htchst: In the ath9khtcrxmsg function, if there is no callback function, the provided skb is not freed. It is stated that ath9khtcrxmsg either frees the provided skb or passes its management to another callback...

5.3AI score0.00195EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/09/14 12:41 p.m.8 views

Astra Linux – Vulnerability in Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: Firewire: net: Fix for use after free in fwnetfinishincomingpacket The netifrx function frees the skb, so we cannot dereference it to save skb-len...

8.8CVSS5.2AI score0.00203EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/09/14 12:41 p.m.6 views

Astra Linux – Vulnerability in Linux, Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: net: ieee802154: ca8210: Stop leaking the skb structure. Upon an error, the ieee802154xmitcomplete helper function is not called. Only ieee802154wakequeue is called manually. As a result, the skb structure is leaked. Lease the sk...

5.5CVSS5.6AI score0.00223EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/09/12 12:07 a.m.9 views

CVE-2026-80941

A flaw was found in the rtw88 Wi-Fi driver of the Linux kernel. This issue occurs because the rtwtxqpushskb function fails to free a socket buffer skb when an error occurs during transmission. This oversight can lead to a memory leak, potentially impacting system stability and performance over ti...

5.5CVSS0.002EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/09/12 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-80987

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - NTB: ntbtransport: Reject oversized TX buffers ntbprocesstx handles an oversized buffer by calling txhandler with a NULL data pointer and returning success...

7.5CVSS0.00446EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/09/12 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2026-81000

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net: tun: bound receive headroom tungetuser uses tun-align both as skb headroom and when choosing how much packet data to keep linear. OVS can propagate an...

7.8CVSS0.00163EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/09/12 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-89555

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - mpls: reload header after pskbmaypull mplsselectmultipath calls mplsmultipathhash to choose a nexthop when an MPLS route has multiple nexthops. While walking th...

9.8CVSS0.00608EPSS
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/11 11:50 p.m.3 views

CVE-2026-64563_EXP

CVE-2026-64563EXP For experimental research only. The code for prefetch and nperm the memory reference set.gdb needs to be configured is not attached, and since it has not been optimized, the hit probability is low. The author noticed that the vulnerability author has already released relevant...

7.8CVSS7.4AI score0.00117EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/09/11 10:33 p.m.8 views

CVE-2026-89563

A flaw was found in the ip6tunnel module of the Linux kernel. Incorrect handling of socket buffers skb during headroom reallocation in the ip6tnlxmit function can lead to a double-free vulnerability. This occurs when an error path is taken after the original skb has been consumed, but the caller...

7.8CVSS0.00138EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/09/11 9:46 p.m.8 views

CVE-2026-89565

A flaw was found in the Linux kernel's IP over IP ipip tunnel driver. When operating in collectmd mode, the ipiptunnelrcv function fails to free a network packet buffer skb if the metadatadst allocation fails. This oversight leads to a memory leak. A local attacker could potentially exploit this...

5.9CVSS0.00168EPSS
SaveExploits0References7
OSV
OSV
added 2026/09/11 8:19 p.m.4 views

AZL-100745 CVE-2026-89565 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: ipip: fix skb leak in collectmd mode when metadatadst allocation fails In collectmd mode ipiptunnelrcv returns 0 without freeing the skb when iptunrxdst fails to allocate the metadatadst. ipiprcv and mplsiprcv are registered as...

0.00168EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/11 8:19 p.m.7 views

CVE-2026-89565

In the Linux kernel, the following vulnerability has been resolved: ipip: fix skb leak in collectmd mode when metadatadst allocation fails In collectmd mode ipiptunnelrcv returns 0 without freeing the skb when iptunrxdst fails to allocate the metadatadst. ipiprcv and mplsiprcv are registered as...

0.00168EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/11 8:19 p.m.7 views

AZL-100232 CVE-2026-81000 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: net: tun: bound receive headroom tungetuser uses tun-align both as skb headroom and when choosing how much packet data to keep linear. OVS can propagate an oversized headroom request from another port to TUN or TAP. When align is...

7.8CVSS0.00163EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/11 8:19 p.m.8 views

DEBIAN-CVE-2026-81000

In the Linux kernel, the following vulnerability has been resolved: net: tun: bound receive headroom tungetuser uses tun-align both as skb headroom and when choosing how much packet data to keep linear. OVS can propagate an oversized headroom request from another port to TUN or TAP. When align is...

7.8CVSS0.00163EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/11 8:19 p.m.6 views

AZL-100880 CVE-2026-80987 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: NTB: ntbtransport: Reject oversized TX buffers ntbprocesstx handles an oversized buffer by calling txhandler with a NULL data pointer and returning success. ntbnetdev therefore neither frees the skb in its completion callback nor...

7.5CVSS0.00446EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/11 8:19 p.m.9 views

CVE-2026-80987

In the Linux kernel, the following vulnerability has been resolved: NTB: ntbtransport: Reject oversized TX buffers ntbprocesstx handles an oversized buffer by calling txhandler with a NULL data pointer and returning success. ntbnetdev therefore neither frees the skb in its completion callback nor...

7.5CVSS0.00446EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/11 8:19 p.m.7 views

DEBIAN-CVE-2026-80987

In the Linux kernel, the following vulnerability has been resolved: NTB: ntbtransport: Reject oversized TX buffers ntbprocesstx handles an oversized buffer by calling txhandler with a NULL data pointer and returning success. ntbnetdev therefore neither frees the skb in its completion callback nor...

7.5CVSS0.00446EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/11 8:19 p.m.5 views

AZL-100550 CVE-2026-80988 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: NTB: ntbtransport: Fail TX enqueue when the QP link is down Commit f195a1a6fe41 "ntb: Drop packets when qp link is down" meant to make ntbtransporttxenqueue drop packets submitted while the QP link is down, but it only returns 0...

0.00168EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/11 8:19 p.m.8 views

CVE-2026-80988

In the Linux kernel, the following vulnerability has been resolved: NTB: ntbtransport: Fail TX enqueue when the QP link is down Commit f195a1a6fe41 "ntb: Drop packets when qp link is down" meant to make ntbtransporttxenqueue drop packets submitted while the QP link is down, but it only returns 0...

0.00168EPSS
SaveExploits0References8
Rows per page
Query Builder