Lucene search
+L

450 matches found

Kitploit
Kitploit
•added 2026/09/26 5:28 p.m.•10 views

CVE-2020-16898

CVE-2020-16898: “Bad Neighbor” CVSS Score: 8.8 CVSS Vector: CVSS3.0/AV:A/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H/E:P/RL:O/RC:C Overview On October 13, Microsoft announced an exceptionally critical vulnerability in the Windows IPv6 stack, which allows an attacker to send maliciously crafted packets to...

8.8CVSS8.7AI score0.1094EPSS
SaveExploits12
Kitploit
Kitploit
•added 2026/09/26 2:10 p.m.•27 views

sylkie

sylkie A command line tool and library for testing networks for common address spoofing security vulnerabilities in IPv6 networks using the Neighbor Discovery Protocol. Getting Started Note: This project is still in the early phases of development. If you run into any problems, please consider...

5.6AI score
SaveExploits0References4
Kitploit
Kitploit
•added 2026/09/25 11:18 a.m.•9 views

sylkie

sylkie IPv6 네트워크에서 Neighbor Discovery Protocol을 사용하여 일반적인 주소 스푸핑 보안 취약점을 테스트하기 위한 명령줄 도구 및 라이브러리입니다. 시작하기 참고: 이 프로젝트는 아직 개발 초기 단계에 있습니다. 문제가 발생하면 이슈를 제출해 주시기 바랍니다. 현재 Linux에서만 실행됩니다. 의존성 libseccomp 선택 사항이지만 강력 권장 json-c 선택 사항이지만 권장 자세한 내용은 위키를 참조하세요. 빌드 코드를 가져와 컴파일하세요! root@kitploit: 코드 가져오기 git...

6.1AI score
SaveExploits0References4
Kitploit
Kitploit
•added 2026/09/25 5:49 a.m.•15 views

ndpspoof

NDP 스푸핑 설치 Arch Linux/CachyOS/EndeavourOS root@kitploit: yay -S nf 또는 사용:...

6AI score
SaveExploits0References2
Kitploit
Kitploit
•added 2026/09/23 1:55 a.m.•7 views

CVE-2024-38063-scanner

概要 このプロジェクトは、Shodanを使用した偵察とScapyを使用した悪意のあるIPv6パケットの作成・送信により、脆弱なWindowsシステムを特定し、CVE-2024-38063 を標的とした攻撃を実行するPythonスクリプトです。このツールは、脆弱なホストの検索、脆弱性の確認、そしてブルースクリーン(BSOD)を誘発するサービス拒否(DoS)攻撃の実行プロセスを自動化します。 CVE-2024-38063の解説 CVE-2024-38063...

9.8CVSS8.2AI score0.70564EPSS
SaveExploits26
NVD
NVD
•added 2026/09/14 7:17 p.m.•11 views

CVE-2026-15893

netifipv6calcreachabletime in subsys/net/ip/netif.c derives a randomized ND reachable time from ipv6-basereachabletime as minreachable + sysrand32get % maxreachable - minreachable, where minreachable = base/2 and maxreachable = 3base/2 using integer division. When basereachabletime is 1, both...

6.5CVSS0.002EPSS
SaveExploits0References2
OSV
OSV
•added 2026/09/14 6:49 p.m.•10 views

CVE-2026-15893 Zephyr IPv6 Neighbor Discovery zero reachable time from crafted Router Advertisement causes assertion/DoS

netifipv6calcreachabletime in subsys/net/ip/netif.c derives a randomized ND reachable time from ipv6-basereachabletime as minreachable + sysrand32get % maxreachable - minreachable, where minreachable = base/2 and maxreachable = 3base/2 using integer division. When basereachabletime is 1, both...

6.5CVSS5.9AI score
SaveExploits0References5
Cvelist
Cvelist
•added 2026/09/14 6:49 p.m.•34 views

CVE-2026-15893 Zephyr IPv6 Neighbor Discovery zero reachable time from crafted Router Advertisement causes assertion/DoS

netifipv6calcreachabletime in subsys/net/ip/netif.c derives a randomized ND reachable time from ipv6-basereachabletime as minreachable + sysrand32get % maxreachable - minreachable, where minreachable = base/2 and maxreachable = 3base/2 using integer division. When basereachabletime is 1, both...

6.5CVSS0.002EPSS
SaveExploits0References2
CVE
CVE
•added 2026/09/14 6:49 p.m.•14 views

CVE-2026-15893

CVE-2026-15893 affects the Zephyr RTOS IPv6 Neighbor Discovery stack. The function net_if_ipv6_calc_reachable_time() in subsys/net/ip/net_if.c computes a randomized reachable time from base_reachable_time using integer division. When the Reachable Time field of an incoming Router Advertisement is...

