Lucene search
+L

3379 matches found

OSV
OSV
added 2025/10/28 12:15 p.m.16 views

AZL-68846 CVE-2025-40052 affecting package kernel for versions less than 6.6.112.1-2

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix crypto buffers in non-linear memory The crypto API, through the scatterlist API, expects input buffers to be in linear memory. We handle this with the cifssgsetbuf helper that converts vmalloc'd memory to their...

5.8AI score0.00201EPSS
SaveExploits0References1
NVD
NVD
added 2025/10/28 12:15 p.m.12 views

CVE-2025-40052

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix crypto buffers in non-linear memory The crypto API, through the scatterlist API, expects input buffers to be in linear memory. We handle this with the cifssgsetbuf helper that converts vmalloc'd memory to their...

0.00201EPSS
SaveExploits0References4
NVD
NVD
added 2025/10/28 12:15 p.m.7 views

CVE-2025-40036

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: fix possible map leak in fastrpcputargs copytouser failure would cause an early return without cleaning up the fdlist, which has been updated by the DSP. This could lead to map leak. Fix this by redirecting to a...

0.00201EPSS
SaveExploits0References5
OSV
OSV
added 2025/10/28 12:15 p.m.13 views

UBUNTU-CVE-2025-40052

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix crypto buffers in non-linear memory The crypto API, through the scatterlist API, expects input buffers to be in linear memory. We handle this with the cifssgsetbuf helper that converts vmalloc'd memory to their...

5.8AI score0.00201EPSS
SaveExploits0References22
OSV
OSV
added 2025/10/28 12:15 p.m.19 views

UBUNTU-CVE-2025-40081

In the Linux kernel, the following vulnerability has been resolved: perf: armspe: Prevent overflow in PERFIDX2OFF Cast nrpages to unsigned long to avoid overflow when handling large AUX buffer sizes = 2 GiB...

7.8CVSS5.9AI score0.00144EPSS
SaveExploits0References38
Cvelist
Cvelist
added 2025/10/28 11:48 a.m.16 views

CVE-2025-40081 perf: arm_spe: Prevent overflow in PERF_IDX2OFF()

In the Linux kernel, the following vulnerability has been resolved: perf: armspe: Prevent overflow in PERFIDX2OFF Cast nrpages to unsigned long to avoid overflow when handling large AUX buffer sizes = 2 GiB...

7.8CVSS0.00144EPSS
SaveExploits0References8
CVE
CVE
added 2025/10/28 11:48 a.m.43 views

CVE-2025-40081

CVE-2025-40081 : In the Linux kernel perf: arm_spe, there is an overflow in PERF_IDX2OFF() when handling large AUX buffer sizes. The fix casts a nr_pages value to an unsigned long to avoid the overflow (prevents overflow when sizes ≥ 2 GiB). Affected component: Linux kernel perf/arm_spe subsystem...

7.8CVSS6.5AI score0.00144EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/10/28 11:48 a.m.13 views

CVE-2025-40052 smb: client: fix crypto buffers in non-linear memory

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix crypto buffers in non-linear memory The crypto API, through the scatterlist API, expects input buffers to be in linear memory. We handle this with the cifssgsetbuf helper that converts vmalloc'd memory to their...

0.00201EPSS
SaveExploits0References4
CVE
CVE
added 2025/10/28 11:48 a.m.42 views

CVE-2025-40052

CVE-2025-40052 (Linux kernel, SMB/CIFS crypto path) fixes a bug where aead_request context could end up in vmalloc memory, causing sg_set_buf() to crash when virt_addr_valid(buf) fails under heavy parallel I/O. Root cause: creq allocation used kvzalloc(), potentially placing __ctx in vmalloc area...

6.2AI score0.00201EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/28 11:48 a.m.11 views

EUVD-2025-36476

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix crypto buffers in non-linear memory The crypto API, through the scatterlist API, expects input buffers to be in linear memory. We handle this with the cifssgsetbuf helper that converts vmalloc'd memory to their...

6AI score0.00201EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/10/28 11:48 a.m.9 views

CVE-2025-40052

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix crypto buffers in non-linear memory The crypto API, through the scatterlist API, expects input buffers to be in linear memory. We handle this with the cifssgsetbuf helper that converts vmalloc'd memory to their...

5.4AI score0.00201EPSS
SaveExploits0
OSV
OSV
added 2025/10/28 11:48 a.m.10 views

CVE-2025-40052 smb: client: fix crypto buffers in non-linear memory

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix crypto buffers in non-linear memory The crypto API, through the scatterlist API, expects input buffers to be in linear memory. We handle this with the cifssgsetbuf helper that converts vmalloc'd memory to their...

6.5AI score
SaveExploits0References7
CVE
CVE
added 2025/10/28 11:48 a.m.30 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
Cvelist
Cvelist
added 2025/10/28 11:48 a.m.14 views

CVE-2025-40036 misc: fastrpc: fix possible map leak in fastrpc_put_args

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: fix possible map leak in fastrpcputargs copytouser failure would cause an early return without cleaning up the fdlist, which has been updated by the DSP. This could lead to map leak. Fix this by redirecting to a...

0.00201EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/28 11:48 a.m.7 views

EUVD-2025-36492

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: fix possible map leak in fastrpcputargs copytouser failure would cause an early return without cleaning up the fdlist, which has been updated by the DSP. This could lead to map leak. Fix this by redirecting to a...

5.8AI score0.00201EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2025/10/28 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 improper handling of cryptographic buffers in non-contiguous memory, which could cause the kernel to crash...

5.9AI score0.00201EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/10/28 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2025-40081

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - perf: armspe: Prevent overflow in PERFIDX2OFF Cast nrpages to unsigned long to avoid overflow when handling large AUX buffer sizes = 2 GiB. CVE-2025-40081 Note...

7.8CVSS7.3AI score0.00144EPSS
SaveExploits0References3
BDU FSTEC
BDU FSTEC
added 2025/10/28 12:00 a.m.7 views

The vulnerability of the dbMount function in the Linux operating system, which allows a hacker to compromise the confidentiality of protected information

The vulnerability of the dbMount function in the Linux operating system’s kernel relates to reading memory beyond the bounds of the allocated buffer. Exploiting this vulnerability allows a remote attacker to compromise the confidentiality of the protected information...

2.6CVSS7.1AI score0.00161EPSS
SaveExploits0References14Affected Software3
Tenable Nessus
Tenable Nessus
added 2025/10/27 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2025-40012

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net/smc: fix warning in smcrxsplice when calling getpage smcloregisterdmb allocates DMB buffers with kzalloc, which are later passed to getpage in smcrxsplice...

7.8CVSS6.1AI score0.00179EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2025/10/23 5:50 p.m.16 views

netty-codec: netty-codec-compression: Netty's BrotliDecoder is vulnerable to DoS via zip bomb style attack

A flaw was found in Netty. With specially crafted input, BrotliDecoder and some other decompressing decoders will allocate a large number of reachable byte buffers, which can lead to denial of service...

7.5CVSS6.5AI score0.00601EPSS
SaveExploits1References6
Rows per page
Query Builder