Lucene search
+L

281 matches found

Cvelist
Cvelist
•added 2025/09/15 2:48 p.m.•15 views

CVE-2022-50323 net: do not sense pfmemalloc status in skb_append_pagefrags()

In the Linux kernel, the following vulnerability has been resolved: net: do not sense pfmemalloc status in skbappendpagefrags skbappendpagefrags is used by afunix and udp sendpage implementation so far. In commit 326140063946 "tcp: TX zerocopy should not sense pfmemalloc status" we explained why ...

0.00154EPSS
SaveExploits0References3
OSV
OSV
•added 2025/07/25 2:15 p.m.•12 views

UBUNTU-CVE-2025-38413

In the Linux kernel, the following vulnerability has been resolved: virtio-net: xsk: rx: fix the frame's length check When calling buftoxdp, the len argument is the frame data's length without virtio header's length vi-hdrlen. We check that len with xskpoolgetrxframesize + vi-hdrlen to ensure the...

7.7CVSS5.9AI score0.00171EPSS
SaveExploits0References12
RedHat Linux
RedHat Linux
•added 2025/05/13 8:28 a.m.•10 views

kernel: vsock: Fix sk_error_queue memory leak

In the Linux kernel, the following vulnerability has been resolved: vsock: Fix skerrorqueue memory leak Kernel queues MSGZEROCOPY completion notifications on the error queue. Where they remain, until explicitly recved. To prevent memory leaks, clean up the queue when the socket is destroyed...

5.5CVSS6.8AI score0.00205EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
•added 2025/05/05 12:00 a.m.•28 views

PT-2026-42451

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A double-free issue exists in the Reliable Delivery Service RDS implementation of the Linux kernel. When the iov iter get pages2 function fails within rds message zcopy from user, the...

8.5CVSS5.9AI score0.00194EPSS
SaveExploits3
Tenable Nessus
Tenable Nessus
•added 2025/03/05 12:00 a.m.•5 views

Linux Distros Unpatched Vulnerability : CVE-2024-26640

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: tcp: add sanity checks to rx zerocopy TCP rx zerocopy intent is to map pages initially...

7.8CVSS5.7AI score0.0024EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
•added 2025/03/05 12:00 a.m.•5 views

Linux Distros Unpatched Vulnerability : CVE-2022-48689

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: tcp: TX zerocopy should not sense pfmemalloc status We got a recent syzbot report 1 showing ...

7CVSS5.6AI score0.00192EPSS
SaveExploits0References3
Amazon
Amazon
•added 2025/01/24 12:00 a.m.•7 views

Medium: grpc

Issue Overview: There exists a denial of service through Data corruption in gRPC-C++ - gRPC-C++ servers with transmit zero copy enabled through the channel arg GRPCARGTCPTXZEROCOPYENABLED can experience data corruption issues. The data sent by the application may be corrupted before transmission...

7.5CVSS6.9AI score0.00577EPSS
SaveExploits0
Positive Technologies
Positive Technologies
•added 2025/01/01 12:00 a.m.•13 views

PT-2025-34362

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel TLS implementation does not properly handle situations where data is read from the TCP socket before the TLS ULP is installed, or when non-standard read APIs like...

7.8CVSS5.9AI score0.00202EPSS
SaveExploits0
OSV
OSV
•added 2024/12/20 11:08 a.m.•11 views

OESA-2024-2573 grpc security update

gRPC is a modern open source high performance RPC framework that can run in any environment. It can efficiently connect services in and across data centers with pluggable support for load balancing, tracing, health checking and authentication. It is also applicable in last mile of distributed...

5.3CVSS6.8AI score0.00577EPSS
SaveExploits0References2
OSV
OSV
•added 2024/12/02 2:15 p.m.•3 views

DEBIAN-CVE-2024-53117

In the Linux kernel, the following vulnerability has been resolved: virtio/vsock: Improve MSGZEROCOPY error handling Add a missing kfreeskb to prevent memory leaks...

5.5CVSS5.8AI score0.00205EPSS
SaveExploits0References1
OSV
OSV
•added 2024/11/26 5:15 p.m.•11 views

AZL-53456 CVE-2024-11407 affecting package grpc for versions less than 1.62.0-4

There exists a denial of service through Data corruption in gRPC-C++ - gRPC-C++ servers with transmit zero copy enabled through the channel arg GRPCARGTCPTXZEROCOPYENABLED can experience data corruption issues. The data sent by the application may be corrupted before transmission over the network...

7.5CVSS6.7AI score0.00577EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
•added 2024/11/13 12:34 a.m.•11 views

kernel: tcp: add sanity checks to rx zerocopy

A vulnerability was found in Linux Kernel where rx zerocopy feature allowed mapping of pages owned by the filesystem, leading to potential system panic which is caused by the lack of sanity checks to rx zerocopy. A local authenticated attacker could exploit this vulnerability to cause a denial of...

7.8CVSS7.3AI score0.0024EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2024/11/13 12:14 a.m.•13 views

kernel: tcp: add sanity checks to rx zerocopy

A vulnerability was found in Linux Kernel where rx zerocopy feature allowed mapping of pages owned by the filesystem, leading to potential system panic which is caused by the lack of sanity checks to rx zerocopy. A local authenticated attacker could exploit this vulnerability to cause a denial of...

7.8CVSS7.3AI score0.0024EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
•added 2024/07/17 4:18 a.m.•7 views

SUSE 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.5CVSS6.3AI score0.00231EPSS
SaveExploits0References3
OSV
OSV
•added 2024/07/16 12:15 p.m.•9 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
OSV
OSV
•added 2024/07/16 12:15 p.m.•48 views

UBUNTU-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
SaveExploits0References5
CVE
CVE
•added 2024/07/16 11:44 a.m.•76 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
RedHat Linux
RedHat Linux
•added 2024/05/22 10:03 a.m.•14 views

kernel: skbuff: skb_segment, Call zero copy functions before using skbuff frags

In the Linux kernel, the following vulnerability has been resolved: skbuff: skbsegment, Call zero copy functions before using skbuff frags Commit bf5c25d60861 "skbuff: in skbsegment, call zerocopy functions once per nskb" added the call to zero copy functions in skbsegment. The change introduced ...

7.8CVSS6.9AI score0.002EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
•added 2024/05/07 2:49 a.m.•6 views

SUSE CVE-2022-48689

In the Linux kernel, the following vulnerability has been resolved: tcp: TX zerocopy should not sense pfmemalloc status We got a recent syzbot report 1 showing a possible misuse of pfmemalloc page status in TCP zerocopy paths. Indeed, for pages coming from user space or other layers, using...

5.5CVSS6.2AI score0.00192EPSS
SaveExploits0References6
OSV
OSV
•added 2024/05/03 3:15 p.m.•6 views

DEBIAN-CVE-2022-48689

In the Linux kernel, the following vulnerability has been resolved: tcp: TX zerocopy should not sense pfmemalloc status We got a recent syzbot report 1 showing a possible misuse of pfmemalloc page status in TCP zerocopy paths. Indeed, for pages coming from user space or other layers, using...

7CVSS5.8AI score0.00192EPSS
SaveExploits0References1
Rows per page
Query Builder