Lucene search
+L

67 matches found

CNNVD
CNNVD
added 2024/10/21 12:0 a.m.3 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the failure to reset skstate to CLOSED in the sctp subsystem upon an auto-bind failure, which could result i...

5.5CVSS6.6AI score0.00277EPSS
SaveExploits0References9
RedHat Linux
RedHat Linux
added 2024/09/24 12:49 a.m.8 views

kernel: vsock: remove vsock from connected table when connect is interrupted by a signal

A vulnerability was found in the Linux kernel's vsock subsystem's vsockstreamconnect function where improper handling of the socket state can lead to the connected table's list being corrupted. This occurs when a signal interrupt occurs and resets the socket's state without removing it from the...

7.8CVSS7.2AI score0.00249EPSS
SaveExploits0References5
Oracle linux
Oracle linux
added 2024/09/12 12:0 a.m.386 views

Unbreakable Enterprise kernel security update

5.15.0-210.163.7 - crypto: qat - specify firmware files for 402xx Giovanni Cabiddu Orabug: 37030280 5.15.0-210.163.6 - Revert 'Fix userfaultfdapi to return EINVAL as expected' Vijayendra Suman Orabug: 37004422 5.15.0-210.163.5 - Revert 'bpf: Allow reads from uninit stack' Vijayendra Suman Orabug:...

7.8CVSS10AI score0.01EPSS
SaveExploits1
RedhatCVE
RedhatCVE
added 2024/06/21 7:52 p.m.24 views

CVE-2024-36484

In the Linux kernel, the following vulnerability has been resolved: net: relax socket state check at accept time. Christoph reported the following splat: WARNING: CPU: 1 PID: 772 at net/ipv4/afinet.c:761 inetaccept+0x1f4/0x4a0 Modules linked in: CPU: 1 PID: 772 Comm: syz-executor510 Not tainted...

5.5CVSS6.7AI score0.00301EPSS
SaveExploits0References4
NVD
NVD
added 2024/06/21 11:15 a.m.23 views

CVE-2024-36484

In the Linux kernel, the following vulnerability has been resolved: net: relax socket state check at accept time. Christoph reported the following splat: WARNING: CPU: 1 PID: 772 at net/ipv4/afinet.c:761 inetaccept+0x1f4/0x4a0 Modules linked in: CPU: 1 PID: 772 Comm: syz-executor510 Not tainted...

5.5CVSS0.00301EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
added 2024/06/21 11:15 a.m.26 views

CVE-2024-36484

In the Linux kernel, the following vulnerability has been resolved: net: relax socket state check at accept time. Christoph reported the following splat: WARNING: CPU: 1 PID: 772 at net/ipv4/afinet.c:761 inetaccept+0x1f4/0x4a0 Modules linked in: CPU: 1 PID: 772 Comm: syz-executor510 Not tainted...

5.5CVSS6AI score0.00301EPSS
SaveExploits0References24
Vulnrichment
Vulnrichment
added 2024/06/21 10:18 a.m.31 views

CVE-2024-36484 net: relax socket state check at accept time.

In the Linux kernel, the following vulnerability has been resolved: net: relax socket state check at accept time. Christoph reported the following splat: WARNING: CPU: 1 PID: 772 at net/ipv4/afinet.c:761 inetaccept+0x1f4/0x4a0 Modules linked in: CPU: 1 PID: 772 Comm: syz-executor510 Not tainted...

6.6AI score0.00301EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/06/21 10:18 a.m.32 views

CVE-2024-36484 net: relax socket state check at accept time.

In the Linux kernel, the following vulnerability has been resolved: net: relax socket state check at accept time. Christoph reported the following splat: WARNING: CPU: 1 PID: 772 at net/ipv4/afinet.c:761 inetaccept+0x1f4/0x4a0 Modules linked in: CPU: 1 PID: 772 Comm: syz-executor510 Not tainted...

0.00301EPSS
SaveExploits0References8
OSV
OSV
added 2024/06/21 10:18 a.m.29 views

CVE-2024-36484 net: relax socket state check at accept time.

In the Linux kernel, the following vulnerability has been resolved: net: relax socket state check at accept time. Christoph reported the following splat: WARNING: CPU: 1 PID: 772 at net/ipv4/afinet.c:761 inetaccept+0x1f4/0x4a0 Modules linked in: CPU: 1 PID: 772 Comm: syz-executor510 Not tainted...

