Lucene search
K

18 matches found

AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.5 views

Astra Linux - уязвимость в linux-5.10

In the Linux kernel, the following vulnerability has been resolved: net: txgbe: Space has been reserved for null terminators in propertyEntry. The lists of struct propertyEntry are supposed to be terminated with an empty property. Currently, this driver seems to allocate exactly the amount of spa...

5.5CVSS5.7AI score0.00013EPSS
Exploits0References1
SUSE CVE
SUSE CVE
added 2026/05/07 2:18 a.m.6 views

SUSE CVE-2026-43082

In the Linux kernel, the following vulnerability has been resolved: net: txgbe: leave space for null terminators on propertyentry Lists of struct propertyentry are supposed to be terminated with an empty property, this driver currently seems to be allocating exactly the amount of entry used. Chan...

5.5CVSS5.7AI score0.00013EPSS
Exploits0References7
Tenable Nessus
Tenable Nessus
added 2026/05/07 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2026-43082

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net: txgbe: leave space for null terminators on propertyentry Lists of struct propertyentry are supposed to be terminated with an empty property, this driver...

5.5CVSS5.8AI score0.00013EPSS
Exploits0References2
RedhatCVE
RedhatCVE
added 2026/05/06 1:14 p.m.2 views

CVE-2026-43082

A flaw was found in the Linux kernel's txgbe network driver. The driver fails to allocate sufficient memory for null terminators when processing lists of struct propertyentry. This memory allocation error can lead to an out-of-bounds write. An attacker could potentially exploit this vulnerability...

5.5CVSS5.8AI score0.00013EPSS
Exploits0References4
NVD
NVD
added 2026/05/06 10:16 a.m.3 views

CVE-2026-43082

In the Linux kernel, the following vulnerability has been resolved: net: txgbe: leave space for null terminators on propertyentry Lists of struct propertyentry are supposed to be terminated with an empty property, this driver currently seems to be allocating exactly the amount of entry used. Chan...

5.5CVSS0.00013EPSS
Exploits0References5
ATTACKERKB
ATTACKERKB
added 2026/05/06 7:40 a.m.2 views

CVE-2026-43082

In the Linux kernel, the following vulnerability has been resolved: net: txgbe: leave space for null terminators on propertyentry Lists of struct propertyentry are supposed to be terminated with an empty property, this driver currently seems to be allocating exactly the amount of entry used. Chan...

5.7AI score0.00013EPSS
Exploits0References6Affected Software1
Debian CVE
Debian CVE
added 2026/05/06 7:40 a.m.3 views

CVE-2026-43082

In the Linux kernel, the following vulnerability has been resolved: net: txgbe: leave space for null terminators on propertyentry Lists of struct propertyentry are supposed to be terminated with an empty property, this driver currently seems to be allocating exactly the amount of entry used. Chan...

5.5CVSS5.7AI score0.00013EPSS
Exploits0
CNNVD
CNNVD
added 2026/05/06 12:0 a.m.4 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from insufficient allocation of memory for the propertyentry structure in the txgbe driver, without...

5.5CVSS5.8AI score0.00013EPSS
Exploits0References1
Tenable Nessus
Tenable Nessus
added 2025/08/09 12:0 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2024-42150

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: net: txgbe: remove separate irq request for MSI and INTx When using MSI or INTx interrupts,...

5.5CVSS5.8AI score0.00031EPSS
Exploits0References2
CVE
CVE
added 2025/05/09 6:44 a.m.79 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.0005EPSS
Exploits0References3Affected Software1
Debian CVE
Debian CVE
added 2025/05/09 6:44 a.m.14 views

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.0005EPSS
Exploits0
CNNVD
CNNVD
added 2025/05/09 12:0 a.m.2 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.0005EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2024/08/06 1:59 a.m.1 views

SUSE CVE-2024-42113

In the Linux kernel, the following vulnerability has been resolved: net: txgbe: initialize numqvectors for MSI/INTx interrupts When using MSI/INTx interrupts, wx-numqvectors is uninitialized. Thus there will be kernel panic in wxallocqvectors to allocate queue vectors...

5.5CVSS7.6AI score0.00018EPSS
Exploits0References10
SUSE CVE
SUSE CVE
added 2024/08/06 1:59 a.m.1 views

SUSE CVE-2024-42150

In the Linux kernel, the following vulnerability has been resolved: net: txgbe: remove separate irq request for MSI and INTx When using MSI or INTx interrupts, requestirq for pdev-irq will conflict with requestthreadedirq for txgbe-misc.irq, to cause system crash. So remove txgberequestirq for...

5.5CVSS7.7AI score0.00031EPSS
Exploits0References3
NVD
NVD
added 2024/07/30 8:15 a.m.15 views

CVE-2024-42150

In the Linux kernel, the following vulnerability has been resolved: net: txgbe: remove separate irq request for MSI and INTx When using MSI or INTx interrupts, requestirq for pdev-irq will conflict with requestthreadedirq for txgbe-misc.irq, to cause system crash. So remove txgberequestirq for...

5.5CVSS0.00031EPSS
Exploits0References2
OSV
OSV
added 2024/07/30 8:15 a.m.0 views

DEBIAN-CVE-2024-42113

In the Linux kernel, the following vulnerability has been resolved: net: txgbe: initialize numqvectors for MSI/INTx interrupts When using MSI/INTx interrupts, wx-numqvectors is uninitialized. Thus there will be kernel panic in wxallocqvectors to allocate queue vectors...

5.5CVSS5.3AI score0.00018EPSS
Exploits0References1
OSV
OSV
added 2024/07/30 8:15 a.m.1 views

DEBIAN-CVE-2024-42112

In the Linux kernel, the following vulnerability has been resolved: net: txgbe: free isb resources at the right time When using MSI/INTx interrupt, the shared interrupts are still being handled in the device remove routine, before free IRQs. So isb memory is still read after it is freed. Thus mov...

7.8CVSS5.8AI score0.00018EPSS
Exploits0References1
OSV
OSV
added 2024/07/30 8:15 a.m.1 views

UBUNTU-CVE-2024-42112

In the Linux kernel, the following vulnerability has been resolved: net: txgbe: free isb resources at the right time When using MSI/INTx interrupt, the shared interrupts are still being handled in the device remove routine, before free IRQs. So isb memory is still read after it is freed. Thus mov...

7.8CVSS5.7AI score0.00018EPSS
Exploits0References15
Rows per page
Query Builder