Lucene search
+L

2828 matches found

Debian CVE
Debian CVE
added 2025/10/28 11:48 a.m.13 views

CVE-2025-40046

In the Linux kernel, the following vulnerability has been resolved: iouring/zcrx: fix overshooting recv limit It's reported that sometimes a zcrx request can receive more than was requested. It's caused by iozcrxrecvskb adjusting desc-count for all received buffers including frag lists, but then...

8.6CVSS5.1AI score0.00325EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/10/28 11:48 a.m.18 views

CVE-2025-40046 io_uring/zcrx: fix overshooting recv limit

In the Linux kernel, the following vulnerability has been resolved: iouring/zcrx: fix overshooting recv limit It's reported that sometimes a zcrx request can receive more than was requested. It's caused by iozcrxrecvskb adjusting desc-count for all received buffers including frag lists, but then...

8.6CVSS0.00325EPSS
SaveExploits0References2
CVE
CVE
added 2025/10/28 11:48 a.m.28 views

CVE-2025-40046

CVE-2025-40046 is a Linux kernel vulnerability in the io_uring zcrx path. The issue arises from io_zcrx_recv_skb() double-counting desc->count when handling frag lists, causing a recv limit overrun (buffers total > requested). This could impact availability (high) with limited confidentiali...

8.6CVSS6.1AI score0.00325EPSS
SaveExploits0References2
OSV
OSV
added 2025/10/28 11:48 a.m.9 views

CVE-2025-40046 io_uring/zcrx: fix overshooting recv limit

In the Linux kernel, the following vulnerability has been resolved: iouring/zcrx: fix overshooting recv limit It's reported that sometimes a zcrx request can receive more than was requested. It's caused by iozcrxrecvskb adjusting desc-count for all received buffers including frag lists, but then...

8.6CVSS6.5AI score
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/10/28 12:00 a.m.10 views

PT-2025-52915

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A NULL pointer dereference issue exists in the RDMA/rxe component of the Linux kernel. This can occur in the rxe srq chk attr function when ibv modify srq is called multiple times under...

6CVSS6.2AI score0.00141EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/10/28 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2025-40046

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: iouring/zcrx: fix overshooting recv limit It's reported that sometimes a zcrx request can...

8.6CVSS5.5AI score0.00325EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2025/10/27 4:41 p.m.7 views

kernel: sunrpc: fix client side handling of tls alerts

In the Linux kernel, the following vulnerability has been resolved: sunrpc: fix client side handling of tls alerts A security exploit was discovered in NFS over TLS in tlsalertrecv due to its assumption that there is valid data in the msghdr's iterator's kvec. Instead, this patch proposes the...

8.2CVSS5.8AI score0.00325EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/10/27 9:51 a.m.25 views

kernel: scsi: lpfc: Fix buffer free/clear order in deferred receive path

A use-after-free vulnerability exists in the linux kernel such that the buffer release sequence in the deferred receive path. The code freed the RQ buffer first and only then cleared the context pointer under the lock...

9.8CVSS6AI score0.0047EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/10/27 9:41 a.m.11 views

kernel: scsi: lpfc: Fix buffer free/clear order in deferred receive path

A use-after-free vulnerability exists in the linux kernel such that the buffer release sequence in the deferred receive path. The code freed the RQ buffer first and only then cleared the context pointer under the lock...

9.8CVSS6AI score0.0047EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/10/27 12:00 a.m.12 views

Siemens SIMATIC Devices NULL Pointer Dereference (CVE-2025-21844)

smb: client: Add check for nextbuffer in receiveencryptedstandard This plugin only works with Tenable.ot. Please visit https://www.tenable.com/products/tenable-ot for more information. %NASLMINLEVEL 80900 C Tenable, Inc. include'compat.inc'; if description scriptid503639; scriptversion"1.2";...

7.5CVSS7.4AI score0.00597EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/10/27 12:00 a.m.9 views

