Lucene search
+L

642 matches found

BDU FSTEC
BDU FSTEC
added 2026/06/29 12:00 a.m.13 views

The vulnerability of the nft_inner_parse_l2l3() function in the net/netfilter/nft_inner.c module of the Linux operating system allows a malicious actor to gain unauthorized access to protected information or cause service failures.

The vulnerability of the nftinnerparsel2l3 function in the net/netfilter/nftinner.c module of the Linux operating system is related to the use of pointer offsets that are outside their range when processing IPv6 packets. Exploiting this vulnerability can allow an attacker to gain unauthorized...

9.4CVSS7.5AI score0.00322EPSS
SaveExploits0References10Affected Software3
Debian CVE
Debian CVE
added 2026/06/28 1:32 a.m.23 views

CVE-2026-58058

Nmap through 7.99 does not keep the IPv6 extension-header walk within the captured packet in ipv6getdataprimitive libnetutil/netutil.cc, so the pointer advances past the buffer and the remaining-length computation underflows to a large value. A scanned target or on-path attacker returning a craft...

6.9CVSS5.9AI score0.00878EPSS
SaveExploits2
Microsoft CVE
Microsoft CVE
added 2026/06/27 8:16 a.m.10 views

bpf: reject short IPv4/IPv6 inputs in bpf_prog_test_run_skb

...

6.4CVSS6.1AI score0.00114EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2026/06/27 8:06 a.m.8 views

nexthop: fix IPv6 route referencing IPv4 nexthop

...

5.5CVSS6.1AI score0.0013EPSS
SaveExploits0
OSV
OSV
added 2026/06/27 6:04 a.m.11 views

RLSA-2026:30129 Important: kernel security, bug fix, and enhancement update

The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: rxrpc: fix RESPONSE authenticator parser OOB read CVE-2026-31636 kernel: ipv6: icmp: clear skb2-cb in ip6errgenicmpv6unreach CVE-2026-43038 kernel: tcp: fix potential race in...

7.3CVSS6.5AI score0.00465EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2026/06/26 2:09 a.m.12 views

SUSE CVE-2026-53238

In the Linux kernel, the following vulnerability has been resolved: netlabel: validate unlabeled address and mask attribute lengths netlblunlabeladdrinfoget used the address attribute length to determine whether the attribute data could be read as an IPv4 or IPv6 address, but did not independentl...

5.8AI score0.00123EPSS
SaveExploits0References3
NVD
NVD
added 2026/06/25 5:16 p.m.23 views

CVE-2026-13351

Zephyr's IPv6 network stack can be prevented from receiving or processing future incoming packets by sending a small number of maliciously fragmented IPv6 packets. When such a packet is handled by the fragment-header processing path, the associated RX network packet buffer allocated from a memory...

7.5CVSS0.00324EPSS
SaveExploits1References1
EUVD
EUVD
added 2026/06/25 8:39 a.m.14 views

EUVD-2026-39226

In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: Fix use-after-free when processing MLD queries When processing an MLD query, a pointer to the multicast group address is retrieved when initially parsing the packet. This pointer is later dereferenced without being...

5.8AI score0.00232EPSS
SaveExploits0References7
CVE
CVE
added 2026/06/25 8:39 a.m.76 views

CVE-2026-53275

CVE-2026-53275 affects the Linux kernel IPv6 multicast path (net/ipv6/mcast.c) during MLD query processing. A pointer to the multicast group address is captured during initial packet parsing but is not reloaded after skb header changes from pskb_may_pull(), leading to a use-after-free in __mld_qu...

8.8CVSS5.8AI score0.00232EPSS
SaveExploits0References7Affected Software1
EUVD
EUVD
added 2026/06/25 8:39 a.m.14 views

EUVD-2026-39210

In the Linux kernel, the following vulnerability has been resolved: ipv6: anycast: insert aca into global hash under idev-lock syzbot reported a splat 1: a slab-use-after-free in ipv6chkacastaddr, which walks the global inet6acaddrlst hash under RCU and dereferences a struct ifacaddr6 that has...

5.7AI score0.00115EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/06/25 12:00 a.m.14 views

PT-2026-52333

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the netlabel component where the netlbl unlabel addrinfo get function fails to independently validate the length of the mask attribute. While the function uses the...

