Lucene search
+L

485 matches found

Ubuntu
Ubuntu
added yesterday5 views

USN-8616-1: Linux kernel (IBM) vulnerabilities

It was discovered that the Linux kernel did not properly handle shared page fragments during socket buffer operations, collectively known as Dirty Frag. A logic flaw existed in the XFRM ESP-in-TCP subsystem and in the RxRPC networking subsystem when processing paged fragments. A local attacker...

9.8CVSS7.1AI score0.93235EPSS
SaveExploits48
EUVD
EUVD
added 2 days ago5 views

EUVD-2026-49589

In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix null-ptr-deref in fib6nhmtuchange. fib6nhmtuchange re-fetches idev via in6devgetarg-dev and dereferences idev-cnf.mtu6 without a NULL check. addrconfifdown clears dev-ip6ptr with RCUINITPOINTER after rt6disableip has...

5.7AI score0.00176EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2026/07/21 11:5 p.m.6 views

CVE-2026-63968

A flaw was found in the Linux kernel's IPv6 networking stack. A local attacker could trigger an infinite loop within the fib6selectpath function. This occurs when a writer removes an entry from a list without proper synchronization with readers, causing the list traversal to never terminate. This...

7.5CVSS5.3AI score0.00647EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/16 10:3 a.m.4 views

SUSE-SU-2026:3075-1 Security update for the Linux Kernel (Live Patch 15 for SUSE Linux Enterprise 15 SP7)

This update for the SUSE Linux Enterprise Kernel 6.4.0-150700.53.55 fixes various security issues The following security issues were fixed: - CVE-2026-43501: ipv6: rpl: reserve maclen headroom when recompressed SRH grows bsc1266015. - CVE-2026-45970: bonding: alb: fix UAF in rlbarprecv during bon...

9.8CVSS5.3AI score0.00595EPSS
SaveExploits5References19
OSV
OSV
added 2026/07/14 4:20 p.m.3 views

SUSE-SU-2026:22780-1 Security update for the Linux Kernel RT (Live Patch 11 for SUSE Linux Enterprise 16)

This update for the SUSE Linux Enterprise Kernel 6.12.0-160000.32.1 fixes various security issues The following security issues were fixed: - CVE-2026-31505: iavf: fix out-of-bounds writes in iavfgetethtoolstats bsc1263094. - CVE-2026-31533: net/tls: fix use-after-free in -EBUSY error path of...

9.8CVSS5.8AI score0.00595EPSS
SaveExploits8References41
OSV
OSV
added 2026/07/11 6:44 a.m.6 views

SUSE-SU-2026:2862-1 Security update for the Linux Kernel RT (Live Patch 15 for SUSE Linux Enterprise 15 SP7)

This update for the SUSE Linux Enterprise Kernel 6.4.0-150700.7.54 fixes various security issues The following security issues were fixed: - CVE-2026-43501: ipv6: rpl: reserve maclen headroom when recompressed SRH grows bsc1266015. - CVE-2026-45970: bonding: alb: fix UAF in rlbarprecv during bond...

9.8CVSS6.1AI score0.00595EPSS
SaveExploits5References19
SUSE Linux
SUSE Linux
added 2026/07/08 2:58 p.m.7 views

Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP7 RT kernel was updated to fix various security issues The following security issues were fixed: CVE-2025-10263: arm64: cputype: Add C1-Ultra definitions bsc1266290. CVE-2025-40216: iouring/rsrc: don't rely on user vaddr alignment bsc1259764. CVE-2025-40341: futex:...

9.3CVSS6.9AI score0.0055EPSS
SaveExploits3References706
Cvelist
Cvelist
added 2026/06/29 10:9 p.m.32 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.1CVSS0.00312EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2026/06/24 3:40 a.m.10 views

CVE-2026-12850

Multiple OS command injection vulnerabilities exist in the libNetSetObj.so functionality of GeoVision GV-I/O Box 4E 2.09. A specially crafted network packet can lead to command execution. An attacker can send a network request to trigger this vulnerability. libNetSetObj.so is an internal library...