Siemens SIMATIC Devices Improper Restriction of Communication Channel to Intended Endpoints (CVE-2024-35884)

In the Linux kernel, the following vulnerability has been resolved: udp: do not accept non-tunnel GSO skbs landing in a tunnel When rx- udp-gro-forwarding is enabled UDP packets might be GROed when being forwarded. If such packets might land in a tunnel this can cause various issues and...

9.8CVSS5.9AI score0.00681EPSS
SaveExploits0References2
OSV
OSV
added 2025/10/27 12:00 a.m.9 views

ALSA-2025:19103 Moderate: kernel-rt security update

The kernel-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism requirements. Security Fixes: kernel: Bluetooth: L2CAP: fix "bad unlock balance" in l2capdisconnectrsp CVE-2023-53297 kernel: efivarfs: Fix slab-out-of-bounds in...

9.8CVSS7AI score0.0047EPSS
SaveExploits0References14
OSV
OSV
added 2025/10/22 2:15 p.m.7 views

UBUNTU-CVE-2022-50565

In the Linux kernel, the following vulnerability has been resolved: wifi: plfxlc: fix potential memory leak in lfxusbenablerx urbs does not be freed in exception paths in lfxusbenablerx. That will trigger memory leak. To fix it, add kfree for urbs within "error" label. Compile tested only...

5.7AI score0.00197EPSS
SaveExploits0References6
OSV
OSV
added 2025/10/22 1:23 p.m.10 views

CVE-2022-50565 wifi: plfxlc: fix potential memory leak in __lf_x_usb_enable_rx()

In the Linux kernel, the following vulnerability has been resolved: wifi: plfxlc: fix potential memory leak in lfxusbenablerx urbs does not be freed in exception paths in lfxusbenablerx. That will trigger memory leak. To fix it, add kfree for urbs within "error" label. Compile tested only...

6.5AI score
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2025/10/20 10:01 a.m.11 views

kernel: scsi: lpfc: Fix buffer free/clear order in deferred receive path

A use-after-free vulnerability exists in the linux kernel such that the buffer release sequence in the deferred receive path. The code freed the RQ buffer first and only then cleared the context pointer under the lock...

9.8CVSS6AI score0.0047EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/10/20 2:28 a.m.9 views

kernel: scsi: lpfc: Fix buffer free/clear order in deferred receive path

A use-after-free vulnerability exists in the linux kernel such that the buffer release sequence in the deferred receive path. The code freed the RQ buffer first and only then cleared the context pointer under the lock...

9.8CVSS6AI score0.0047EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/10/20 2:28 a.m.10 views

kernel: sunrpc: fix client side handling of tls alerts

In the Linux kernel, the following vulnerability has been resolved: sunrpc: fix client side handling of tls alerts A security exploit was discovered in NFS over TLS in tlsalertrecv due to its assumption that there is valid data in the msghdr's iterator's kvec. Instead, this patch proposes the...

8.2CVSS5.8AI score0.00325EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/10/20 12:00 a.m.13 views

PT-2025-42748

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A buffer overflow issue exists in the USB 9pfs transport layer. Inconsistent size validation between packet header parsing and actual data copying allows a malicious USB host to overflow...

7.8CVSS5.7AI score0.00677EPSS
SaveExploits5References598
Rockylinux
Rockylinux
added 2025/10/18 8:09 a.m.26 views

kernel security update

An update is available for kernel. This update affects Rocky Linux 10. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list The kernel packages contain the Linux kernel, the core of any Linux operating...

8.8CVSS6.5AI score0.00233EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/10/18 5:45 a.m.12 views

CVE-2025-55093

In NetX Duo before 6.4.4, the networking support module for Eclipse Foundation ThreadX, there was a potential out of bound read issue in nxipv4packetreceive when handling unicast DHCP messages that could cause corruption of 4 bytes of memory...

6.9CVSS6.9AI score0.0029EPSS
SaveExploits0References1
Rows per page
Query Builder