Lucene search
+L

943 matches found

OSV
OSV
added 2024/05/21 3:15 p.m.14 views

CVE-2021-47244

In the Linux kernel, the following vulnerability has been resolved: mptcp: Fix out of bounds when parsing TCP options The TCP option parser in mptcp mptcpgetoptions could read one byte out of bounds. When the length is 1, the execution flow gets into the loop, reads one byte of the opcode, and if...

6.2CVSS5.8AI score
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/05/21 3:15 p.m.31 views

CVE-2021-47244

In the Linux kernel, the following vulnerability has been resolved: mptcp: Fix out of bounds when parsing TCP options The TCP option parser in mptcp mptcpgetoptions could read one byte out of bounds. When the length is 1, the execution flow gets into the loop, reads one byte of the opcode, and if...

8.2CVSS6.2AI score0.00713EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/21 3:15 p.m.37 views

UBUNTU-CVE-2021-47242

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix soft lookup in subflowerrorreport Maxim reported a soft lookup in subflowerrorreport: watchdog: BUG: soft lockup - CPU0 stuck for 22s! swapper/0:0 RIP: 0010:nativequeuedspinlockslowpath RSP: 0018:ffffa859c0003bc0 EFLAG...

7.8CVSS5.7AI score0.00334EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/21 3:15 p.m.13 views

UBUNTU-CVE-2021-47370

In the Linux kernel, the following vulnerability has been resolved: mptcp: ensure tx skbs always have the MPTCP ext Due to signed/unsigned comparison, the expression: info-sizegoal - skb-len 0 evaluates to true when the size goal is smaller than the skb size. That results in lack of tx cache...

5.5CVSS5.8AI score0.00208EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/05/21 3:15 p.m.26 views

CVE-2021-47242

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix soft lookup in subflowerrorreport Maxim reported a soft lookup in subflowerrorreport: watchdog: BUG: soft lockup - CPU0 stuck for 22s! swapper/0:0 RIP: 0010:nativequeuedspinlockslowpath RSP: 0018:ffffa859c0003bc0 EFLAG...

7.8CVSS5.7AI score0.00334EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/05/21 3:15 p.m.41 views

CVE-2021-47370

In the Linux kernel, the following vulnerability has been resolved: mptcp: ensure tx skbs always have the MPTCP ext Due to signed/unsigned comparison, the expression: info-sizegoal - skb-len 0 evaluates to true when the size goal is smaller than the skb size. That results in lack of tx cache...

5.5CVSS6AI score0.00208EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/21 3:03 p.m.95 views

CVE-2021-47370

CVE-2021-47370 affects the Linux kernel and concerns the MPTCP path: a signed/unsigned comparison in the code path that refills the TX cache can misbehave when size_goal is smaller than skb->len, causing the core TCP path to allocate an skb without the MPTCP extension. The fix rewrites the exp...

5.5CVSS6.9AI score0.00208EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2024/05/21 3:03 p.m.48 views

CVE-2021-47370 mptcp: ensure tx skbs always have the MPTCP ext

In the Linux kernel, the following vulnerability has been resolved: mptcp: ensure tx skbs always have the MPTCP ext Due to signed/unsigned comparison, the expression: info-sizegoal - skb-len 0 evaluates to true when the size goal is smaller than the skb size. That results in lack of tx cache...

6.6AI score0.00208EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/05/21 3:03 p.m.80 views

CVE-2021-47370

In the Linux kernel, the following vulnerability has been resolved: mptcp: ensure tx skbs always have the MPTCP ext Due to signed/unsigned comparison, the expression: info-sizegoal - skb-len 0 evaluates to true when the size goal is smaller than the skb size. That results in lack of tx cache...

5.5CVSS7.1AI score0.00208EPSS
SaveExploits0
CVE
CVE
added 2024/05/21 2:19 p.m.87 views

CVE-2021-47244

The CVE-2021-47244 entry concerns the Linux kernel mptcp option parsing (mptcp_get_options). The vulnerability is a potential out-of-bounds read when parsing TCP options: if an option’s length is 1, the parser loops and reads the opcode byte; if the opcode is not TCPOPT_EOL or TCPOPT_NOP, it read...

8.2CVSS6.2AI score0.00713EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2024/05/21 2:19 p.m.42 views

CVE-2021-47244 mptcp: Fix out of bounds when parsing TCP options

