Lucene search
+L

14753 matches found

OSV
OSV
added 2025/02/26 2:24 a.m.15 views

CVE-2022-49669 mptcp: fix race on unaccepted mptcp sockets

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix race on unaccepted mptcp sockets When the listener socket owning the relevant request is closed, it frees the unaccepted subflows and that causes later deletion of the paired MPTCP sockets. The mptcp socket's worker ca...

7.8CVSS5.1AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2025/02/26 2:23 a.m.1 views

CVE-2022-49620 net: tipc: fix possible refcount leak in tipc_sk_create()

In the Linux kernel, the following vulnerability has been resolved: net: tipc: fix possible refcount leak in tipcskcreate Free sk in case tipcskinsert fails...

6.5AI score0.0026EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/02/26 2:23 a.m.14 views

CVE-2022-49620

In the Linux kernel, the following vulnerability has been resolved: net: tipc: fix possible refcount leak in tipcskcreate Free sk in case tipcskinsert fails...

5.5CVSS5.3AI score0.0026EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2025/02/26 2:13 a.m.10 views

CVE-2022-49474 Bluetooth: fix dangling sco_conn and use-after-free in sco_sock_timeout

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: fix dangling scoconn and use-after-free in scosocktimeout Connecting the same socket twice consecutively in scosockconnect could lead to a race condition where two scoconn objects are created but only one is associated...

7.4AI score0.00276EPSS
SaveExploits0References9
CVE
CVE
added 2025/02/26 2:13 a.m.108 views

CVE-2022-49474

CVE-2022-49474 (Linux kernel) affects the Bluetooth SCO path. The issue arises when connecting the same SCO socket twice (sco_sock_connect), which can create two sco_conn objects but only one is bound to the socket. If the socket closes before the SCO connection is established, the timer for the ...

7.8CVSS5.4AI score0.00276EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2025/02/26 2:13 a.m.12 views

CVE-2022-49474 Bluetooth: fix dangling sco_conn and use-after-free in sco_sock_timeout

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: fix dangling scoconn and use-after-free in scosocktimeout Connecting the same socket twice consecutively in scosockconnect could lead to a race condition where two scoconn objects are created but only one is associated...

7.8CVSS5.2AI score
SaveExploits0References12
Debian CVE
Debian CVE
added 2025/02/26 2:13 a.m.14 views

CVE-2022-49450

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix listen setting the bar too high for the prealloc rings AFRXRPC's listen handler lets you set the backlog up to 32 if you bump up the sysctl, but whilst the preallocation circular buffers have 32 slots in them, one of...

5.5CVSS5.2AI score0.00291EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/02/26 2:11 a.m.27 views

CVE-2022-49372

In the Linux kernel, the following vulnerability has been resolved: tcp: tcprtxsynack can be called from process context Laurent reported the enclosed report 1 This bug triggers with following coditions: 0 Kernel built with CONFIGDEBUGPREEMPT=y 1 A new passive FastOpen TCP socket is created. This...

5.5CVSS5.3AI score0.00291EPSS
SaveExploits0
CVE
CVE
added 2025/02/26 2:11 a.m.168 views

CVE-2022-49372

CVE-2022-49372 affects the Linux kernel where tcp_rtx_synack() can be invoked from process context during a Fast Open TCP backlog/backlog processing sequence when CONFIG_DEBUG_PREEMPT is enabled. The issue arises as a SYN retransmit is processed in process context, cooking a SYN-ACK in that conte...

5.5CVSS5.3AI score0.00291EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2025/02/26 2:11 a.m.18 views

CVE-2022-49372 tcp: tcp_rtx_synack() can be called from process context

In the Linux kernel, the following vulnerability has been resolved: tcp: tcprtxsynack can be called from process context Laurent reported the enclosed report 1 This bug triggers with following coditions: 0 Kernel built with CONFIGDEBUGPREEMPT=y 1 A new passive FastOpen TCP socket is created. This...

5.9AI score
SaveExploits0References12
Vulnrichment
Vulnrichment
added 2025/02/26 2:11 a.m.1 views

CVE-2022-49369 amt: fix possible memory leak in amt_rcv()

