Lucene search
+L

57145 matches found

CVE
CVE
โ€ขadded 2026/07/19 2:56 p.m.โ€ข23 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
OSV
OSV
โ€ขadded 2026/07/19 2:56 p.m.โ€ข7 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 score
SaveExploits0References6
Debian CVE
Debian CVE
โ€ขadded 2026/07/19 2:56 p.m.โ€ข14 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
Cvelist
Cvelist
โ€ขadded 2026/07/19 2:56 p.m.โ€ข37 views

CVE-2026-63997 ethtool: module: avoid leaking a netdev ref on module flash errors

In the Linux kernel, the following vulnerability has been resolved: ethtool: module: avoid leaking a netdev ref on module flash errors moduleflashfwschedule is missing undo for setting the "inprogress" flag and taking the netdev reference. Delay taking these, the device can't disappear while we a...

0.00168EPSS
SaveExploits0References4
EUVD
EUVD
โ€ขadded 2026/07/19 2:56 p.m.โ€ข11 views

EUVD-2026-45570

In the Linux kernel, the following vulnerability has been resolved: ethtool: module: avoid leaking a netdev ref on module flash errors moduleflashfwschedule is missing undo for setting the "inprogress" flag and taking the netdev reference. Delay taking these, the device can't disappear while we a...

5.3AI score0.00168EPSS
SaveExploits0References4
Debian CVE
Debian CVE
โ€ขadded 2026/07/19 2:56 p.m.โ€ข24 views

CVE-2026-63996

In the Linux kernel, the following vulnerability has been resolved: ethtool: cmis: require exact CDB reply length Malicious SFP module could respond with rpllen longer than what cmiscdbprocessreply expected, leading to OOB writes. Malicious HW is a bit theoretical but some modules may just be bug...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0
CVE
CVE
โ€ขadded 2026/07/19 2:56 p.m.โ€ข40 views

CVE-2026-63997

CVE-2026-63997 โ€“ Linux kernel ethtool module flash error handling : The issue arises in module_flash_fw_schedule where undo is missing for setting the โ€œin_progressโ€ flag and for taking the netdev reference, allowing the net device to persist while the rtnl_lock is held. This could prevent proper ...

5.3AI score0.00168EPSS
SaveExploits0References4
OSV
OSV
โ€ขadded 2026/07/19 2:56 p.m.โ€ข7 views

CVE-2026-63997 ethtool: module: avoid leaking a netdev ref on module flash errors

In the Linux kernel, the following vulnerability has been resolved: ethtool: module: avoid leaking a netdev ref on module flash errors moduleflashfwschedule is missing undo for setting the "inprogress" flag and taking the netdev reference. Delay taking these, the device can't disappear while we a...

5.3AI score
SaveExploits0References7
Debian CVE
Debian CVE
โ€ขadded 2026/07/19 2:56 p.m.โ€ข17 views

CVE-2026-63997

In the Linux kernel, the following vulnerability has been resolved: ethtool: module: avoid leaking a netdev ref on module flash errors moduleflashfwschedule is missing undo for setting the "inprogress" flag and taking the netdev reference. Delay taking these, the device can't disappear while we a...

5.2AI score0.00168EPSS
SaveExploits0
OSV
OSV
โ€ขadded 2026/07/19 2:56 p.m.โ€ข9 views

CVE-2026-63995 ethtool: cmis: validate start_cmd_payload_size from module

In the Linux kernel, the following vulnerability has been resolved: ethtool: cmis: validate startcmdpayloadsize from module The CMIS firmware update code reads startcmdpayloadsize from the module's FW Management Features CDB reply and uses it directly as the byte count for memcpy. The destination...

7.8CVSS5.7AI score0.00129EPSS
SaveExploits0References7
EUVD
EUVD
โ€ขadded 2026/07/19 2:56 p.m.โ€ข28 views

EUVD-2026-45568

In the Linux kernel, the following vulnerability has been resolved: ethtool: cmis: validate startcmdpayloadsize from module The CMIS firmware update code reads startcmdpayloadsize from the module's FW Management Features CDB reply and uses it directly as the byte count for memcpy. The destination...

