Lucene search
+L

43 matches found

Cvelist
Cvelist
added 2025/07/25 12:53 p.m.18 views

CVE-2025-38402 idpf: return 0 size for RSS key if not supported

In the Linux kernel, the following vulnerability has been resolved: idpf: return 0 size for RSS key if not supported Returning -EOPNOTSUPP from function returning u32 is leading to cast and invalid size value as a result. -EOPNOTSUPP as a size probably will lead to allocation fail. Command: ethto...

0.00145EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2025/07/25 12:53 p.m.10 views

CVE-2025-38402

In the Linux kernel, the following vulnerability has been resolved: idpf: return 0 size for RSS key if not supported Returning -EOPNOTSUPP from function returning u32 is leading to cast and invalid size value as a result. -EOPNOTSUPP as a size probably will lead to allocation fail. Command: ethto...

5.5CVSS5.8AI score0.00145EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2025/07/25 12:53 p.m.52 views

CVE-2025-38402

The CVE concerns the Linux kernel IDPF driver RSS handling. The vulnerability arises when RSS is not supported: the code returns a 0 RSS key size, while a -EOPNOTSUPP path may be cast to a 32-bit size, potentially producing an invalid allocation size. This can lead to an allocation failure on sys...

5.5CVSS6.4AI score0.00145EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/07/25 12:53 p.m.6 views

CVE-2025-38402 idpf: return 0 size for RSS key if not supported

In the Linux kernel, the following vulnerability has been resolved: idpf: return 0 size for RSS key if not supported Returning -EOPNOTSUPP from function returning u32 is leading to cast and invalid size value as a result. -EOPNOTSUPP as a size probably will lead to allocation fail. Command: ethto...

5.5CVSS6.1AI score0.00145EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/07/25 12:53 p.m.14 views

CVE-2025-38402

In the Linux kernel, the following vulnerability has been resolved: idpf: return 0 size for RSS key if not supported Returning -EOPNOTSUPP from function returning u32 is leading to cast and invalid size value as a result. -EOPNOTSUPP as a size probably will lead to allocation fail. Command: ethto...

5.5CVSS5.4AI score0.00145EPSS
SaveExploits0
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.3 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerabilities have been resolved: net: ngbe: fixed a memory leak in the error handling path of ngbeprobe When ngbeswinit is called, memory is allocated for wx-rsskey in wxinitrsskey. However, in the ngbeprobe function, the subsequent error handling paths do no...

5.5CVSS6.4AI score0.00243EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.5 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerabilities have been resolved: net: txgbe: fixed a memory leak in the error handling path of txgbeprobe When txgbeswinit is called, memory is allocated for wx-rsskey in wxinitrsskey. However, in the txgbeprobe function, the subsequent error handling paths d...

5.5CVSS6.5AI score0.0024EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/05/10 2:52 a.m.4 views

SUSE CVE-2025-37872

In the Linux kernel, the following vulnerability has been resolved: net: txgbe: fix memory leak in txgbeprobe error path When txgbeswinit is called, memory is allocated for wx-rsskey in wxinitrsskey. However, in txgbeprobe function, the subsequent error paths after txgbeswinit don't free the...

5.5CVSS6.5AI score0.0024EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/05/10 2:52 a.m.7 views

SUSE CVE-2025-37874

In the Linux kernel, the following vulnerability has been resolved: net: ngbe: fix memory leak in ngbeprobe error path When ngbeswinit is called, memory is allocated for wx-rsskey in wxinitrsskey. However, in ngbeprobe function, the subsequent error paths after ngbeswinit don't free the rsskey. F...

5.5CVSS7.9AI score0.00243EPSS
SaveExploits0References13
OSV
OSV
added 2025/05/09 7:16 a.m.1 views

DEBIAN-CVE-2025-37874

