Lucene search
+L

33135 matches found

CVE
CVE
added 2026/08/22 8:35 p.m.47 views

CVE-2026-12999

CVE-2026-12999 affects the Infineon Airoc Wi-Fi driver in Zephyr RTOS (drivers/wifi/infineon/airoc_wifi.c). The transmit callback airoc_mgmt_send() leaks a net_buf from the fixed airoc_pool (default 20 buffers) whenever whd_network_send_ethernet_data() returns a synchronous failure, because the b...

5.3CVSS5.6AI score0.00159EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/22 8:35 p.m.16 views

CVE-2026-12999 Infineon Airoc Wi-Fi driver leaks TX buffers on send failure, leading to permanent pool exhaustion

The Infineon Airoc Wi-Fi driver's transmit callback airocmgmtsend in drivers/wifi/infineon/airocwifi.c allocates a netbuf from the fixed airocpool for every outbound packet. When whdnetworksendethernetdata returns a synchronous failure, the underlying WHD library does not take ownership of the...

5.3CVSS5.8AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/22 8:35 p.m.38 views

CVE-2026-12999 Infineon Airoc Wi-Fi driver leaks TX buffers on send failure, leading to permanent pool exhaustion

The Infineon Airoc Wi-Fi driver's transmit callback airocmgmtsend in drivers/wifi/infineon/airocwifi.c allocates a netbuf from the fixed airocpool for every outbound packet. When whdnetworksendethernetdata returns a synchronous failure, the underlying WHD library does not take ownership of the...

5.3CVSS0.00159EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/22 4:16 p.m.16 views

CVE-2026-74728

In the Linux kernel, the following vulnerability has been resolved: xfs: handle NULL baddr in xfsbuffree When xfsbufallocbackingmem fails, xfsbuffree is called with bp-baddr still NULL. The code falls through to the folioput path which calls virttofolioNULL, dereferencing an invalid address and...

0.0017EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/22 4:16 p.m.24 views

CVE-2026-74706

In the Linux kernel, the following vulnerability has been resolved: bnge: Fix NULL pointer dereference in aux device release If allocation of auxrdev fails during auxiliary device setup, the error path calls auxiliarydeviceuninit, which eventually invokes bngeauxdevrelease. The release callback...

0.00156EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/22 4:16 p.m.8 views

AZL-97359 CVE-2026-74678 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: net: usb: ax88179178a: fix skb leak in ax88179txfixup When the interface has NETIFFSG enabled and skblinearize fails in ax88179txfixup, the function returns NULL without freeing the skb. usbnetstartxmit treats a NULL return from...

7.5CVSS5.8AI score0.00479EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/22 4:16 p.m.11 views

CVE-2026-74626

In the Linux kernel, the following vulnerability has been resolved: NTB: ntbnetdev: Preserve RX queue depth on allocation failure ntbnetdevrxhandler hands the received skb to the network stack before allocating its replacement. If the allocation fails, nothing is reposted. Every failure therefore...

7.5CVSS0.00501EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/08/22 4:16 p.m.8 views

CVE-2026-74626

In the Linux kernel, the following vulnerability has been resolved: NTB: ntbnetdev: Preserve RX queue depth on allocation failure ntbnetdevrxhandler hands the received skb to the network stack before allocating its replacement. If the allocation fails, nothing is reposted. Every failure therefore...

7.5CVSS5.8AI score0.00501EPSS
SaveExploits0References9
OSV
OSV
added 2026/08/22 4:16 p.m.6 views

UBUNTU-CVE-2026-74626

In the Linux kernel, the following vulnerability has been resolved: NTB: ntbnetdev: Preserve RX queue depth on allocation failure ntbnetdevrxhandler hands the received skb to the network stack before allocating its replacement. If the allocation fails, nothing is reposted. Every failure therefore...

7.5CVSS5.9AI score0.00501EPSS
SaveExploits0References10
CVE
CVE
added 2026/08/22 3:33 p.m.31 views

CVE-2026-74728

CVE-2026-74728 is a NULL pointer dereference in the Linux kernel's XFS filesystem repair tooling. When xfs_buf_alloc_backing_mem() fails, xfs_buf_free() is called with bp->b_addr still NULL. The code then falls through to the folio_put path, which calls virt_to_folio(NULL), dereferencing an in...

