Lucene search
+L

43 matches found

NVD
NVD
added 2026/08/19 9:16 p.m.4 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.00214EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2026/08/12 8:14 a.m.4 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.00266EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/07/27 12:00 a.m.24 views

PT-2026-65217

In the Linux kernel, the following vulnerability has been resolved: ipv6: ndisc: fix NULL deref in accept untracked na accept untracked na re-fetches the inet6 dev with in6 dev getdev and dereferences idev-cnf.accept untracked na without a NULL check, even though its only caller ndisc recv na...

5.8AI score0.00172EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/03 3:26 a.m.9 views

SUSE CVE-2026-14258

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.8AI score0.00266EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/06/29 10:09 p.m.10 views

CVE-2026-7656 Broken IPv6 Neighbor Discovery input validation allows spoofed RA/NS/NA acceptance in Zephyr net stack

The IPv6 Neighbor Discovery handlers in subsys/net/ip/ipv6nbr.c handlerainput, handlensinput, handlenainput used an incorrect boolean expression that combined the RFC 4861 validity checks with the ICMPv6 code check using the wrong operator precedence: the form was 'length/hop/source/target checks...

8.1CVSS6.2AI score0.00312EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2026/06/16 1:28 p.m.8 views

CVE-2026-10640 Use-after-free reading `net_pkt` `iface` after send in IPv6 Neighbor Discovery (`ipv6_nbr.c`)

Zephyr's IPv6 Neighbor Discovery send paths netipv6sendna, netipv6sendns, netipv6sendrs in subsys/net/ip/ipv6nbr.c updated the per-interface ICMP-sent statistics by calling netpktifacepkt after netsenddatapkt had already returned successfully. On the success path the network stack owns and releas...

4.2CVSS6.1AI score0.0037EPSS
SaveExploits1References2
CVE
CVE
added 2026/06/16 1:28 p.m.52 views

CVE-2026-10640

Summary: Zephyr’s IPv6 Neighbor Discovery send paths (ipv6_nbr.c) perform a use-after-free by reading iface from a freed net_pkt slab block when updating per-interface ICMP statistics, after the packet has been sent. This can corrupt iface-stats.icmp.sent or cause a crash/DoS if the slab memory i...

7.1CVSS6.1AI score0.0037EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2026/06/16 1:28 p.m.11 views

CVE-2026-10640 Use-after-free reading `net_pkt` `iface` after send in IPv6 Neighbor Discovery (`ipv6_nbr.c`)

Zephyr's IPv6 Neighbor Discovery send paths netipv6sendna, netipv6sendns, netipv6sendrs in subsys/net/ip/ipv6nbr.c updated the per-interface ICMP-sent statistics by calling netpktifacepkt after netsenddatapkt had already returned successfully. On the success path the network stack owns and releas...

4.2CVSS6.1AI score
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/01/16 12:00 a.m.8 views

MiracleLinux 4 : quagga-0.99.15-14.AXS4 (AXSA:2017-1369:01)

The remote MiracleLinux 4 host has a package installed that is affected by multiple vulnerabilities as referenced in the AXSA:2017-1369:01 advisory. Quagga is a free software that manages TCP/IP based routing protocol. It takes multi-server and multi-thread approach to resolve the current...

9.8CVSS7.9AI score0.18803EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/10/07 12:30 a.m.10 views

EUVD-2009-0422

Malware in sbrugna...

9.3CVSS6.4AI score0.0817EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/10/07 12:30 a.m.16 views

EUVD-2016-2344

Malware in sbrugna...

9.8CVSS7.8AI score0.03656EPSS
SaveExploits0References13
RedhatCVE
RedhatCVE
added 2025/09/17 6:18 p.m.9 views

CVE-2023-53365

In the Linux kernel, the following vulnerability has been resolved: ip6mr: Fix skbunderpanic in ip6mrcachereport skbuff: skbunderpanic: text:ffffffff88771f69 len:56 put:-4 head:ffff88805f86a800 data:ffff887f5f86a850 tail:0x88 end:0x2c0 dev:pim6reg ------------ cut here ------------ kernel BUG at...

7CVSS5.7AI score0.00191EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2025/06/25 12:46 a.m.14 views

kernel: ndisc: use RCU protection in ndisc_alloc_skb()

A vulnerability was found in the Linux kernel's IPv6 Neighbor Discovery NDISC subsystem, which manages network neighbor information. The issue arises from improper synchronization mechanisms when allocating socket buffers skbuff in the ndiscallocskb function. Specifically, the function can be...

7.8CVSS7.2AI score0.00258EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/06/25 12:18 a.m.11 views

kernel: ndisc: use RCU protection in ndisc_alloc_skb()

A vulnerability was found in the Linux kernel's IPv6 Neighbor Discovery NDISC subsystem, which manages network neighbor information. The issue arises from improper synchronization mechanisms when allocating socket buffers skbuff in the ndiscallocskb function. Specifically, the function can be...

7.8CVSS7.2AI score0.00258EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/06/24 6:58 a.m.17 views

kernel: ndisc: use RCU protection in ndisc_alloc_skb()

A vulnerability was found in the Linux kernel's IPv6 Neighbor Discovery NDISC subsystem, which manages network neighbor information. The issue arises from improper synchronization mechanisms when allocating socket buffers skbuff in the ndiscallocskb function. Specifically, the function can be...

7.8CVSS7.2AI score0.00258EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/06/24 6:19 a.m.11 views

kernel: ndisc: use RCU protection in ndisc_alloc_skb()

A vulnerability was found in the Linux kernel's IPv6 Neighbor Discovery NDISC subsystem, which manages network neighbor information. The issue arises from improper synchronization mechanisms when allocating socket buffers skbuff in the ndiscallocskb function. Specifically, the function can be...

7.8CVSS7.2AI score0.00258EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/06/24 5:19 a.m.16 views

kernel: ndisc: use RCU protection in ndisc_alloc_skb()

A vulnerability was found in the Linux kernel's IPv6 Neighbor Discovery NDISC subsystem, which manages network neighbor information. The issue arises from improper synchronization mechanisms when allocating socket buffers skbuff in the ndiscallocskb function. Specifically, the function can be...

7.8CVSS7.2AI score0.00258EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/06/24 4:48 a.m.6 views

kernel: ndisc: use RCU protection in ndisc_alloc_skb()

A vulnerability was found in the Linux kernel's IPv6 Neighbor Discovery NDISC subsystem, which manages network neighbor information. The issue arises from improper synchronization mechanisms when allocating socket buffers skbuff in the ndiscallocskb function. Specifically, the function can be...

7.8CVSS7.2AI score0.00258EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/06/24 4:41 a.m.13 views

kernel: ndisc: use RCU protection in ndisc_alloc_skb()

A vulnerability was found in the Linux kernel's IPv6 Neighbor Discovery NDISC subsystem, which manages network neighbor information. The issue arises from improper synchronization mechanisms when allocating socket buffers skbuff in the ndiscallocskb function. Specifically, the function can be...

7.8CVSS7.2AI score0.00258EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2025/05/22 9:58 p.m.14 views

CVE-2022-35926

Contiki-NG is an open-source, cross-platform operating system for IoT devices. Because of insufficient validation of IPv6 neighbor discovery options in Contiki-NG, attackers can send neighbor solicitation packets that trigger an out-of-bounds read. The problem exists in the module...

7.5CVSS6.7AI score0.01161EPSS
SaveExploits0References1
Rows per page
Query Builder