5.5CVSS6.1AI score0.00123EPSS
SaveExploits0References21
OSV
OSV
added 2026/06/24 6:10 p.m.10 views

CVE-2026-53944 Ghost: Private IP filtering bypass to make server-side requests to internal services

Ghost is a Node.js content management system. From 6.0.9 until 6.21.1, when making an external request, it is possible to bypass the IP filter that ensures the request isn't going to an internal service using an IPv6 literal which maps to a private IPv4 address. This vulnerability is fixed in...

5.8CVSS6AI score
SaveExploits0References3
NVD
NVD
added 2026/06/24 5:17 p.m.10 views

CVE-2026-53074

In the Linux kernel, the following vulnerability has been resolved: bpf: reject short IPv4/IPv6 inputs in bpfprogtestrunskb bpfprogtestrunskb calls ethtypetrans first and then uses skb-protocol to initialize sk family and address fields for the test run. For IPv4 and IPv6 packets, it may access...

5.5CVSS0.00114EPSS
SaveExploits0References8
NVD
NVD
added 2026/06/24 5:17 p.m.29 views

CVE-2026-53006

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix possible UAF in icmpv6rcv Caching saddr and daddr before pskbpull is problematic since skb-head can change. Remove these temporary variables: - We only access &ipv6hdrskb-saddr and &ipv6hdrskb-daddr when netdbgratelimit...

9.8CVSS0.00395EPSS
SaveExploits0References15
Cvelist
Cvelist
added 2026/06/24 4:30 p.m.42 views

CVE-2026-53074 bpf: reject short IPv4/IPv6 inputs in bpf_prog_test_run_skb

In the Linux kernel, the following vulnerability has been resolved: bpf: reject short IPv4/IPv6 inputs in bpfprogtestrunskb bpfprogtestrunskb calls ethtypetrans first and then uses skb-protocol to initialize sk family and address fields for the test run. For IPv4 and IPv6 packets, it may access...

0.00114EPSS
SaveExploits0References8
OSV
OSV
added 2026/06/24 4:29 p.m.11 views

CVE-2026-53012 nexthop: fix IPv6 route referencing IPv4 nexthop

In the Linux kernel, the following vulnerability has been resolved: nexthop: fix IPv6 route referencing IPv4 nexthop syzbot reported a panic 1 2. When an IPv6 nexthop is replaced with an IPv4 nexthop, the hasv4 flag of all groups containing this nexthop is not updated. This is because...

5.8AI score
SaveExploits0References11
RedHat Linux
RedHat Linux
added 2026/06/24 4:42 a.m.15 views

kernel: ip6_tunnel: clear skb2->cb[] in ip4ip6_err()

A flaw was found in the Linux kernel's IPv6 tunnel implementation. A remote attacker could exploit this flaw by sending malicious ICMPv6 error messages to cause a stack-based buffer overflow in the kernel's IPv4-over-IPv6 tunnel error handling code. This could result in a kernel crash denial of...

9.8CVSS6.8AI score0.00563EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/06/22 4:35 a.m.33 views

kernel: ip6_tunnel: clear skb2->cb[] in ip4ip6_err()

A flaw was found in the Linux kernel's IPv6 tunnel implementation. A remote attacker could exploit this flaw by sending malicious ICMPv6 error messages to cause a stack-based buffer overflow in the kernel's IPv4-over-IPv6 tunnel error handling code. This could result in a kernel crash denial of...

9.8CVSS6.8AI score0.00563EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/06/20 12:00 a.m.22 views

RHEL 8 / 9 : Satellite 6.16.9 Async Update (Important) (RHSA-2026:27076)

The remote Redhat Enterprise Linux 8 / 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2026:27076 advisory. Red Hat Satellite is a system management solution that allows organizations to configure and maintain their systems without the necessi...

9.1CVSS7.3AI score0.01557EPSS
SaveExploits3References20
Positive Technologies
Positive Technologies
added 2026/06/19 12:00 a.m.27 views

PT-2026-50927

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The vti6 init net function fails to set the netns immutable flag on the per-netns fallback tunnel device 'ip6 vti0'. This flag is intended to prevent the device from being moved to anoth...

7.8CVSS5.8AI score0.0012EPSS
SaveExploits0
Rows per page
Query Builder