Lucene search
+L

29574 matches found

CVE
CVE
added 2026/07/19 2:56 p.m.16 views

CVE-2026-64009

The CVE-2026-64009 family affects the Linux kernel xfrm subsystem, specifically an out-of-bounds write in ESP handling due to an underflow in xfrm_state_mtu(). The function computes using unsigned arithmetic: it subtracts attacker-influenced header_len + authsize + net_adj from a small mtu, allow...

7.8CVSS5.4AI score0.00143EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/07/19 2:56 p.m.6 views

CVE-2026-63999

In the Linux kernel, the following vulnerability has been resolved: ethtool: rss: fix indirtable and hkey leak on getrxfh failure rssprepareget allocates the indirection table and hash key buffer via rssgetdataalloc, then calls ops-getrxfh to populate them. If getrxfh fails, the function returns ...

5.4AI score0.00166EPSS
SaveExploits0
CVE
CVE
added 2026/07/19 2:56 p.m.8 views

CVE-2026-63999

The Linux kernel ethtool RSS issue CVE-2026-63999 is about a memory leak: rss_prepare_get() allocates the indirection table and hash key via rss_get_data_alloc() and calls ops->get_rxfh() to populate them. If get_rxfh() fails, the allocation is not freed, causing a leak. The connected document...

5.3AI score0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/19 2:56 p.m.29 views

CVE-2026-63999 ethtool: rss: fix indir_table and hkey leak on get_rxfh failure

In the Linux kernel, the following vulnerability has been resolved: ethtool: rss: fix indirtable and hkey leak on getrxfh failure rssprepareget allocates the indirection table and hash key buffer via rssgetdataalloc, then calls ops-getrxfh to populate them. If getrxfh fails, the function returns ...

0.00166EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/19 2:56 p.m.7 views

EUVD-2026-45572

In the Linux kernel, the following vulnerability has been resolved: ethtool: rss: fix indirtable and hkey leak on getrxfh failure rssprepareget allocates the indirection table and hash key buffer via rssgetdataalloc, then calls ops-getrxfh to populate them. If getrxfh fails, the function returns ...

5.3AI score0.00166EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/19 2:56 p.m.5 views

CVE-2026-63999 ethtool: rss: fix indir_table and hkey leak on get_rxfh failure

In the Linux kernel, the following vulnerability has been resolved: ethtool: rss: fix indirtable and hkey leak on getrxfh failure rssprepareget allocates the indirection table and hash key buffer via rssgetdataalloc, then calls ops-getrxfh to populate them. If getrxfh fails, the function returns ...

5.3AI score0.00166EPSS
SaveExploits0References6
CVE
CVE
added 2026/07/19 2:56 p.m.8 views

CVE-2026-63998

The CVE-2026-63998 entry relates to the Linux kernel: during ethtool module handling, ethnl_ops_begin() may be followed by a failed validate() that incorrectly skips ethnl_ops_complete(), potentially leaving an imbalance in operation lifecycle handling on module flash errors. The issue is describ...

5.4AI score0.00166EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/07/19 2:56 p.m.7 views

CVE-2026-63998

In the Linux kernel, the following vulnerability has been resolved: ethtool: module: call ethnlopscomplete on module flash errors When validate fails we are skipping over ethnlopscomplete even tho we already called ethnlopsbegin...

5.2AI score0.00166EPSS
SaveExploits0
OSV
OSV
added 2026/07/19 2:56 p.m.5 views

CVE-2026-63998 ethtool: module: call ethnl_ops_complete() on module flash errors

In the Linux kernel, the following vulnerability has been resolved: ethtool: module: call ethnlopscomplete on module flash errors When validate fails we are skipping over ethnlopscomplete even tho we already called ethnlopsbegin...

5.3AI score0.00166EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/07/19 2:56 p.m.28 views

CVE-2026-63998 ethtool: module: call ethnl_ops_complete() on module flash errors

In the Linux kernel, the following vulnerability has been resolved: ethtool: module: call ethnlopscomplete on module flash errors When validate fails we are skipping over ethnlopscomplete even tho we already called ethnlopsbegin...

