Lucene search
+L

2180 matches found

Kitploit
Kitploit
added 2026/09/13 9:07 p.m.143 views

ipv6tools

IPv6Tools The IPv6Tools framework is a robust set of modules and plugins that allow a user to audit an IPv6 enabled network. The built-in modules support enumeration of IPv6 features such as ICMPv6 and Multicast Listener Discovery MLD. In addition, the framework also supports enumeration of Upper...

7.8CVSS7.4AI score0.13259EPSS
SaveExploits3
Kitploit
Kitploit
added 2026/09/13 1:28 p.m.5 views

spycast

SpyCast es una herramienta de enumeración mDNS multiplataforma que puede funcionar tanto en modo activo consultando servicios de forma recursiva, como en modo pasivo escuchando únicamente paquetes multicast. Compilación root@kitploit: cargo build --release Los paquetes de agrupación específicos d...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/12 9:16 p.m.10 views

huawei-p10-cve-2017-8890-unlock

Huawei P10 CVE-2017-8890 bootloader-unlock research This repository documents an owner-authorized research project that ported CVE-2017-8890 to one Huawei P10 firmware, converted the kernel use-after-free into arbitrary kernel read/write and temporary root, reconstructed Huawei's NVE journal,...

7.8CVSS7.1AI score0.0141EPSS
SaveExploits6References6
Kitploit
Kitploit
added 2026/09/12 12:53 p.m.6 views

cve-2017-8890-msf

Módulo: Phoenix Talon CVE 2017-8890 Esto puede resolver el issue 8571, que solicita módulos Phoenix Talon. Resumen de 2017-8890 Este CVE: es el miembro más grave de la clase Phoenix Talon de vulnerabilidades del kernel de Linux. No existe ningún POC de este CVE en el Exploit DB. Pero hay otros PO...

7.8CVSS6.6AI score0.0141EPSS
SaveExploits6References3
Kitploit
Kitploit
added 2026/09/12 5:57 a.m.10 views

Sapito

Sapito Authors: Sebastian Garcia [email protected], @eldracote, Veronica Valeros [email protected], @verovaleros About Sapito Sapito is a multicast DNS mDNS sniffer and interpreter written in Python. Sapito sniffs packets from a pcap or interface and interprets the findings. This means...

6AI score
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2026/09/12 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-89564

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ip: orphan prefetched skbs before multicast forwarding IPv4 and IPv6 input preserve an skb-sk association installed by bpfskassign so that local delivery can us...

7.8CVSS0.00136EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/09/11 10:42 p.m.8 views

CVE-2026-89564

A flaw was found in the Linux kernel's IP multicast forwarding. When a prefetched socket is destroyed, a subsequent operation to free a network packet skb can attempt to access the already freed socket memory. This use-after-free vulnerability can be triggered by a remote attacker sending special...

7.8CVSS0.00136EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/09/11 9:38 p.m.8 views

CVE-2026-80996

A flaw was found in the Linux kernel's L2TP Layer 2 Tunneling Protocol networking component. Specifically, the netlink handlers responsible for creating and modifying L2TP tunnels and sessions may fail to propagate multicast notification errors. This can lead to calling applications retrying...

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

AZL-100580 CVE-2026-89564 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: ip: orphan prefetched skbs before multicast forwarding IPv4 and IPv6 input preserve an skb-sk association installed by bpfskassign so that local delivery can use the selected socket under RCU. Both address families can also...

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

CVE-2026-89564

In the Linux kernel, the following vulnerability has been resolved: ip: orphan prefetched skbs before multicast forwarding IPv4 and IPv6 input preserve an skb-sk association installed by bpfskassign so that local delivery can use the selected socket under RCU. Both address families can also...

7.8CVSS0.00136EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/11 8:19 p.m.7 views

DEBIAN-CVE-2026-89564

In the Linux kernel, the following vulnerability has been resolved: ip: orphan prefetched skbs before multicast forwarding IPv4 and IPv6 input preserve an skb-sk association installed by bpfskassign so that local delivery can use the selected socket under RCU. Both address families can also...

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

AZL-100832 CVE-2026-80996 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: net: l2tp: do not propagate multicast notification errors The tunnel create, tunnel modify, session create, and session modify netlink handlers send multicast notifications through helpers that can fail while allocating or encodi...

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

CVE-2026-80996

In the Linux kernel, the following vulnerability has been resolved: net: l2tp: do not propagate multicast notification errors The tunnel create, tunnel modify, session create, and session modify netlink handlers send multicast notifications through helpers that can fail while allocating or encodi...

0.00168EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:44 p.m.12 views

CVE-2026-89564

CVE-2026-89564 is a use-after-free in the Linux kernel 's IP multicast forwarding path. When a socket prefetched by BPF (bpf_sk_assign) or UDP early demux is destroyed before the skb is freed, a later call to sock_pfree() dereferences the stale skb->sk pointer. Both IPv4 and IPv6 are affected:...

7.8CVSS0.00136EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/11 7:44 p.m.8 views

EUVD-2026-76475

In the Linux kernel, the following vulnerability has been resolved: ip: orphan prefetched skbs before multicast forwarding IPv4 and IPv6 input preserve an skb-sk association installed by bpfskassign so that local delivery can use the selected socket under RCU. Both address families can also...

0.00136EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/11 7:44 p.m.25 views

CVE-2026-89564 ip: orphan prefetched skbs before multicast forwarding

In the Linux kernel, the following vulnerability has been resolved: ip: orphan prefetched skbs before multicast forwarding IPv4 and IPv6 input preserve an skb-sk association installed by bpfskassign so that local delivery can use the selected socket under RCU. Both address families can also...

7.8CVSS0.00136EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/09/11 7:44 p.m.8 views

CVE-2026-89564

In the Linux kernel, the following vulnerability has been resolved: ip: orphan prefetched skbs before multicast forwarding IPv4 and IPv6 input preserve an skb-sk association installed by bpfskassign so that local delivery can use the selected socket under RCU. Both address families can also...

7.8CVSS0.00136EPSS
SaveExploits0
OSV
OSV
added 2026/09/11 7:44 p.m.8 views

CVE-2026-89564 ip: orphan prefetched skbs before multicast forwarding

In the Linux kernel, the following vulnerability has been resolved: ip: orphan prefetched skbs before multicast forwarding IPv4 and IPv6 input preserve an skb-sk association installed by bpfskassign so that local delivery can use the selected socket under RCU. Both address families can also...

7.8CVSS6AI score
SaveExploits0References6
EUVD
EUVD
added 2026/09/11 7:42 p.m.8 views

EUVD-2026-76319

In the Linux kernel, the following vulnerability has been resolved: net: l2tp: do not propagate multicast notification errors The tunnel create, tunnel modify, session create, and session modify netlink handlers send multicast notifications through helpers that can fail while allocating or encodi...

0.00168EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:42 p.m.24 views

CVE-2026-80996 net: l2tp: do not propagate multicast notification errors

In the Linux kernel, the following vulnerability has been resolved: net: l2tp: do not propagate multicast notification errors The tunnel create, tunnel modify, session create, and session modify netlink handlers send multicast notifications through helpers that can fail while allocating or encodi...

0.00168EPSS
SaveExploits0References4
Rows per page
Query Builder