Lucene search
+L

74 matches found

NVD
NVD
added 2025/08/16 12:15 p.m.11 views

CVE-2025-38524

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix recv-recv race of completed call If a call receives an event such as incoming data, the call gets placed on the socket's queue and a thread in recvmsg can be awakened to go and process it. Once the thread has picked up...

7.5CVSS0.00263EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/08/11 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2021-47249

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net: rds: fix memory leak in rdsrecvmsg Syzbot reported memory leak in rds. The problem was in unputted refcount in case of error. int rdsrecvmsgstruct socket...

5.5CVSS6.3AI score0.00236EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2025/02/01 3:47 a.m.8 views

SUSE CVE-2025-21670

In the Linux kernel, the following vulnerability has been resolved: vsock/bpf: return early if transport is not assigned Some of the core functions can only be called if the transport has been assigned. As Michal reported, a socket might have the transport at NULL, for example after a failed...

5.5CVSS7.5AI score0.00225EPSS
SaveExploits0References13
Vulnrichment
Vulnrichment
added 2025/01/31 11:25 a.m.3 views

CVE-2025-21670 vsock/bpf: return early if transport is not assigned

In the Linux kernel, the following vulnerability has been resolved: vsock/bpf: return early if transport is not assigned Some of the core functions can only be called if the transport has been assigned. As Michal reported, a socket might have the transport at NULL, for example after a failed...

7.6AI score0.00225EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/01/13 8:25 a.m.15 views

CVE-2024-57791

In the Linux kernel, the following vulnerability has been resolved: net/smc: check return value of sockrecvmsg when draining clc data When receiving clc msg, the field length in smcclcmsghdr indicates the length of msg should be received from network and the value should not be fully trusted as i...

5.5CVSS7AI score0.00765EPSS
SaveExploits0References4
OSV
OSV
added 2025/01/11 1:15 p.m.16 views

UBUNTU-CVE-2024-57791

In the Linux kernel, the following vulnerability has been resolved: net/smc: check return value of sockrecvmsg when draining clc data When receiving clc msg, the field length in smcclcmsghdr indicates the length of msg should be received from network and the value should not be fully trusted as i...

7.5CVSS6.2AI score0.00765EPSS
SaveExploits0References36
Debian CVE
Debian CVE
added 2025/01/11 12:35 p.m.17 views

CVE-2024-57791

In the Linux kernel, the following vulnerability has been resolved: net/smc: check return value of sockrecvmsg when draining clc data When receiving clc msg, the field length in smcclcmsghdr indicates the length of msg should be received from network and the value should not be fully trusted as i...

7.5CVSS5.6AI score0.00765EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/01/11 12:00 a.m.10 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 net/smc module not properly checking the return value of sockrecvmsg when receiving a clc message, which...

7.5CVSS6.4AI score0.00765EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.12 views

kernel: tls: get psock ref after taking rxlock to avoid leak

In the Linux kernel, the following vulnerability has been resolved: tls: get psock ref after taking rxlock to avoid leak At the start of tlsswrecvmsg, we take a reference on the psock, and then call tlsrxreaderlock. If that fails, we return directly without releasing the reference. Instead of...

5.5CVSS6.8AI score0.00211EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/08/06 2:00 a.m.12 views

SUSE CVE-2024-42076

In the Linux kernel, the following vulnerability has been resolved: net: can: j1939: Initialize unused data in j1939sendone syzbot reported kernel-infoleak in rawrecvmsg 1. j1939sendone creates full frame including unused data, but it doesn't initialize it. This causes the kernel-infoleak issue...

5.5CVSS6.3AI score0.00225EPSS
SaveExploits0References13
CNNVD
CNNVD
added 2024/07/29 12:00 a.m.8 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 passing a null pointer to the pageaddress function in the skmsgrecvmsg function when handling zero-length...

5.5CVSS6.3AI score0.00799EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2024/05/22 10:16 a.m.9 views

kernel: use-after-free in net/atm/ioctl.c

A use-after-free flaw was found in the Linux kernel's net/atm/ioctl.c ATM networking technology driver: dovccioctl in net/atm/ioctl.c is vulnerable to use-after-free due to a race condition in vccrecvmsg. This issue can allow an attacker to possibly gain unauthorized access, escalate privileges, ...

7CVSS6.8AI score0.0051EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/22 7:15 a.m.9 views

UBUNTU-CVE-2021-47448

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix possible stall on recvmsg recvmsg can enter an infinite loop if the caller provides the MSGWAITALL, the data present in the receive queue is not sufficient to fulfill the request, and no more data is received by the...

7.5CVSS5.7AI score0.00474EPSS
SaveExploits0References5
NVD
NVD
added 2024/05/21 3:15 p.m.18 views

CVE-2021-47249

In the Linux kernel, the following vulnerability has been resolved: net: rds: fix memory leak in rdsrecvmsg Syzbot reported memory leak in rds. The problem was in unputted refcount in case of error. int rdsrecvmsgstruct socket sock, struct msghdr msg, sizet size, int msgflags ... if...

5.5CVSS6.4AI score0.00236EPSS
SaveExploits0References8
OSV
OSV
added 2024/05/21 3:15 p.m.8 views

UBUNTU-CVE-2021-47249

In the Linux kernel, the following vulnerability has been resolved: net: rds: fix memory leak in rdsrecvmsg Syzbot reported memory leak in rds. The problem was in unputted refcount in case of error. int rdsrecvmsgstruct socket sock, struct msghdr msg, sizet size, int msgflags ... if...

5.5CVSS6.2AI score0.00236EPSS
SaveExploits0References11
CNNVD
CNNVD
added 2024/05/21 12:00 a.m.6 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 a memory leak in rdsrecvmsg...

5.5CVSS6.3AI score0.00236EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2024/04/19 2:18 a.m.7 views

SUSE CVE-2024-26886

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: afbluetooth: Fix deadlock Attemting to do socklock on .recvmsg may cause a deadlock as shown bellow, so instead of using socksock this uses skreceivequeue.lock on btsockioctl to avoid the UAF: INFO: task kworker/u9:1:1...

5.5CVSS6.7AI score0.00493EPSS
SaveExploits0References9
RedHat Linux
RedHat Linux
added 2024/02/21 12:33 a.m.10 views

kernel: net/packet: slab-out-of-bounds access in packet_recvmsg()

An out-of-bounds access issue was found in the Linux kernel networking subsystem in the way raw packet sockets AFPACKET used PACKETCOPYTHRESH and mmap operations. A local attacker with CAPNETRAW capability could use this flaw to trigger a buffer overflow resulting in a system crash or privilege...

7.8CVSS6.9AI score0.00132EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2023/02/15 5:33 a.m.6 views

SUSE CVE-2013-7281

The dgramrecvmsg function in net/ieee802154/dgram.c in the Linux kernel before 3.12.4 updates a certain length value without ensuring that an associated data structure has been initialized, which allows local users to obtain sensitive information from kernel stack memory via a 1 recvfrom, 2...

4.9CVSS5.6AI score0.0048EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2023/02/15 3:42 a.m.8 views

SUSE CVE-2021-29647

An issue was discovered in the Linux kernel before 5.11.11. qrtrrecvmsg in net/qrtr/qrtr.c allows attackers to obtain sensitive information from kernel memory because of a partially uninitialized data structure, aka CID-50535249f624...

5.5CVSS6.2AI score0.00366EPSS
SaveExploits0References27
Rows per page
Query Builder