In the Linux kernel, the following vulnerability has been resolved: mptcp: Fix out of bounds when parsing TCP options The TCP option parser in mptcp mptcpgetoptions could read one byte out of bounds. When the length is 1, the execution flow gets into the loop, reads one byte of the opcode, and if...

8.2CVSS6.5AI score0.00713EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/05/21 2:19 p.m.52 views

CVE-2021-47244

In the Linux kernel, the following vulnerability has been resolved: mptcp: Fix out of bounds when parsing TCP options The TCP option parser in mptcp mptcpgetoptions could read one byte out of bounds. When the length is 1, the execution flow gets into the loop, reads one byte of the opcode, and if...

8.2CVSS5.7AI score0.00713EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/21 2:19 p.m.20 views

CVE-2021-47244 mptcp: Fix out of bounds when parsing TCP options

In the Linux kernel, the following vulnerability has been resolved: mptcp: Fix out of bounds when parsing TCP options The TCP option parser in mptcp mptcpgetoptions could read one byte out of bounds. When the length is 1, the execution flow gets into the loop, reads one byte of the opcode, and if...

8.2CVSS7AI score0.00713EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/05/21 2:19 p.m.43 views

CVE-2021-47242 mptcp: fix soft lookup in subflow_error_report()

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix soft lookup in subflowerrorreport Maxim reported a soft lookup in subflowerrorreport: watchdog: BUG: soft lockup - CPU0 stuck for 22s! swapper/0:0 RIP: 0010:nativequeuedspinlockslowpath RSP: 0018:ffffa859c0003bc0 EFLAG...

7.5CVSS6.4AI score0.00334EPSS
SaveExploits0References2
CVE
CVE
added 2024/05/21 2:19 p.m.97 views

CVE-2021-47242

CVE-2021-47242 affects the Linux kernel and is tied to a fix for an issue in MPTCP subflow error reporting. The root cause was a soft lookup caused when subflow_error_report() attempted to acquire mptcp_data_lock across call paths that could already hold other locks, triggering a soft lockup unde...

7.8CVSS7.4AI score0.00334EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2024/05/21 2:19 p.m.64 views

CVE-2021-47242

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix soft lookup in subflowerrorreport Maxim reported a soft lookup in subflowerrorreport: watchdog: BUG: soft lockup - CPU0 stuck for 22s! swapper/0:0 RIP: 0010:nativequeuedspinlockslowpath RSP: 0018:ffffa859c0003bc0 EFLAG...

7.8CVSS5.3AI score0.00334EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/05/20 12:15 p.m.24 views

CVE-2024-35894

In the Linux kernel, the following vulnerability has been resolved: mptcp: prevent BPF accessing lowat from a subflow socket. Alexei reported the following splat: WARNING: CPU: 32 PID: 3276 at net/mptcp/subflow.c:1430 subflowdataready+0x147/0x1c0 Modules linked in: dummy bpftestmodO last unloaded...

5.5CVSS6.5AI score0.00222EPSS
SaveExploits0References4
NVD
NVD
added 2024/05/19 9:15 a.m.17 views

CVE-2024-35910

In the Linux kernel, the following vulnerability has been resolved: tcp: properly terminate timers for kernel sockets We had various syzbot reports about tcp timers firing after the corresponding netns has been dismantled. Fortunately Josef Bacik could trigger the issue more often, and could test...

7.8CVSS6.3AI score0.00261EPSS
SaveExploits0References12
NVD
NVD
added 2024/05/19 9:15 a.m.18 views

CVE-2024-35894

In the Linux kernel, the following vulnerability has been resolved: mptcp: prevent BPF accessing lowat from a subflow socket. Alexei reported the following splat: WARNING: CPU: 32 PID: 3276 at net/mptcp/subflow.c:1430 subflowdataready+0x147/0x1c0 Modules linked in: dummy bpftestmodO last unloaded...

7.8CVSS6.5AI score0.00222EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/19 9:15 a.m.8 views

UBUNTU-CVE-2024-35894

In the Linux kernel, the following vulnerability has been resolved: mptcp: prevent BPF accessing lowat from a subflow socket. Alexei reported the following splat: WARNING: CPU: 32 PID: 3276 at net/mptcp/subflow.c:1430 subflowdataready+0x147/0x1c0 Modules linked in: dummy bpftestmodO last unloaded...

7.8CVSS6.4AI score0.00222EPSS
SaveExploits0References9
Rows per page
Query Builder