Lucene search
+L

875 matches found

UbuntuCve
UbuntuCve
added 2024/07/12 1:15 p.m.18 views

CVE-2024-40931

In the Linux kernel, the following vulnerability has been resolved: mptcp: ensure snduna is properly initialized on connect This is strictly related to commit fb7a0d334894 "mptcp: ensure sndnxt is properly initialized on connect". It turns out that syzkaller can trigger the retransmit after...

5.5CVSS6.4AI score0.00255EPSS
SaveExploits0References21
Vulnrichment
Vulnrichment
added 2024/07/12 12:25 p.m.23 views

CVE-2024-40931 mptcp: ensure snd_una is properly initialized on connect

In the Linux kernel, the following vulnerability has been resolved: mptcp: ensure snduna is properly initialized on connect This is strictly related to commit fb7a0d334894 "mptcp: ensure sndnxt is properly initialized on connect". It turns out that syzkaller can trigger the retransmit after...

6.8AI score0.00255EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/07/12 12:25 p.m.16 views

CVE-2024-40931

In the Linux kernel, the following vulnerability has been resolved: mptcp: ensure snduna is properly initialized on connect This is strictly related to commit fb7a0d334894 "mptcp: ensure sndnxt is properly initialized on connect". It turns out that syzkaller can trigger the retransmit after...

5.5CVSS5.7AI score0.00255EPSS
SaveExploits0
OSV
OSV
added 2024/07/12 12:25 p.m.27 views

CVE-2024-40931 mptcp: ensure snd_una is properly initialized on connect

In the Linux kernel, the following vulnerability has been resolved: mptcp: ensure snduna is properly initialized on connect This is strictly related to commit fb7a0d334894 "mptcp: ensure sndnxt is properly initialized on connect". It turns out that syzkaller can trigger the retransmit after...

6.1AI score
SaveExploits0References10
Cvelist
Cvelist
added 2024/07/12 12:25 p.m.27 views

CVE-2024-40931 mptcp: ensure snd_una is properly initialized on connect

In the Linux kernel, the following vulnerability has been resolved: mptcp: ensure snduna is properly initialized on connect This is strictly related to commit fb7a0d334894 "mptcp: ensure sndnxt is properly initialized on connect". It turns out that syzkaller can trigger the retransmit after...

0.00255EPSS
SaveExploits0References6
CVE
CVE
added 2024/07/12 12:25 p.m.175 views

CVE-2024-40931

CVE-2024-40931 (Linux kernel) : Affected component is the kernel’s mptcp code. The issue arose when a Subflow key snd_una remained uninitialized on connect due to a sequencing bug (snd_nxt and write_seq initialization order). The root cause is triggered by syzkaller’s retransmit path after fallba...

5.5CVSS6.6AI score0.00255EPSS
SaveExploits0References7Affected Software1
Tenable Nessus
Tenable Nessus
added 2024/07/03 12:0 a.m.271 views

Oracle Linux 8 : kernel (ELSA-2024-4211)

The remote Oracle Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2024-4211 advisory. - udf: Fix NULL pointer dereference in udfsymlink function Pavel Reichl RHEL-37769 CVE-2021-47353 - net: ti: fix UAF in tlanremoveone Jose Ignacio Torn...

9.8CVSS7.7AI score0.01401EPSS
SaveExploits1References62
Amazon
Amazon
added 2024/07/01 12:0 a.m.5 views

Medium: kernel

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: md: fix kmemleak of rdev-serial CVE-2024-26900 In the Linux kernel, the following vulnerability has been resolved: dyndbg: fix old BUGON in control parser CVE-2024-35947 In the Linux kernel, the following...

9.1CVSS6.9AI score0.00957EPSS
SaveExploits0
Amazon
Amazon
added 2024/06/24 12:0 a.m.20 views

Important: kernel

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: x86/xen: Drop USERGSSYSRET64 paravirt call CVE-2021-4440 In the Linux kernel, the following vulnerability has been resolved: net: sched: flower: protect flwalk with rcu CVE-2021-47402 A flaw was found in the...

8.8CVSS6.6AI score0.00283EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/06/20 10:53 a.m.24 views

CVE-2021-47594

In the Linux kernel, the following vulnerability has been resolved: mptcp: never allow the PM to close a listener subflow Currently, when deleting an endpoint the netlink PM treverses all the local MPTCP sockets, regardless of their status. If an MPTCP listener socket is bound to the IP matching...