0.00166EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/19 2:56 p.m.9 views

CVE-2026-63991

The CVE CVE-2026-63991 concerns the Linux kernel Bluetooth 6lowpan path. The issue: skb_clone() may return NULL on allocation failure, and send_mcast_pkt() did not check this, risking a NULL pointer dereference in send_pkt() when dereferencing skb->data. The connected records indicate a fix wa...

5.4AI score0.00177EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/07/19 2:56 p.m.7 views

CVE-2026-63991

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: 6lowpan: check skbclone return value in sendmcastpkt The skbclone function can return NULL if memory allocation fails. sendmcastpkt calls skbclone without checking the return value, which can lead to a NULL pointer...

5.2AI score0.00177EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/19 2:56 p.m.30 views

CVE-2026-63991 Bluetooth: 6lowpan: check skb_clone() return value in send_mcast_pkt()

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: 6lowpan: check skbclone return value in sendmcastpkt The skbclone function can return NULL if memory allocation fails. sendmcastpkt calls skbclone without checking the return value, which can lead to a NULL pointer...

0.00177EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/19 2:56 p.m.8 views

EUVD-2026-45564

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: 6lowpan: check skbclone return value in sendmcastpkt The skbclone function can return NULL if memory allocation fails. sendmcastpkt calls skbclone without checking the return value, which can lead to a NULL pointer...

5.4AI score0.00177EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/19 2:56 p.m.6 views

CVE-2026-63991 Bluetooth: 6lowpan: check skb_clone() return value in send_mcast_pkt()

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: 6lowpan: check skbclone return value in sendmcastpkt The skbclone function can return NULL if memory allocation fails. sendmcastpkt calls skbclone without checking the return value, which can lead to a NULL pointer...

5.3AI score0.00177EPSS
SaveExploits0References11
EUVD
EUVD
added 2026/07/19 2:56 p.m.12 views

EUVD-2026-45759

In the Linux kernel, the following vulnerability has been resolved: ethtool: tsinfo: don't pass ERRPTR to genlmsgcancel on prepare failure The goto err label leads to: genlmsgcancelskb, ehdr; return ret; If ethnltsinfopreparedump failed, it has not started a genlmsg. There's nothing to cancel, an...

5.4AI score0.00166EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/19 2:56 p.m.7 views

CVE-2026-63986 ethtool: tsinfo: don't pass ERR_PTR to genlmsg_cancel on prepare failure

In the Linux kernel, the following vulnerability has been resolved: ethtool: tsinfo: don't pass ERRPTR to genlmsgcancel on prepare failure The goto err label leads to: genlmsgcancelskb, ehdr; return ret; If ethnltsinfopreparedump failed, it has not started a genlmsg. There's nothing to cancel, an...

5.3AI score0.00166EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/07/19 2:56 p.m.28 views

CVE-2026-63986 ethtool: tsinfo: don't pass ERR_PTR to genlmsg_cancel on prepare failure

In the Linux kernel, the following vulnerability has been resolved: ethtool: tsinfo: don't pass ERRPTR to genlmsgcancel on prepare failure The goto err label leads to: genlmsgcancelskb, ehdr; return ret; If ethnltsinfopreparedump failed, it has not started a genlmsg. There's nothing to cancel, an...

0.00166EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/19 2:56 p.m.10 views

CVE-2026-63986

CVE-2026-63986 concerns the Linux kernel ethtool tsinfo handling. When ethnl_tsinfo_prepare_dump() fails, the code path incorrectly calls genlmsg_cancel(skb, ehdr) via a goto err, even though no genlmsg was started, risking a crash by passing an error pointer to genlmsg_cancel. The connected reco...

5.4AI score0.00166EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/07/19 2:55 p.m.10 views

CVE-2026-63973

In the Linux kernel, the following vulnerability has been resolved: net: mana: Add NULL guards in teardown path to prevent panic on attach failure When queue allocation fails partway through, the error cleanup frees and NULLs apc-txqp and apc-rxqs. Multiple teardown paths such as manaremove,...

5.3AI score0.00206EPSS
SaveExploits0
Rows per page
Query Builder