9.1CVSS5.9AI score0.01795EPSS
SaveExploits0References3Affected Software1
RedHat Linux
RedHat Linux
added 2026/06/22 5:29 a.m.12 views

kernel: ipv6: use RCU in ip6_xmit()

A use-after-free flaw was found in ip6autoflowlabel in the Linux kernel's net/ipv6/ip6output.c code. In this flaw an attacker can cause a denial of service DoS attack...

5.8AI score0.00202EPSS
SaveExploits0References5
OSV
OSV
added 2026/06/17 12:53 a.m.6 views

CVE-2026-55706

sppppapinput in sys/net/ifspppsubr.c in OpenBSD before 076e2b1 allows authentication bypass via certain zero values for lengths...

5.8CVSS6.3AI score0.00354EPSS
SaveExploits1References6
NVD
NVD
added 2026/06/16 3:16 p.m.15 views

CVE-2026-10636

In Zephyr's IPv4 IGMP implementation, igmpsend in subsys/net/ip/igmp.c read the network interface back out of the packet via netpktifacepkt after the packet had been handed to netsenddata. On the successful-send path the packet's last reference may already have been released by the L2 driver or b...

3.7CVSS0.00308EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2026/06/16 1:16 p.m.36 views

CVE-2026-10638 Use-after-free in Zephyr ICMPv6 RX path when updating statistics after sending an echo reply or error

subsys/net/ip/icmpv6.c reads the network interface from a netpkt after that packet has been handed to nettrysenddata. In icmpv6handleechorequest and neticmpv6senderror, the post-send statistics update calls netpktifacereply/netpktifacepkt on the just-sent packet. The send path nettrysenddata -...

5.9CVSS0.00352EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/06/16 12:0 a.m.24 views

PT-2026-49710

Name of the Vulnerable Software and Affected Versions Zephyr affected versions not specified Description A use-after-free issue exists in the mld send function within the IPv6 Multicast Listener Discovery MLD implementation. The function attempts to read the packet interface using net pkt ifacepk...

7.1CVSS5.9AI score0.00299EPSS
SaveExploits1References6
EUVD
EUVD
added 2026/06/15 2:16 p.m.14 views

EUVD-2026-36727

Zephyr's native TCP stack iterates the global connection list in nettcpforeach subsys/net/ip/tcp.c using the SYSSLISTFOREACHCONTAINERSAFE macro, which caches a pointer to the next list node. Prior to this fix the function released tcplock while invoking the per-connection callback and re-acquired...

4.8CVSS5.4AI score0.00274EPSS
SaveExploits1References2
GithubExploit
GithubExploit
added 2026/06/15 11:11 a.m.105 views

Exploit for Improper Restriction of Operations within the Bounds of a Memory Buffer in Treck Tcp\/Ip

No d...

9.1CVSS8.6AI score0.18728EPSS
SaveExploits2
SUSE CVE
SUSE CVE
added 2026/06/10 2:25 a.m.12 views

SUSE CVE-2026-46330

In the Linux kernel, the following vulnerability has been resolved: Revert "net/smc: Introduce TCP ULP support" This reverts commit d7cd421da9da2cc7b4d25b8537f66db5c8331c40. As reported by Al Viro, the TCP ULP support for SMC is fundamentally broken. The implementation attempts to convert an acti...

7CVSS5.4AI score0.00112EPSS
SaveExploits0References9
NVD
NVD
added 2026/06/09 5:17 p.m.9 views

CVE-2026-42904

Heap-based buffer overflow in Windows TCP/IP allows an unauthorized attacker to elevate privileges over an adjacent network...

9.6CVSS0.00438EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/06/09 5:5 p.m.13 views

CVE-2026-42904 Windows TCP/IP Elevation of Privilege Vulnerability

...

9.6CVSS5.4AI score0.00438EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/06/09 5:5 p.m.31 views

EUVD-2026-35593

Heap-based buffer overflow in Windows TCP/IP allows an unauthorized attacker to elevate privileges over an adjacent network...

9.6CVSS5.8AI score0.00438EPSS
SaveExploits0References1
Rows per page
Query Builder