Lucene search
+L

23239 matches found

RedhatCVE
RedhatCVE
added 2024/07/16 7:27 p.m.35 views

CVE-2024-41007

A vulnerability was found in the tcpretransmittimer function in the Linux kernel's TCP implementation. This issue occurs when a TCP socket uses TCPUSERTIMEOUT and the peer's window retracts to zero, leading to excessive retransmission of packets every two milliseconds for up to four minutes after...

5.5CVSS6AI score0.00773EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 6:55 p.m.26 views

CVE-2024-40985

In the Linux kernel, the following vulnerability has been resolved: net/tcpao: Don't leak aoinfo on error-path It seems I introduced it together with TCPAOCMDFAOREQUIRED, on version 5 1 of TCP-AO patches. Quite frustrative that having all these selftests that I've written, running kmemtest & kcov...

3.3CVSS6.9AI score0.00235EPSS
SaveExploits0References4
OSV
OSV
added 2024/07/16 12:15 p.m.7 views

DEBIAN-CVE-2022-48819

In the Linux kernel, the following vulnerability has been resolved: tcp: take care of mixed splice/sendmsgMSGZEROCOPY case syzbot found that mixing sendpage and sendmsgMSGZEROCOPY calls over the same TCP socket would again trigger the infamous warning in inetsockdestruct WARNONskforwardallocgetsk...

5.5CVSS5.4AI score0.00231EPSS
SaveExploits0References1
NVD
NVD
added 2024/07/16 12:15 p.m.37 views

CVE-2022-48819

In the Linux kernel, the following vulnerability has been resolved: tcp: take care of mixed splice/sendmsgMSGZEROCOPY case syzbot found that mixing sendpage and sendmsgMSGZEROCOPY calls over the same TCP socket would again trigger the infamous warning in inetsockdestruct WARNONskforwardallocgetsk...

5.5CVSS0.00231EPSS
SaveExploits0References2
OSV
OSV
added 2024/07/16 12:15 p.m.10 views

DEBIAN-CVE-2022-48789

In the Linux kernel, the following vulnerability has been resolved: nvme-tcp: fix possible use-after-free in transport errorrecovery work While nvmetcpsubmitasynceventwork is checking the ctrl and queue state before preparing the AER command and scheduling iowork, in order to fully prevent a race...

7.8CVSS6.1AI score0.00665EPSS
SaveExploits0References1
NVD
NVD
added 2024/07/16 12:15 p.m.25 views

CVE-2022-48789

In the Linux kernel, the following vulnerability has been resolved: nvme-tcp: fix possible use-after-free in transport errorrecovery work While nvmetcpsubmitasynceventwork is checking the ctrl and queue state before preparing the AER command and scheduling iowork, in order to fully prevent a race...

9.8CVSS0.00665EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/07/16 12:15 p.m.19 views

CVE-2022-48789

In the Linux kernel, the following vulnerability has been resolved: nvme-tcp: fix possible use-after-free in transport errorrecovery work While nvmetcpsubmitasynceventwork is checking the ctrl and queue state before preparing the AER command and scheduling iowork, in order to fully prevent a race...

9.8CVSS6.4AI score0.00665EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2024/07/16 12:15 p.m.40 views

CVE-2022-48819

In the Linux kernel, the following vulnerability has been resolved: tcp: take care of mixed splice/sendmsgMSGZEROCOPY case syzbot found that mixing sendpage and sendmsgMSGZEROCOPY calls over the same TCP socket would again trigger the infamous warning in inetsockdestruct WARNONskforwardallocgetsk...

5.5CVSS5.8AI score0.00231EPSS
SaveExploits0References4
OSV
OSV
added 2024/07/16 12:15 p.m.15 views

UBUNTU-CVE-2022-48789

In the Linux kernel, the following vulnerability has been resolved: nvme-tcp: fix possible use-after-free in transport errorrecovery work While nvmetcpsubmitasynceventwork is checking the ctrl and queue state before preparing the AER command and scheduling iowork, in order to fully prevent a race...

9.8CVSS6.2AI score0.00665EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/07/16 11:44 a.m.45 views

CVE-2022-48819 tcp: take care of mixed splice()/sendmsg(MSG_ZEROCOPY) case