In the Linux kernel, the following vulnerability has been resolved: net: ngbe: fix memory leak in ngbeprobe error path When ngbeswinit is called, memory is allocated for wx-rsskey in wxinitrsskey. However, in ngbeprobe function, the subsequent error paths after ngbeswinit don't free the rsskey. F...

5.5CVSS5.8AI score0.00243EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/09 7:16 a.m.4 views

DEBIAN-CVE-2025-37872

In the Linux kernel, the following vulnerability has been resolved: net: txgbe: fix memory leak in txgbeprobe error path When txgbeswinit is called, memory is allocated for wx-rsskey in wxinitrsskey. However, in txgbeprobe function, the subsequent error paths after txgbeswinit don't free the...

5.5CVSS5.8AI score0.0024EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/09 7:16 a.m.6 views

UBUNTU-CVE-2025-37874

In the Linux kernel, the following vulnerability has been resolved: net: ngbe: fix memory leak in ngbeprobe error path When ngbeswinit is called, memory is allocated for wx-rsskey in wxinitrsskey. However, in ngbeprobe function, the subsequent error paths after ngbeswinit don't free the rsskey. F...

5.5CVSS6.3AI score0.00243EPSS
SaveExploits0References26
OSV
OSV
added 2025/05/09 7:16 a.m.5 views

UBUNTU-CVE-2025-37872

In the Linux kernel, the following vulnerability has been resolved: net: txgbe: fix memory leak in txgbeprobe error path When txgbeswinit is called, memory is allocated for wx-rsskey in wxinitrsskey. However, in txgbeprobe function, the subsequent error paths after txgbeswinit don't free the...

5.5CVSS6.3AI score0.0024EPSS
SaveExploits0References25
CVE
CVE
added 2025/05/09 6:44 a.m.105 views

CVE-2025-37872

CVE-2025-37872 : Linux kernel fix in net: txgbe driver. The vulnerability arises when txgbe_sw_init() succeeds but error paths in txgbe_probe() fail, leaving wx->rss_key allocated (wx_init_rss_key()) and not freed, potentially leaking memory. The patch ensures rss_key is freed on error paths a...

5.5CVSS6.5AI score0.0024EPSS
SaveExploits0References3Affected Software1
CNNVD
CNNVD
added 2025/05/09 12:0 a.m.4 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 failure to free rsskey memory when the ngbe driver probe fails, which could lead to a memory leak...

5.5CVSS6.5AI score0.00243EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2025/05/09 12:0 a.m.7 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 failure to free rsskey memory when the txgbe driver probe fails, which could lead to a memory leak...

5.5CVSS6.4AI score0.0024EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/04/15 12:0 a.m.6 views

PT-2025-20522

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak issue has been identified in the Linux kernel, specifically in the txgbe probe function. The leak occurs when the txgbe sw init function is called, allocating memory for th...

5.5CVSS6.6AI score0.0024EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/04/12 12:0 a.m.8 views

PT-2025-20524

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak issue has been identified in the Linux kernel, specifically in the ngbe probe function. The leak occurs when the ngbe sw init function is called, allocating memory for rss...

5.5CVSS6.6AI score0.00243EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/05/21 1:58 a.m.3 views

SUSE CVE-2024-35981

In the Linux kernel, the following vulnerability has been resolved: virtionet: Do not send RSS key if it is not supported There is a bug when setting the RSS options in virtionet that can break the whole machine, getting the kernel into an infinite loop. Running the following command in any QEMU...

5.5CVSS6.9AI score0.00225EPSS
SaveExploits0References10
RedhatCVE
RedhatCVE
added 2024/05/20 4:39 p.m.39 views

CVE-2024-35981

In the Linux kernel, the following vulnerability has been resolved: virtionet: Do not send RSS key if it is not supported There is a bug when setting the RSS options in virtionet that can break the whole machine, getting the kernel into an infinite loop. Running the following command in any QEMU...

5.5CVSS8.9AI score0.00225EPSS
SaveExploits0References4
Rows per page
Query Builder