5.6AI score0.0017EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/22 3:33 p.m.29 views

CVE-2026-74728 xfs: handle NULL b_addr in xfs_buf_free

In the Linux kernel, the following vulnerability has been resolved: xfs: handle NULL baddr in xfsbuffree When xfsbufallocbackingmem fails, xfsbuffree is called with bp-baddr still NULL. The code falls through to the folioput path which calls virttofolioNULL, dereferencing an invalid address and...

0.0017EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/22 3:33 p.m.11 views

CVE-2026-74706 bnge: Fix NULL pointer dereference in aux device release

In the Linux kernel, the following vulnerability has been resolved: bnge: Fix NULL pointer dereference in aux device release If allocation of auxrdev fails during auxiliary device setup, the error path calls auxiliarydeviceuninit, which eventually invokes bngeauxdevrelease. The release callback...

5.6AI score
SaveExploits0References5
CVE
CVE
added 2026/08/22 3:33 p.m.33 views

CVE-2026-74706

CVE-2026-74706 is a NULL pointer dereference in the Linux kernel's bnge (Broadcom NetXtreme-E) network driver. When allocation of auxr_dev fails during auxiliary device setup, the error path invokes bnge_aux_dev_release(), which unconditionally dereferences aux_priv->auxr_dev->pdev. Since a...

5.5AI score0.00156EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.30 views

CVE-2026-74678 net: usb: ax88179_178a: fix skb leak in ax88179_tx_fixup()

In the Linux kernel, the following vulnerability has been resolved: net: usb: ax88179178a: fix skb leak in ax88179txfixup When the interface has NETIFFSG enabled and skblinearize fails in ax88179txfixup, the function returns NULL without freeing the skb. usbnetstartxmit treats a NULL return from...

7.5CVSS0.00479EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/22 3:32 p.m.30 views

CVE-2026-74626 NTB: ntb_netdev: Preserve RX queue depth on allocation failure

In the Linux kernel, the following vulnerability has been resolved: NTB: ntbnetdev: Preserve RX queue depth on allocation failure ntbnetdevrxhandler hands the received skb to the network stack before allocating its replacement. If the allocation fails, nothing is reposted. Every failure therefore...

7.5CVSS6AI score
SaveExploits0References11
EUVD
EUVD
added 2026/08/22 3:32 p.m.133 views

EUVD-2026-64563

In the Linux kernel, the following vulnerability has been resolved: NTB: ntbnetdev: Preserve RX queue depth on allocation failure ntbnetdevrxhandler hands the received skb to the network stack before allocating its replacement. If the allocation fails, nothing is reposted. Every failure therefore...

5.8AI score0.00501EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/22 3:32 p.m.28 views

CVE-2026-74626

CVE-2026-74626 affects the Linux kernel's Non-Transparent Bridge (NTB) virtual ethernet driver (ntb_netdev). The root cause is in ntb_netdev_rx_handler(), which hands the received skb to the network stack before allocating its replacement. When the allocation fails, the buffer is not reposted, so...

7.5CVSS5.8AI score0.00501EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.33 views

CVE-2026-74626 NTB: ntb_netdev: Preserve RX queue depth on allocation failure

In the Linux kernel, the following vulnerability has been resolved: NTB: ntbnetdev: Preserve RX queue depth on allocation failure ntbnetdevrxhandler hands the received skb to the network stack before allocating its replacement. If the allocation fails, nothing is reposted. Every failure therefore...

7.5CVSS0.00501EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/08/22 3:16 p.m.8 views

CVE-2026-63311

NLTK before 3.10.0 affected versions = 3.9.4 contains a server-side request forgery SSRF vulnerability in the validatenetworkurl function in nltk/pathsec.py. The resolvehostname helper catches OSError and ValueError during socket.getaddrinfo and returns an empty list; when DNS resolution fails, t...

6.9CVSS5.4AI score0.00241EPSS
SaveExploits1References6
CVE
CVE
added 2026/08/22 2:12 p.m.30 views

CVE-2026-63311

NLTK (Python NLP library) versions

6.9CVSS5.4AI score0.00241EPSS
SaveExploits1References2Affected Software1
Rows per page
Query Builder