Lucene search
+L

281 matches found

CVE
CVE
•added 2026/02/04 4:07 p.m.•43 views

CVE-2026-23057

The CVE-2026-23057 issue in the Linux kernel is that vsock/virtio attempts to coalesce two skbs in the RX path when a linear skb with spare tail room is followed by a small skb (

5.2AI score0.00176EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/02/04 4:07 p.m.•37 views

CVE-2026-23057 vsock/virtio: Coalesce only linear skb

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: Coalesce only linear skb vsock/virtio common tries to coalesce buffers in rx queue: if a linear skb with a spare tail room is followed by a small skb length limited by GOODCOPYLEN = 128, an attempt is made to join...

0.00176EPSS
SaveExploits0References3
OSV
OSV
•added 2026/02/04 4:07 p.m.•12 views

CVE-2026-23057 vsock/virtio: Coalesce only linear skb

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: Coalesce only linear skb vsock/virtio common tries to coalesce buffers in rx queue: if a linear skb with a spare tail room is followed by a small skb length limited by GOODCOPYLEN = 128, an attempt is made to join...

5.2AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
•added 2026/01/01 12:00 a.m.•11 views

PT-2026-6127

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains an issue within the vsock/virtio subsystem related to buffer coalescing in the receive queue. Specifically, the code attempts to join a linear skb socket buffer...

5.5CVSS6.8AI score0.00176EPSS
SaveExploits0
NVD
NVD
•added 2025/12/30 1:15 p.m.•16 views

CVE-2022-50838

In the Linux kernel, the following vulnerability has been resolved: net: stream: purge skerrorqueue in skstreamkillqueues Changheon Lee reported TCP socket leaks, with a nice repro. It seems we leak TCP sockets with the following sequence: 1 SOFTIMESTAMPINGTXACK is enabled on the socket. Each ACK...

0.00278EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
•added 2025/12/30 1:15 p.m.•9 views

CVE-2022-50838

In the Linux kernel, the following vulnerability has been resolved: net: stream: purge skerrorqueue in skstreamkillqueues Changheon Lee reported TCP socket leaks, with a nice repro. It seems we leak TCP sockets with the following sequence: 1 SOFTIMESTAMPINGTXACK is enabled on the socket. Each ACK...

5.7AI score0.00278EPSS
SaveExploits0References11
Cvelist
Cvelist
•added 2025/12/30 12:10 p.m.•31 views

CVE-2022-50838 net: stream: purge sk_error_queue in sk_stream_kill_queues()

In the Linux kernel, the following vulnerability has been resolved: net: stream: purge skerrorqueue in skstreamkillqueues Changheon Lee reported TCP socket leaks, with a nice repro. It seems we leak TCP sockets with the following sequence: 1 SOFTIMESTAMPINGTXACK is enabled on the socket. Each ACK...

0.00278EPSS
SaveExploits0References9
OSV
OSV
•added 2025/12/30 12:10 p.m.•14 views

CVE-2022-50838 net: stream: purge sk_error_queue in sk_stream_kill_queues()

In the Linux kernel, the following vulnerability has been resolved: net: stream: purge skerrorqueue in skstreamkillqueues Changheon Lee reported TCP socket leaks, with a nice repro. It seems we leak TCP sockets with the following sequence: 1 SOFTIMESTAMPINGTXACK is enabled on the socket. Each ACK...

6.2AI score
SaveExploits0References12
Positive Technologies
Positive Technologies
•added 2025/12/30 12:00 a.m.•24 views

PT-2025-53956

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw related to TCP socket handling. Specifically, the sk error queue is not properly purged during socket closure, potentially leading to memory leaks and...

7.8CVSS6.2AI score0.00954EPSS
SaveExploits2References848
RedHat Linux
RedHat Linux
•added 2025/11/25 12:37 p.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
CVE
CVE
•added 2025/10/22 1:23 p.m.•40 views

CVE-2023-53716

CVE-2023-53716 is a Linux kernel vulnerability described as a leak in skb handling: after a TX timestamp code path, if skb_orphan_frags_rx() fails, the skb cloned for zerocopy skb leaks. The issue is tied to the net: skb_tstamp_tx() flow and was addressed by a kernel fix in the commit that added ...

6.1AI score0.0021EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
•added 2025/10/08 11:30 p.m.•11 views

SUSE CVE-2023-53669

In the Linux kernel, the following vulnerability has been resolved: tcp: fix skbcopyubufs vs BIG TCP David Ahern reported crashes in skbcopyubufs caused by TCP tx zerocopy using hugepages, and skb length bigger than 68 KB. skbcopyubufs assumed it could copy all payload using up to MAXSKBFRAGS...

5.5CVSS6.4AI score0.00153EPSS
SaveExploits0References3
EUVD
EUVD
•added 2025/10/03 8:07 p.m.•7 views

EUVD-2025-31921

Malicious code in bioql PyPI...

6.4AI score0.00159EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
•added 2025/10/01 11:30 p.m.•10 views

SUSE CVE-2023-53489

In the Linux kernel, the following vulnerability has been resolved: tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp. syzkaller reported 0 memory leaks of an UDP socket and ZEROCOPY skbs. We can reproduce the problem with these sequences: sk = socketAFINET, SOCKDGRAM, 0...

5.5CVSS6.4AI score0.00159EPSS
SaveExploits0References5
NVD
NVD
•added 2025/10/01 12:15 p.m.•27 views

CVE-2023-53489

In the Linux kernel, the following vulnerability has been resolved: tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp. syzkaller reported 0 memory leaks of an UDP socket and ZEROCOPY skbs. We can reproduce the problem with these sequences: sk = socketAFINET, SOCKDGRAM, 0...

5.5CVSS0.00159EPSS
SaveExploits0References9
OSV
OSV
•added 2025/10/01 12:15 p.m.•13 views

UBUNTU-CVE-2023-53489

In the Linux kernel, the following vulnerability has been resolved: tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp. syzkaller reported 0 memory leaks of an UDP socket and ZEROCOPY skbs. We can reproduce the problem with these sequences: sk = socketAFINET, SOCKDGRAM, 0...

5.5CVSS5.9AI score0.00159EPSS
SaveExploits0References12
CVE
CVE
•added 2025/10/01 11:45 a.m.•47 views

CVE-2023-53489

CVE-2023-53489 affects the Linux kernel memory handling for UDP sockets with TX timestamps and zerocopy skbs. The issue is a memory leak: clones of skbs and their ubuf references can keep a socket refcnt and skb references in the error/clock path, causing leaked sk, sock and skb when close() is c...

5.5CVSS6AI score0.00159EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
•added 2025/10/01 11:45 a.m.•13 views

CVE-2023-53489 tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp.

In the Linux kernel, the following vulnerability has been resolved: tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp. syzkaller reported 0 memory leaks of an UDP socket and ZEROCOPY skbs. We can reproduce the problem with these sequences: sk = socketAFINET, SOCKDGRAM, 0...

0.00159EPSS
SaveExploits0References9
OSV
OSV
•added 2025/10/01 11:45 a.m.•12 views

CVE-2023-53489 tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp.

In the Linux kernel, the following vulnerability has been resolved: tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp. syzkaller reported 0 memory leaks of an UDP socket and ZEROCOPY skbs. We can reproduce the problem with these sequences: sk = socketAFINET, SOCKDGRAM, 0...

6.3AI score
SaveExploits0References12
Positive Technologies
Positive Technologies
•added 2025/10/01 12:00 a.m.•12 views

PT-2025-40196

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contained memory leaks related to socket sk and zero-copy sk buffs skbs when using TX timestamping. The issue was identified through syzkaller reports, which demonstrate...

6.4AI score0.00159EPSS
SaveExploits0References11
Rows per page
Query Builder