Lucene search
+L

943 matches found

OSV
OSV
added 2024/05/17 11:40 a.m.12 views

CVE-2024-27404 mptcp: fix data races on remote_id

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix data races on remoteid Similar to the previous patch, address the data race on remoteid, adding the suitable ONCE annotations...

8.2CVSS6.1AI score
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2024/04/17 5:29 p.m.35 views

CVE-2024-26826

A flaw was found in the Linux kernel. A logical error in the Multipath TCP packet manager causes some packets intended for retransmission to be lost, resulting in a potential denial of service...

5.5CVSS7.8AI score0.00646EPSS
SaveExploits0References4
NVD
NVD
added 2024/04/17 10:15 a.m.23 views

CVE-2024-26826

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix data re-injection from stale subflow When the MPTCP PM detects that a subflow is stale, all the packet scheduler must re-inject all the mptcp-level unacked data. To avoid acquiring unneeded locks, it first try to check...

7.5CVSS7.4AI score0.00646EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/04/17 10:15 a.m.38 views

CVE-2024-26826

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix data re-injection from stale subflow When the MPTCP PM detects that a subflow is stale, all the packet scheduler must re-inject all the mptcp-level unacked data. To avoid acquiring unneeded locks, it first try to check...

7.5CVSS6AI score0.00646EPSS
SaveExploits0References17
Cvelist
Cvelist
added 2024/04/17 9:43 a.m.35 views

CVE-2024-26826 mptcp: fix data re-injection from stale subflow

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix data re-injection from stale subflow When the MPTCP PM detects that a subflow is stale, all the packet scheduler must re-inject all the mptcp-level unacked data. To avoid acquiring unneeded locks, it first try to check...

7.5CVSS7.5AI score0.00646EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/04/17 9:43 a.m.18 views

CVE-2024-26826 mptcp: fix data re-injection from stale subflow

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix data re-injection from stale subflow When the MPTCP PM detects that a subflow is stale, all the packet scheduler must re-inject all the mptcp-level unacked data. To avoid acquiring unneeded locks, it first try to check...

7.5CVSS6.8AI score0.00646EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/04/17 9:43 a.m.28 views

CVE-2024-26826

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix data re-injection from stale subflow When the MPTCP PM detects that a subflow is stale, all the packet scheduler must re-inject all the mptcp-level unacked data. To avoid acquiring unneeded locks, it first try to check...

7.5CVSS7.2AI score0.00646EPSS
SaveExploits0
CVE
CVE
added 2024/04/17 9:43 a.m.205 views

CVE-2024-26826

CVE-2024-26826 (Linux kernel, MPTCP) : The issue occurs when a subflow becomes stale in MPTCP; the data re-injection step incorrectly uses a TCP-specific helper on an MPTCP socket, making the RTX queue check for any unacked data unreliable and potentially causing improper re-injection of mptcp-le...

7.5CVSS6.3AI score0.00646EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2024/04/17 9:43 a.m.25 views

CVE-2024-26826 mptcp: fix data re-injection from stale subflow

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix data re-injection from stale subflow When the MPTCP PM detects that a subflow is stale, all the packet scheduler must re-inject all the mptcp-level unacked data. To avoid acquiring unneeded locks, it first try to check...

7.5CVSS6.2AI score
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2024/04/04 5:24 p.m.35 views

CVE-2024-26782

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix double-free on socket dismantle when MPTCP server accepts an incoming connection, it clones its listener socket. However, the pointer to 'inetopt' for the new socket has the same value as the original one: as a...

4.7CVSS6.7AI score0.00714EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/04/04 5:24 p.m.24 views

CVE-2024-26781

A flaw was found in the Linux kernel’s MPTCP Multipath TCP subsystem that could lead to a deadlock in the subflow diagnostic code. This issue could potentially cause the system to become unresponsive under certain conditions. Mitigation Mitigation for this issue is either not available or the...

5.5CVSS8.1AI score0.00173EPSS
SaveExploits0References4
NVD
NVD
added 2024/04/04 9:15 a.m.37 views

CVE-2024-26782

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix double-free on socket dismantle when MPTCP server accepts an incoming connection, it clones its listener socket. However, the pointer to 'inetopt' for the new socket has the same value as the original one: as a...

9.8CVSS7.3AI score0.00714EPSS
SaveExploits0References7
NVD
NVD
added 2024/04/04 9:15 a.m.19 views

CVE-2024-26781

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix possible deadlock in subflow diag Syzbot and Eric reported a lockdep splat in the subflow diag: WARNING: possible circular locking dependency detected 6.8.0-rc4-syzkaller-00212-g40b9385dd8e6 0 Not tainted...

5.5CVSS7.5AI score0.00173EPSS
SaveExploits0References7
CVE
CVE
added 2024/04/04 8:20 a.m.229 views

CVE-2024-26782

In CVE-2024-26782, the Linux kernel mptcp code is affected: when a server accepts a connection, it clones the listener socket and the new socket’s inet_opt pointer ends up pointing to the same object as the original. This leads to a double-free on socket destruction (inet_sock_destruct) at exit, ...

9.8CVSS6.1AI score0.00714EPSS
SaveExploits0References7Affected Software1
Debian CVE
Debian CVE
added 2024/04/04 8:20 a.m.33 views

CVE-2024-26782

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix double-free on socket dismantle when MPTCP server accepts an incoming connection, it clones its listener socket. However, the pointer to 'inetopt' for the new socket has the same value as the original one: as a...

9.8CVSS7.2AI score0.00714EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/04/04 8:20 a.m.35 views

CVE-2024-26782 mptcp: fix double-free on socket dismantle

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix double-free on socket dismantle when MPTCP server accepts an incoming connection, it clones its listener socket. However, the pointer to 'inetopt' for the new socket has the same value as the original one: as a...

9.8CVSS6.5AI score0.00714EPSS
SaveExploits0References6
OSV
OSV
added 2024/04/04 8:20 a.m.13 views

CVE-2024-26782 mptcp: fix double-free on socket dismantle

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix double-free on socket dismantle when MPTCP server accepts an incoming connection, it clones its listener socket. However, the pointer to 'inetopt' for the new socket has the same value as the original one: as a...

9.8CVSS5.8AI score
SaveExploits0References10
OSV
OSV
added 2024/04/04 8:20 a.m.8 views

CVE-2024-26781 mptcp: fix possible deadlock in subflow diag

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix possible deadlock in subflow diag Syzbot and Eric reported a lockdep splat in the subflow diag: WARNING: possible circular locking dependency detected 6.8.0-rc4-syzkaller-00212-g40b9385dd8e6 0 Not tainted...

6AI score
SaveExploits0References10
Vulnrichment
Vulnrichment
added 2024/04/04 8:20 a.m.18 views

CVE-2024-26781 mptcp: fix possible deadlock in subflow diag

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix possible deadlock in subflow diag Syzbot and Eric reported a lockdep splat in the subflow diag: WARNING: possible circular locking dependency detected 6.8.0-rc4-syzkaller-00212-g40b9385dd8e6 0 Not tainted...

6.7AI score0.00173EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/04/04 8:20 a.m.30 views

CVE-2024-26781 mptcp: fix possible deadlock in subflow diag

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix possible deadlock in subflow diag Syzbot and Eric reported a lockdep splat in the subflow diag: WARNING: possible circular locking dependency detected 6.8.0-rc4-syzkaller-00212-g40b9385dd8e6 0 Not tainted...

7.7AI score0.00173EPSS
SaveExploits0References6
Rows per page
Query Builder