6AI score
SaveExploits0References15
CVE
CVE
added 2024/06/21 10:18 a.m.148 views

CVE-2024-36484

CVE-2024-36484 is a Linux kernel vulnerability where the socket acceptance check was relaxed at accept time (net/ipv4/af_inet.c). The issue can arise when a process shuts down a listener before it enters accept, causing the child to reach accept() in FIN_WAIT1 status after the commit “tcp: defer ...

5.5CVSS6.3AI score0.00301EPSS
SaveExploits0References12Affected Software1
SUSE CVE
SUSE CVE
added 2024/06/01 2:23 a.m.11 views

SUSE CVE-2024-36905

In the Linux kernel, the following vulnerability has been resolved: tcp: defer shutdownSENDSHUTDOWN for TCPSYNRECV sockets TCPSYNRECV state is really special, it is only used by cross-syn connections, mostly used by fuzzers. In the following crash 1, syzbot managed to trigger a divide by zero in...

5.9CVSS6.4AI score0.00332EPSS
SaveExploits0References18
NVD
NVD
added 2024/05/30 4:15 p.m.28 views

CVE-2024-36905

In the Linux kernel, the following vulnerability has been resolved: tcp: defer shutdownSENDSHUTDOWN for TCPSYNRECV sockets TCPSYNRECV state is really special, it is only used by cross-syn connections, mostly used by fuzzers. In the following crash 1, syzbot managed to trigger a divide by zero in...

5.5CVSS7.4AI score0.00332EPSS
SaveExploits0References24
RedHat Linux
RedHat Linux
added 2023/11/07 9:3 a.m.3 views

kernel: mptcp: stricter state check in mptcp_worker

A vulnerability was identified in the Linux kernel’s implementation of the Multipath TCP protocol handler. Under certain sequences of socket operations e.g., connecting, resetting/fast-closing, and re-listening, the MPTCP worker could be invoked while the associated master socket is in an...

5.8AI score0.00174EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2023/02/15 4:35 a.m.6 views

SUSE CVE-2017-1000111

Linux kernel: heap out-of-bounds in AFPACKET sockets. This new issue is analogous to previously disclosed CVE-2016-8655. In both cases, a socket option that changes socket state may race with safety checks in packetsetring. Previously with PACKETVERSION. This time with PACKETRESERVE. The solution...

7.4CVSS7.2AI score0.00374EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2023/02/15 3:26 a.m.11 views

SUSE CVE-2022-28893

The SUNRPC subsystem in the Linux kernel through 5.17.2 can call xsxprtfree before ensuring that sockets are in the intended state...

6.2CVSS6.6AI score0.004EPSS
SaveExploits0References13
ATTACKERKB
ATTACKERKB
added 2022/04/11 5:15 a.m.5 views

CVE-2022-28893

The SUNRPC subsystem in the Linux kernel through 5.17.2 can call xsxprtfree before ensuring that sockets are in the intended state...

7.8CVSS6.8AI score0.004EPSS
SaveExploits0References7
OSV
OSV
added 2022/04/11 5:15 a.m.4 views

UBUNTU-CVE-2022-28893

The SUNRPC subsystem in the Linux kernel through 5.17.2 can call xsxprtfree before ensuring that sockets are in the intended state...

7.8CVSS6.7AI score0.004EPSS
SaveExploits0References10
CNNVD
CNNVD
added 2022/04/11 12:0 a.m.3 views

Linux kernel 资源管理错误漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel version 5.17.2 and earlier, which stems from the fact that the SUNRPC subsystem can call xsxprtfree before ensuring that a socke...

7.8CVSS6.7AI score0.004EPSS
SaveExploits0References22
ATTACKERKB
ATTACKERKB
added 2022/01/03 8:15 a.m.5 views

CVE-2021-30262

Improper validation of a socket state when socket events are being sent to clients can lead to invalid access of memory in Snapdragon Auto, Snapdragon Compute, Snapdragon Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon Mobile, Snapdragon Voice & Music, Snapdragon...

8.4CVSS7AI score0.00146EPSS
SaveExploits0References2
Prion
Prion
added 2022/01/03 8:15 a.m.21 views

Input validation

Improper validation of a socket state when socket events are being sent to clients can lead to invalid access of memory in Snapdragon Auto, Snapdragon Compute, Snapdragon Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon Mobile, Snapdragon Voice & Music, Snapdragon...

4.6CVSS7.6AI score0.00146EPSS
SaveExploits0References1
Rows per page
Query Builder