5.7AI score0.00129EPSS
SaveExploits0References4
CVE
CVE
โ€ขadded 2026/07/19 2:56 p.m.โ€ข25 views

CVE-2026-63995

CVE-2026-63995 affects the Linux kernel ethtool CMIS firmware update path. The CMIS FW update code reads start_cmd_payload_size from the module FW Management Features CDB reply and uses it directly as the byte count for memcpy, writing into a destination buffer of 112 bytes (ETHTOOL_CMIS_CDB_LPL_...

7.8CVSS5.7AI score0.00129EPSS
SaveExploits0References4
Cvelist
Cvelist
โ€ขadded 2026/07/19 2:55 p.m.โ€ข37 views

CVE-2026-63942 parport: Fix race between port and client registration

In the Linux kernel, the following vulnerability has been resolved: parport: Fix race between port and client registration The parport subsystem registers port devices before they are fully initialised, resulting in a race condition where client drivers such as lp can attach to ports that are not...

7.8CVSS0.00164EPSS
SaveExploits0References8
EUVD
EUVD
โ€ขadded 2026/07/19 2:55 p.m.โ€ข11 views

EUVD-2026-45715

In the Linux kernel, the following vulnerability has been resolved: parport: Fix race between port and client registration The parport subsystem registers port devices before they are fully initialised, resulting in a race condition where client drivers such as lp can attach to ports that are not...

5.4AI score0.00164EPSS
SaveExploits0References8
EUVD
EUVD
โ€ขadded 2026/07/19 2:4 p.m.โ€ข14 views

EUVD-2026-45549

In the Linux kernel, the following vulnerability has been resolved: bpf: Drop tasktoinode and inetconnestablished from lsm sleepable hooks bpflsmtasktoinode is called under rcureadlock and bpflsminetconnestablished is called from softirq context, so neither hook can be used by sleepable LSM...

5.3AI score0.00121EPSS
SaveExploits0References7
CVE
CVE
โ€ขadded 2026/07/19 2:4 p.m.โ€ข38 views

CVE-2026-63865

Technical details are not publicly available in the provided documents. Monitor for updates from vendors and security advisories to obtain affected products, impact, and remediation.

8.8CVSS5.3AI score0.00121EPSS
SaveExploits0References7
Cvelist
Cvelist
โ€ขadded 2026/07/19 12:2 p.m.โ€ข45 views

CVE-2026-63832 wifi: mt76: add wcid publish check in mt76_sta_add

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: add wcid publish check in mt76staadd Since mt7925macstaadd publishes wcid, add publish check in mt76staadd to avoid reinitializing the wcid-polllist. Found dev-stapolllist corruption when using mt7925 and 7.1-rc4...

8.8CVSS0.00223EPSS
SaveExploits0References3
OSV
OSV
โ€ขadded 2026/07/19 11:59 a.m.โ€ข9 views

CVE-2026-53382 media: vidtv: fix NULL pointer dereference in vidtv_mux_push_si

In the Linux kernel, the following vulnerability has been resolved: media: vidtv: fix NULL pointer dereference in vidtvmuxpushsi syzbot reported a general protection fault in vidtvpsitspsiwriteinto 1. vidtvmuxgetpidctx can return NULL, but vidtvmuxpushsi does not check for this before dereferenci...

5.4AI score
SaveExploits0References12
Debian CVE
Debian CVE
โ€ขadded 2026/07/19 11:59 a.m.โ€ข19 views

CVE-2026-53382

In the Linux kernel, the following vulnerability has been resolved: media: vidtv: fix NULL pointer dereference in vidtvmuxpushsi syzbot reported a general protection fault in vidtvpsitspsiwriteinto 1. vidtvmuxgetpidctx can return NULL, but vidtvmuxpushsi does not check for this before dereferenci...

5.5CVSS5.2AI score0.00132EPSS
SaveExploits0
OSV
OSV
โ€ขadded 2026/07/19 11:11 a.m.โ€ข10 views

OESA-2026-3041 erlang security update

Erlang is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. Erlang is used in several large telecommunication systems from Ericsson. Security Fixes: Exposure of Sensitive Information to an Unauthorized...

8.2CVSS6AI score0.00497EPSS
SaveExploits0References12
Rows per page
Query Builder