Lucene search
+L

101 matches found

AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•12 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: net: macb: The call order for unregisternetdev in macbremove has been corrected. When removing a macb device, the driver calls phyexit before unregisternetdev. This results in a warning from kernfs: ------------ Cut here...

5.5CVSS6AI score0.00157EPSS
SaveExploits0References2
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•9 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: net: macb: properly unregistered fixed-rate clocks The additional resources allocated through clkregisterfixedrate need to be released using clkunregisterfixedrate, otherwise they will be lost...

5.5CVSS5.8AI score0.00162EPSS
SaveExploits0References1
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•11 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: net: macb: Use the current queue number for stats There is a potential mismatch between the memory reserved for statistics and the amount of memory written. gemgetssetcount correctly calculates the number of stats based on the...

7.8CVSS6.2AI score0.00184EPSS
SaveExploits0References2
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•6 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: net: macb: fix use-after-free access to PTP clock PTP clock is registered on every opening of the interface and destroyed on every closing. However it may be accessed via gettsinfo ethtool call which is possible while the interfa...

7.8CVSS6.3AI score0.00179EPSS
SaveExploits0References2
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•14 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: net: macb: Use devconsumeskbany to free TX SKBs The napiconsumeskb function is not intended to be called in a disabled IRQ context. However, after commit 6bc8a5098bf4 “net: macb: Fix txptrlock locking”, the freeing of TX SKBs is...

7.5CVSS6.5AI score0.00716EPSS
SaveExploits0References2
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•9 views

Astra Linux – Vulnerability in Linux 5.10, Linux, Linux 5.15

In the Linux kernel, the following vulnerabilities have been resolved: net: macb: fixed a memory corruption in extended buffer descriptor mode For quite some time, we were dealing with a bug that seemed to cause sudden and permanent failures in networking and MMCA on some of our devices. This bug...

9.8CVSS6.6AI score0.00611EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
•added 2026/08/27 12:24 a.m.•7 views

SUSE CVE-2026-72017

In the Linux kernel, the following vulnerability has been resolved: net: macb: drop in-flight Tx SKBs on close The MACB driver has since forever leaked the outgoing SKBs that have not yet been marked as completed. They live in queue-txskb which gets freed without remorse nor checking...

5.8AI score0.00215EPSS
SaveExploits0References3
BDU FSTEC
BDU FSTEC
•added 2026/08/25 12:00 a.m.•9 views

The vulnerability of the `gem_get_ethtool_stats()` function in the `drivers/net/ethernet/cadence/macb_main.c` file of the Ethernet adapter driver for the Linux operating system can be exploited by an attacker, thereby compromising the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the gemgetethtoolstats function in the drivers/net/ethernet/cadence/macbmain.c file of the Ethernet adapter driver for the Linux operating system is related to the occurrence of operations outside of the buffer in memory. Exploiting this vulnerability could allow an attacker ...

7.8CVSS4.4AI score0.00184EPSS
SaveExploits0References13Affected Software2
Tenable Nessus
Tenable Nessus
•added 2026/08/18 12:00 a.m.•10 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-102112)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-102112 advisory. In the Linux kernel, the following vulnerability has been resolved: net: cadence: macb: Fix a possible deadlock in macbhalttx. There is a situation where after THALT...

5.5CVSS6AI score0.00143EPSS
SaveExploits0References13
RedhatCVE
RedhatCVE
•added 2026/08/17 4:06 p.m.•12 views

CVE-2026-72017

A flaw was found in the Linux kernel's MACB network driver. This driver fails to properly release outgoing Socket Kernel Buffers SKBs when the driver is closed. This continuous leakage of resources can lead to resource exhaustion over time, potentially resulting in a Denial of Service DoS conditi...

5.5CVSS5.4AI score0.00215EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
•added 2026/08/17 12:00 a.m.•9 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-099711)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-099711 advisory. In the Linux kernel, the following vulnerability has been resolved: net: macb: use the current queue number for stats There's a potential mismatch between the memory...

7.8CVSS4.7AI score0.00184EPSS
SaveExploits0References4
NVD
NVD
•added 2026/08/15 6:21 a.m.•10 views

CVE-2026-72017

In the Linux kernel, the following vulnerability has been resolved: net: macb: drop in-flight Tx SKBs on close The MACB driver has since forever leaked the outgoing SKBs that have not yet been marked as completed. They live in queue-txskb which gets freed without remorse nor checking...

0.00215EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•13 views

CVE-2026-72017

In the Linux kernel, the following vulnerability has been resolved: net: macb: drop in-flight Tx SKBs on close The MACB driver has since forever leaked the outgoing SKBs that have not yet been marked as completed. They live in queue-txskb which gets freed without remorse nor checking...

5.4AI score0.00215EPSS
SaveExploits0References7
OSV
OSV
•added 2026/08/15 6:21 a.m.•12 views

UBUNTU-CVE-2026-72017

In the Linux kernel, the following vulnerability has been resolved: net: macb: drop in-flight Tx SKBs on close The MACB driver has since forever leaked the outgoing SKBs that have not yet been marked as completed. They live in queue-txskb which gets freed without remorse nor checking...

5.4AI score0.00215EPSS
SaveExploits0References8
OSV
OSV
•added 2026/08/15 5:51 a.m.•27 views

CVE-2026-72017 net: macb: drop in-flight Tx SKBs on close

In the Linux kernel, the following vulnerability has been resolved: net: macb: drop in-flight Tx SKBs on close The MACB driver has since forever leaked the outgoing SKBs that have not yet been marked as completed. They live in queue-txskb which gets freed without remorse nor checking...

5.5AI score
SaveExploits0References9
Cvelist
Cvelist
•added 2026/08/15 5:51 a.m.•29 views

CVE-2026-72017 net: macb: drop in-flight Tx SKBs on close

In the Linux kernel, the following vulnerability has been resolved: net: macb: drop in-flight Tx SKBs on close The MACB driver has since forever leaked the outgoing SKBs that have not yet been marked as completed. They live in queue-txskb which gets freed without remorse nor checking...

0.00215EPSS
SaveExploits0References6
CVE
CVE
•added 2026/08/15 5:51 a.m.•57 views

CVE-2026-72017

Summary: CVE-2026-72017 affects the Linux kernel MACB driver (net: macb: drop in-flight Tx SKBs on close). The issue is a leak of outgoing SKBs held in queue->tx_skb, which are freed without proper checks. The leak is triggered via macb_free_consistent() in certain paths, with open/alloc_consi...

5.3AI score0.00215EPSS
SaveExploits0References6
EUVD
EUVD
•added 2026/08/15 5:51 a.m.•11 views

EUVD-2026-59116

In the Linux kernel, the following vulnerability has been resolved: net: macb: drop in-flight Tx SKBs on close The MACB driver has since forever leaked the outgoing SKBs that have not yet been marked as completed. They live in queue-txskb which gets freed without remorse nor checking...

5.4AI score0.00215EPSS
SaveExploits0References5
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/08/15 12:00 a.m.•0 views

CVE-2026-72017: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: net: macb: drop in-flight Tx SKBs on close The MACB driver has since forever leaked the outgoing SKBs that have not yet been marked as completed. They live in queue-txskb which gets freed without remorse nor checking...

5.8AI score0.00215EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
•added 2026/08/15 12:00 a.m.•14 views

PT-2026-72206

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The MACB driver leaks outgoing SKBs Socket Buffers, which are data structures used to manage network packets that have not been marked as completed. These buffers reside in queue-tx skb...

5.3AI score0.00215EPSS
SaveExploits0References18
Rows per page
Query Builder