5.5CVSS7AI score0.00208EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/20 10:53 a.m.23 views

CVE-2021-47593

In the Linux kernel, the following vulnerability has been resolved: mptcp: clear 'kern' flag from fallback sockets The mptcp ULP extension relies on sk-sksockkern being set correctly: It prevents setsockoptfd, IPPROTOTCP, TCPULP, "mptcp", 6; from working for plain tcp sockets any userspace-expose...

5.5CVSS7.2AI score0.00246EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/20 10:53 a.m.20 views

CVE-2021-47591

In the Linux kernel, the following vulnerability has been resolved: mptcp: remove tcp ulp setsockopt support TCPULP setsockopt cannot be used for mptcp because its already used internally to plumb subflow tcp sockets to the mptcp layer. syzbot managed to trigger a crash for mptcp connections that...

5.5CVSS7.1AI score0.00205EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/20 10:53 a.m.17 views

CVE-2021-47590

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix deadlock in mptcppushpending mptcppushpending may call mptcpflushjoinlist with subflow socket lock held. If such call hits mptcpsockoptsyncall then subsequently mptcpsockoptsync could try to lock the subflow socket for...

5.5CVSS6.7AI score0.00156EPSS
SaveExploits0References4
NVD
NVD
added 2024/06/19 3:15 p.m.25 views

CVE-2021-47590

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix deadlock in mptcppushpending mptcppushpending may call mptcpflushjoinlist with subflow socket lock held. If such call hits mptcpsockoptsyncall then subsequently mptcpsockoptsync could try to lock the subflow socket for...

5.5CVSS0.00156EPSS
SaveExploits0References2
OSV
OSV
added 2024/06/19 3:15 p.m.24 views

CVE-2021-47594

In the Linux kernel, the following vulnerability has been resolved: mptcp: never allow the PM to close a listener subflow Currently, when deleting an endpoint the netlink PM treverses all the local MPTCP sockets, regardless of their status. If an MPTCP listener socket is bound to the IP matching...

5.5CVSS6.1AI score
SaveExploits0References2
NVD
NVD
added 2024/06/19 3:15 p.m.17 views

CVE-2021-47594

In the Linux kernel, the following vulnerability has been resolved: mptcp: never allow the PM to close a listener subflow Currently, when deleting an endpoint the netlink PM treverses all the local MPTCP sockets, regardless of their status. If an MPTCP listener socket is bound to the IP matching...

5.5CVSS0.00208EPSS
SaveExploits0References2
NVD
NVD
added 2024/06/19 3:15 p.m.25 views

CVE-2021-47591

In the Linux kernel, the following vulnerability has been resolved: mptcp: remove tcp ulp setsockopt support TCPULP setsockopt cannot be used for mptcp because its already used internally to plumb subflow tcp sockets to the mptcp layer. syzbot managed to trigger a crash for mptcp connections that...

5.5CVSS0.00205EPSS
SaveExploits0References2
OSV
OSV
added 2024/06/19 3:15 p.m.13 views

CVE-2021-47593

In the Linux kernel, the following vulnerability has been resolved: mptcp: clear 'kern' flag from fallback sockets The mptcp ULP extension relies on sk-sksockkern being set correctly: It prevents setsockoptfd, IPPROTOTCP, TCPULP, "mptcp", 6; from working for plain tcp sockets any userspace-expose...

5.5CVSS8.9AI score
SaveExploits0References3
OSV
OSV
added 2024/06/19 3:15 p.m.18 views

CVE-2021-47591

In the Linux kernel, the following vulnerability has been resolved: mptcp: remove tcp ulp setsockopt support TCPULP setsockopt cannot be used for mptcp because its already used internally to plumb subflow tcp sockets to the mptcp layer. syzbot managed to trigger a crash for mptcp connections that...

5.5CVSS8.9AI score
SaveExploits0References2
OSV
OSV
added 2024/06/19 3:15 p.m.21 views

CVE-2021-47590

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix deadlock in mptcppushpending mptcppushpending may call mptcpflushjoinlist with subflow socket lock held. If such call hits mptcpsockoptsyncall then subsequently mptcpsockoptsync could try to lock the subflow socket for...

5.5CVSS6.8AI score
SaveExploits0References2
Rows per page
Query Builder