In the Linux kernel, the following vulnerability has been resolved: amt: fix possible memory leak in amtrcv If an amt receives packets and it finds socket. If it can't find a socket, it should free a received skb. But it doesn't. So, a memory leak would possibly occur...

6.2AI score0.00253EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/02/26 2:11 a.m.38 views

CVE-2022-49369 amt: fix possible memory leak in amt_rcv()

In the Linux kernel, the following vulnerability has been resolved: amt: fix possible memory leak in amtrcv If an amt receives packets and it finds socket. If it can't find a socket, it should free a received skb. But it doesn't. So, a memory leak would possibly occur...

0.00253EPSS
SaveExploits0References3
OSV
OSV
added 2025/02/26 2:11 a.m.20 views

CVE-2022-49369 amt: fix possible memory leak in amt_rcv()

In the Linux kernel, the following vulnerability has been resolved: amt: fix possible memory leak in amtrcv If an amt receives packets and it finds socket. If it can't find a socket, it should free a received skb. But it doesn't. So, a memory leak would possibly occur...

5.5CVSS5AI score
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2025/02/26 1:55 a.m.2 views

CVE-2022-49230 mt76: mt7915: fix possible memory leak in mt7915_mcu_add_sta

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7915: fix possible memory leak in mt7915mcuaddsta Free allocated skb in mt7915mcuaddsta routine in case of failures...

6.5AI score0.00253EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2025/02/26 1:55 a.m.8 views

CVE-2022-49215 xsk: Fix race at socket teardown

In the Linux kernel, the following vulnerability has been resolved: xsk: Fix race at socket teardown Fix a race in the xsk socket teardown code that can lead to a NULL pointer dereference splat. The current xsk unbind code in xskunbinddev starts by setting xs-state to XSKUNBOUND, sets xs-dev to...

7.8CVSS6.2AI score0.00201EPSS
SaveExploits0References4
OSV
OSV
added 2025/02/26 1:55 a.m.12 views

CVE-2022-49215 xsk: Fix race at socket teardown

In the Linux kernel, the following vulnerability has been resolved: xsk: Fix race at socket teardown Fix a race in the xsk socket teardown code that can lead to a NULL pointer dereference splat. The current xsk unbind code in xskunbinddev starts by setting xs-state to XSKUNBOUND, sets xs-dev to...

7.8CVSS5.1AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/02/26 1:55 a.m.24 views

CVE-2022-49215 xsk: Fix race at socket teardown

In the Linux kernel, the following vulnerability has been resolved: xsk: Fix race at socket teardown Fix a race in the xsk socket teardown code that can lead to a NULL pointer dereference splat. The current xsk unbind code in xskunbinddev starts by setting xs-state to XSKUNBOUND, sets xs-dev to...

7.8CVSS0.00201EPSS
SaveExploits0References4
CVE
CVE
added 2025/02/26 1:55 a.m.151 views

CVE-2022-49215

CVE-2022-49215 : In the Linux kernel, a race in xsk socket teardown can cause a NULL pointer dereference. The bug happens because xs->dev is NULL’ed before all users finish using the socket, and synchronize_net() does not wait for in-flight data-plane operations (xsk_poll, xsk_sendmsg, xsk_rec...

7.8CVSS5.3AI score0.00201EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.49 views

CVE-2022-49215

In the Linux kernel, the following vulnerability has been resolved: xsk: Fix race at socket teardown Fix a race in the xsk socket teardown code that can lead to a NULL pointer dereference splat. The current xsk unbind code in xskunbinddev starts by setting xs-state to XSKUNBOUND, sets xs-dev to...

7.8CVSS5.4AI score0.00201EPSS
SaveExploits0
OSV
OSV
added 2025/02/26 1:55 a.m.14 views

CVE-2022-49207 bpf, sockmap: Fix memleak in sk_psock_queue_msg

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix memleak in skpsockqueuemsg If tcpbpfsendmsg is running during a tear down operation we may enqueue data on the ingress msg queue while tear down is trying to free it. sk1 redirect sk2 sk2 -------------------...

5.5CVSS5.1AI score
SaveExploits0References7
Rows per page
Query Builder