6.5CVSS5.9AI score0.002EPSS
SaveExploits0References2
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•17 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerabilities have been resolved: NET: bonding: Fixed a NULL dereference of the ndtbl variable when IPv6 is disabled. When booting with the ‘ipv6.disable=1’ parameter, the ndtbl is never initialized because inet6init exits before ndiscinit is called, which...

7.5CVSS5.8AI score0.00684EPSS
SaveExploits0References2
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•7 views

Astra Linux – Vulnerability in edk2

EDK2’s Network Package is vulnerable to an out-of-bounds read vulnerability when processing the Neighbor Discovery Redirect message. This vulnerability can be exploited by an attacker to gain unauthorized access and potentially result in a loss of confidentiality...

6.5CVSS6.8AI score0.00856EPSS
SaveExploits1References2
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•6 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: bridge: brndsend: Linearize the skb before parsing ND options. The brndsend function parses neighbor discovery options from ns-opt and assumes that these options are located in the linear part of the request. Its callers only...

9.1CVSS6AI score0.00845EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
•added 2026/09/14 12:00 a.m.•14 views

PT-2026-91392

net if ipv6 calc reachable time in subsys/net/ip/net if.c derives a randomized ND reachable time from ipv6-base reachable time as min reachable + sys rand32 get % max reachable - min reachable, where min reachable = base/2 and max reachable = 3base/2 using integer division. When base reachable ti...

6.5CVSS5.9AI score0.002EPSS
SaveExploits0References3
Zero Day Initiative
Zero Day Initiative
•added 2026/09/14 12:00 a.m.•10 views

Linux Kernel MCTP Routing Uninitialized Memory Information Disclosure Vulnerability

This vulnerability allows local attackers to disclose sensitive information on affected installations of Linux Kernel. An attacker must first obtain the ability to execute high-privileged code on the target system in order to exploit this vulnerability. The specific flaw exists within the handlin...

6CVSS6.3AI score0.00162EPSS
SaveExploits0References1
NVD
NVD
•added 2026/08/19 9:16 p.m.•11 views

CVE-2026-12633

The IPv6 neighbor-discovery code in subsys/net/ip/ipv6nbr.c processes the 6LoWPAN Context Option 6CO, RFC 6775 carried inside ICMPv6 Router Advertisements. In handlera6co the 8-bit contextlen field is taken directly from the packet and was never bounded to the RFC maximum of 128. The function...

8.1CVSS0.00312EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/08/19 8:37 p.m.•16 views

EUVD-2026-63074

The IPv6 neighbor-discovery code in subsys/net/ip/ipv6nbr.c processes the 6LoWPAN Context Option 6CO, RFC 6775 carried inside ICMPv6 Router Advertisements. In handlera6co the 8-bit contextlen field is taken directly from the packet and was never bounded to the RFC maximum of 128. The function...

8.1CVSS5.5AI score0.00312EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
•added 2026/08/12 8:14 a.m.•15 views

dhcpcd: dhcpcd infinite loop and out-of-bounds read via zero-length IPv6 ND option in Router Advertisement handling

A flaw was found in dhcpcd's IPv6 Neighbor Discovery Router Advertisement processing. A specially crafted IPv6 Router Advertisement containing a zero-length Neighbor Discovery option can bypass validation during packet storage and later be reparsed without adequate validation, causing the parser ...

6.5CVSS5.3AI score0.0042EPSS
SaveExploits0References6
Microsoft CVE
Microsoft CVE
•added 2026/08/09 8:41 a.m.•14 views

ipv6: ndisc: fix NULL deref in accept_untracked_na()

...

4.7CVSS5.2AI score0.00173EPSS
SaveExploits0
OSV
OSV
•added 2026/07/30 4:41 a.m.•8 views

SUSE-SU-2026:22995-1 Security update for the Linux Kernel (Live Patch 0 for SUSE Linux Enterprise 16)

This update for the SUSE Linux Enterprise Kernel 6.12.0-160000.5.1 fixes various security issues: The following security issues were fixed: - CVE-2026-23240: tls: Fix race condition in tlsswcancelworktx bsc1262404. - CVE-2026-31738: vxlan: validate ND option lengths in vxlannacreate bsc1264060. -...

9.8CVSS5.5AI score0.0049EPSS
SaveExploits5References13
SUSE CVE
SUSE CVE
•added 2026/07/28 5:08 p.m.•13 views

SUSE CVE-2026-64542

In the Linux kernel, the following vulnerability has been resolved: ipv6: ndisc: fix NULL deref in acceptuntrackedna acceptuntrackedna re-fetches the inet6dev with in6devgetdev and dereferences idev-cnf.acceptuntrackedna without a NULL check, even though its only caller ndiscrecvna already fetche...

4.7CVSS5.8AI score0.00173EPSS
SaveExploits0References3
Rows per page
Query Builder