Lucene search
+L

194 matches found

OSV
OSV
•added 2026/06/25 9:16 a.m.•15 views

UBUNTU-CVE-2026-53234

In the Linux kernel, the following vulnerability has been resolved: net: ibm: emac: Fix use-after-free during device removal The driver was using devmregisternetdev which causes unregisternetdev to be deferred until the devres cleanup phase, which runs after emacremove returns. This creates a...

7.8CVSS5.7AI score0.00131EPSS
SaveExploits0References17
EUVD
EUVD
•added 2026/06/25 8:39 a.m.•19 views

EUVD-2026-39325

In the Linux kernel, the following vulnerability has been resolved: net: ibm: emac: Fix use-after-free during device removal The driver was using devmregisternetdev which causes unregisternetdev to be deferred until the devres cleanup phase, which runs after emacremove returns. This creates a...

5.7AI score0.00131EPSS
SaveExploits0References4
CVE
CVE
•added 2026/06/25 8:39 a.m.•46 views

CVE-2026-53234

The CVE-2026-53234 entry concerns the Linux kernel IBM EMAC network driver. The root cause is a use-after-free window created by using devm_register_netdev(), which defers unregister_netdev() to the devres cleanup phase after emac_remove() returns, allowing the network stack to access freed hardw...

7.8CVSS5.7AI score0.00131EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
•added 2026/06/25 8:39 a.m.•21 views

CVE-2026-53234

In the Linux kernel, the following vulnerability has been resolved: net: ibm: emac: Fix use-after-free during device removal The driver was using devmregisternetdev which causes unregisternetdev to be deferred until the devres cleanup phase, which runs after emacremove returns. This creates a...

7.8CVSS5.6AI score0.00131EPSS
SaveExploits0
Cvelist
Cvelist
•added 2026/06/25 8:39 a.m.•49 views

CVE-2026-53234 net: ibm: emac: Fix use-after-free during device removal

In the Linux kernel, the following vulnerability has been resolved: net: ibm: emac: Fix use-after-free during device removal The driver was using devmregisternetdev which causes unregisternetdev to be deferred until the devres cleanup phase, which runs after emacremove returns. This creates a...

0.00131EPSS
SaveExploits0References4
OSV
OSV
•added 2026/06/25 8:39 a.m.•14 views

CVE-2026-53234 net: ibm: emac: Fix use-after-free during device removal

In the Linux kernel, the following vulnerability has been resolved: net: ibm: emac: Fix use-after-free during device removal The driver was using devmregisternetdev which causes unregisternetdev to be deferred until the devres cleanup phase, which runs after emacremove returns. This creates a...

5.8AI score
SaveExploits0References7
Positive Technologies
Positive Technologies
•added 2026/06/25 12:00 a.m.•21 views

PT-2026-52329

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A use-after-free issue exists in the IBM EMAC driver during device removal. The driver utilized devm register netdev, which defers the unregister netdev call until the devres cleanup...

7.8CVSS6.1AI score0.00131EPSS
SaveExploits0
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/06/25 12:00 a.m.•0 views

CVE-2026-53234: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: net: ibm: emac: Fix use-after-free during device removal The driver was using devmregisternetdev which causes unregisternetdev to be deferred until the devres cleanup phase, which runs after emacremove returns. This creates a...

7.8CVSS6.2AI score0.00131EPSS
SaveExploits0References6
BDU FSTEC
BDU FSTEC
•added 2026/06/05 12:00 a.m.•11 views

The vulnerability of the emac_dispatch_skb_zc() function in the network interface driver icssg-prueth of the Linux operating system allows a hacker to cause a service failure.

The vulnerability of the emacdispatchskbzc function in the network interface driver icssg-prueth of the Linux operating system is related to incorrect initialization. Exploiting this vulnerability can allow a remote attacker to cause service interruptions...