In the Linux kernel, the following vulnerability has been resolved: tcp: take care of mixed splice/sendmsgMSGZEROCOPY case syzbot found that mixing sendpage and sendmsgMSGZEROCOPY calls over the same TCP socket would again trigger the infamous warning in inetsockdestruct WARNONskforwardallocgetsk...

0.00231EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/07/16 11:44 a.m.86 views

CVE-2022-48819

In the Linux kernel, the following vulnerability has been resolved: tcp: take care of mixed splice/sendmsgMSGZEROCOPY case syzbot found that mixing sendpage and sendmsgMSGZEROCOPY calls over the same TCP socket would again trigger the infamous warning in inetsockdestruct WARNONskforwardallocgetsk...

5.5CVSS5.4AI score0.00231EPSS
SaveExploits0
CVE
CVE
added 2024/07/16 11:44 a.m.71 views

CVE-2022-48819

Summary: CVE-2022-48819 affects the Linux kernel TCP path. When mixing sendpage() data and MSG_ZEROCOPY via the same socket, a warning in inet_sock_destruct() (sk_forward_alloc_get(sk)) could be triggered, due to the sendpage() path being forgotten in zerocopy handling and the need to keep zeroco...

5.5CVSS6.5AI score0.00231EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2024/07/16 11:43 a.m.50 views

CVE-2022-48790 nvme: fix a possible use-after-free in controller reset during load

In the Linux kernel, the following vulnerability has been resolved: nvme: fix a possible use-after-free in controller reset during load Unlike .queuerq, in .submitasyncevent drivers may not check the ctrl readiness for AER submission. This may lead to a use-after-free condition that was observed...

9.8CVSS0.00791EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/07/16 11:43 a.m.29 views

CVE-2022-48789 nvme-tcp: fix possible use-after-free in transport error_recovery work

In the Linux kernel, the following vulnerability has been resolved: nvme-tcp: fix possible use-after-free in transport errorrecovery work While nvmetcpsubmitasynceventwork is checking the ctrl and queue state before preparing the AER command and scheduling iowork, in order to fully prevent a race...

9.8CVSS6.8AI score0.00665EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/07/16 11:43 a.m.52 views

CVE-2022-48789

In the Linux kernel, the following vulnerability has been resolved: nvme-tcp: fix possible use-after-free in transport errorrecovery work While nvmetcpsubmitasynceventwork is checking the ctrl and queue state before preparing the AER command and scheduling iowork, in order to fully prevent a race...

9.8CVSS6.1AI score0.00665EPSS
SaveExploits0
OSV
OSV
added 2024/07/16 11:43 a.m.16 views

CVE-2022-48789 nvme-tcp: fix possible use-after-free in transport error_recovery work

In the Linux kernel, the following vulnerability has been resolved: nvme-tcp: fix possible use-after-free in transport errorrecovery work While nvmetcpsubmitasynceventwork is checking the ctrl and queue state before preparing the AER command and scheduling iowork, in order to fully prevent a race...

9.8CVSS5.9AI score
SaveExploits0References8
CVE
CVE
added 2024/07/16 11:43 a.m.129 views

CVE-2022-48789

In CVE-2022-48789, the Linux kernel nvme-tcp transport error_recovery work contained a use-after-free risk caused by a race between submit_async_event and the error_recovery handler when destroying the admin queue. The fix requires flushing async_event_work before continuing to destroy the admin ...

9.8CVSS8.2AI score0.00665EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2024/07/16 11:43 a.m.45 views

CVE-2022-48789 nvme-tcp: fix possible use-after-free in transport error_recovery work

In the Linux kernel, the following vulnerability has been resolved: nvme-tcp: fix possible use-after-free in transport errorrecovery work While nvmetcpsubmitasynceventwork is checking the ctrl and queue state before preparing the AER command and scheduling iowork, in order to fully prevent a race...

9.8CVSS0.00665EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/07/16 2:45 a.m.5 views

SUSE CVE-2023-52885

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix UAF in svctcplistendataready After the listener svcsock is freed, and before invoking svctcpaccept for the established child sock, there is a window that the newsock retaining a freed listener svcsock in skuserdata...

8.1CVSS6.5AI score0.00553EPSS
SaveExploits0References25
SUSE CVE
SUSE CVE
added 2024/07/16 2:34 a.m.6 views

SUSE 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.3CVSS6.5AI score0.00255EPSS
SaveExploits0References15
Rows per page
Query Builder