10CVSS5.8AI score0.00553EPSS
SaveExploits0References4Affected Software1
AstraLinux
AstraLinux
•added 2026/05/20 5:53 a.m.•11 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: net: ti: icssg-prueth: Fixed a memory leak in XDPDROP for the non-zero-copy mode. Page recycling was removed from the XDPDROP path in emacrunxdp to avoid conflicts with the AFXDP zero-copy mode, which uses xskbufffree instead...

7.5CVSS5.2AI score0.00343EPSS
SaveExploits0References1
AstraLinux
AstraLinux
•added 2026/05/20 5:53 a.m.•12 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: net: spacemit: Fix error handling in emactxmemmap The DMA mappings were exposed due to mapping errors. These mappings can now be freed using the existing emacfreetxbuf function...

7.5CVSS5.6AI score0.00609EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
•added 2026/05/11 2:13 p.m.•17 views

SUSE CVE-2026-43462

In the Linux kernel, the following vulnerability has been resolved: net: spacemit: Fix error handling in emactxmemmap The DMA mappings were leaked on mapping error. Free them with the existing emacfreetxbuf function...

7.5CVSS5.8AI score0.00609EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2026/05/08 3:16 p.m.•16 views

CVE-2026-43462

In the Linux kernel, the following vulnerability has been resolved: net: spacemit: Fix error handling in emactxmemmap The DMA mappings were leaked on mapping error. Free them with the existing emacfreetxbuf function...

7.5CVSS5.8AI score0.00609EPSS
SaveExploits0References5
OSV
OSV
•added 2026/05/08 3:16 p.m.•19 views

UBUNTU-CVE-2026-43462

In the Linux kernel, the following vulnerability has been resolved: net: spacemit: Fix error handling in emactxmemmap The DMA mappings were leaked on mapping error. Free them with the existing emacfreetxbuf function...

7.5CVSS5.7AI score0.00609EPSS
SaveExploits0References6
OSV
OSV
•added 2026/05/08 2:22 p.m.•16 views

CVE-2026-43462 net: spacemit: Fix error handling in emac_tx_mem_map()

In the Linux kernel, the following vulnerability has been resolved: net: spacemit: Fix error handling in emactxmemmap The DMA mappings were leaked on mapping error. Free them with the existing emacfreetxbuf function...

7.5CVSS6.5AI score
SaveExploits0References6
attackerkb
attackerkb
•added 2026/05/08 2:22 p.m.•9 views

CVE-2026-43462

In the Linux kernel, the following vulnerability has been resolved: net: spacemit: Fix error handling in emactxmemmap The DMA mappings were leaked on mapping error. Free them with the existing emacfreetxbuf function...

5.8AI score0.00609EPSS
SaveExploits0References4Affected Software1
CVE
CVE
•added 2026/05/08 2:22 p.m.•48 views

CVE-2026-43462

CVE-2026-43462 affects the Linux kernel spacemit network driver. An error in the function emac_tx_mem_map() could leak DMA mappings on a mapping failure. This resource mismanagement may lead to a denial of service, impacting system availability. The published fix frees the leaked DMA mappings usi...

7.5CVSS5.8AI score0.00609EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
•added 2026/05/08 2:22 p.m.•20 views

CVE-2026-43462

In the Linux kernel, the following vulnerability has been resolved: net: spacemit: Fix error handling in emactxmemmap The DMA mappings were leaked on mapping error. Free them with the existing emacfreetxbuf function...

7.5CVSS5.7AI score0.00609EPSS
SaveExploits0
Positive Technologies
Positive Technologies
•added 2026/05/08 12:00 a.m.•21 views

PT-2026-39123

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the emac tx mem map function where DMA Direct Memory Access mappings—a method allowing hardware to access system memory independently of the CPU—were leaked when a...

7.5CVSS5.8AI score0.00609EPSS
SaveExploits0References13
CNNVD
CNNVD
•added 2026/05/01 12:00 a.m.•16 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 emacdispatchskbzc function in the icssg-prueth driver failing to copy XDP buffer data to a new skb,...

9.8CVSS5.9AI score0.00553EPSS
SaveExploits0References1
Rows per page
Query Builder